maxoud
Forum Replies Created
-
Still not fixed and using
WP_CONTENT_DIR . '/plugins'instead ofWP_PLUGIN_DIRso it’s impossible to activate plugin.“W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home/maxoud/www/pagewalkertest/content/advanced-cache.php.”
But this file is exactly there.Forum: Plugins
In reply to: FYO folding page list modifyingThere is a bug in plugin.
Find following lines around #68:if ( in_array($page->post_parent,$include) ) $newget = 0; break;and change them to
$include = array_unique($include);Forum: Plugins
In reply to: [Plugin: Easy Page Link for WPML] Link list dropdown not showtingHi, ForestMist!
I’m experiencing the same problem with
- WP 3.0.4
- WPML 2.0.4
- Easy Page Link for WPML 0.0.7
The same was happening before using
- WP 3.0.1
- WPML 2.0.0
- Easy Page Link for WPML 0.0.7
Firefox 3.6.13, Chrome, Opera on Linux.
Forum: Plugins
In reply to: [Plugin: Relative Links Fix] useless when wordpress is in subdirectoryОne more thing is missed by both of us:
get_option(‘siteurl’) is deprecated, use get_option(‘url’) instead.Forum: Plugins
In reply to: WPML Page Order does not show any pagesdiver66, have a look at My Page Order before WPML Page Order got fixed. It works on WP 3.0 too.
But be prepared to boil different language pages in one saucepan.
Forum: Plugins
In reply to: Modify “Popularity Contest” pluginThe code from jbiesnecker breaks the whole blog on 2.8.6. May be because of custom queries I use?
Forum: Fixing WordPress
In reply to: Show subcategories only for selected categoryget_category_children() is deprecated.
Forum: Plugins
In reply to: Change Plugin Display OrderYou have to change the priority of a hook by editing it’s file:
Plugin_API => Hook to WordPressForum: Fixing WordPress
In reply to: Show category hierarchical only in single post view[Deleted]
Sorry, wrong answer.