AriesCZ
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Enqueue jQuery in everything above IE10Yes, I am aware of that, and I am deregistering the version of jQuery included in WP, if only to move the include of it in footer to not slow down the loading.
Forum: Plugins
In reply to: [Simple Raider] simpleraider pluggin not working with 3.2.1Matsib: Really? How did you managed to get it working? After activating all my posts started showing like database errors.
Forum: Plugins
In reply to: [Simple Raider] simpleraider pluggin not working with 3.2.1I am wondering the same thing as Arkenis, any progress in developement?
I also have SWTOR guild websites running on wordpress and I think that every one of them would benefit from Raid planner, and using EQDKPlus is pain in the a**.Forum: Fixing WordPress
In reply to: Deleting debug.logNot sure exactly, I think it is the “general” WP debug log (it is located in wp-content folder).
I just found out that I have debug mode activated in wp-config (I activated it when I was trying to fix one plugin, I think it was for sitemaps, but I did believe I disabled it after that, guess not)I did not read through entire log (did not want do download over 2GB, but it listed events from some unsupported function from my old theme from over 8 months ago).
I think it should be safe to delete it, i just want to be sure that nothing can go wring
I switched to older, working, version for now.
My guess is that the problem is the multisite, because that is the only difference betwenn localhost and live website (I use same plugins and everything)Ok, so restoring from backup did not help. The settings will still not save and I cant activate the bridge
Yes, I have a backup of WP database from before the update. Any chance there is older version (which was working) to download somewhere?
Cara: Yes, forum is a subdomain. I used previous version on this setup without problem.
Really? How did you manage to set it up? Are you using multisite or running phpbb on different domain than wordpress?
Nope. Funny thing is, that I tried it on WAMP Server, and it worked.
My structure of localshost is this:
localhost/phpBB3 (forum)
localhost/wordpress (WP)
Structure of Webpage is like this:
https://www.mydomain.com (WP)
forum.mydomain.com (forum)Maybe it is some problem with multisite?
Ok, I managed to get it running by deleting database entries. But now I cant confugre it.
After filling out paths to config.php/ucp.php and clicking Save, i get screen that looks like this – https://img846.imageshack.us/img846/4841/phpbbbridgeerror.jpg
After going back to the settings screen, everything is reset to default…
Please help me…Forum: Plugins
In reply to: [Wp2BB] [Plugin: Wp2BB] Using with WP3.2 and PHPB 3Ok, I tried it on my localhost, and it work, however, there is a problem, for some reason, my permalinks (I use %year%/%monthnum%/%postname%) stopped working (I get 404 error).
Only thing that works is the default “ugly, not SEO-friendly” ?p=ID
Could any one help me?EDIT: Nevermind, I am stupid and forgot to allow the rewrite_module in Apache
Forum: Themes and Templates
In reply to: wp_list_pages – show date before page titleI use this code
<div class="entry"> <?php the_content('<p class="serif">Read more »</p>'); ?> <ul> <?php wp_list_pages('sort_column=post_date&show_date=created&child_of='.$post->ID.'&title_li='); ?> </ul> </div>
Forum: Themes and Templates
In reply to: Template Footer WidthWell, I dont see anything worng with your page in Firefox, Opera, or IE, beacuse I dont see horizontal scrollbar on any page on your website.
Forum: Plugins
In reply to: [NextGEN Gallery] Display pictures with tagThanks this helped a lot, but I used the [nggtags gallery=tag] tag and it is exactly what I had in mind