Kitefr
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Use group for capabilities visibilityThank you very much Vladimir !
I will look forward to it.
Yann
Not know why it works for me and not for you actually… i will try to see why very soon !
Forum: Plugins
In reply to: [wp-days-ago] How to translate it ?Okay, Thanks !
I’m not in a hurry so i will wait for the next major version 🙂
I saw that too !
I could fixed it but, unfortunately, i had to change a little thing in the plugin page because it is actually a div made to ensure other elements will go under the social ring plugin and not in the same line.
I try to do it in css but it was hard coded in the plugin files so i had to modify it a little…
If you’re interested, you can do it by open the libray.php file you can find in : plugins/wordpress-social-ring/includes/library.php
Go to line 174, you will find that :
$html .= '<div style="clear:both;"> </div><!-- Social Ring Buttons End -->'."\n";Change to :
$html .= '<div style="clear:both;"></div><!-- Social Ring Buttons End -->'."\n";I just remove the
inside the div. That done the trick !Just what i need ! An ajax option !
I iwll install your plugin if you can use it with Total Cache ! ^^I’ll be waiting, thanks.
Forum: Plugins
In reply to: [WP Realtime Sitemap] [Plugin: WP Realtime Sitemap] WPML compatibilityYes it works !
So i added it twice in the Posts part of the code for the regular posts to be compatible as well ^^
Thanks !
Forum: Plugins
In reply to: [WP Realtime Sitemap] [Plugin: WP Realtime Sitemap] WPML compatibilityWell i look into the code and it would be difficult to adjust it without entering deep inside… no ?
Forum: Plugins
In reply to: [WP Realtime Sitemap] [Plugin: WP Realtime Sitemap] WPML compatibilityI actually put the ‘suppress_filters’ part in the code for custom post types.
But i read you make it compatible with WPML, how did you do so ?
Thanks in advance ^^
i wanted to push this one topic because it’s the only thing who still annoying me with this plugin…
Otherwise, it is really great !
I hope an update of the plugin will be come very soon…
Forum: Plugins
In reply to: Using current_user(obj) externally in 3.1Hi,
How did you resolved it ?!
Hi mitcho
I changed my template so now it works for 3 or less related post.
It will be ok when i will have more articlesThanks
KitefrForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Album & Gallery title displaysame problem like me sofimi :/
i’ll wait a solution for this ^^
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album variable ?!up
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album title display on gallery pageI have all of this in localhost :/
But i don’t know why when i added the link, it think the $album is empty…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album variable ?!So… the trick you tell is the other topic don’t work for me.
I made some code for testing the variable and
1) the $album variable is defined
2) the $album variable is empty !I don’t know why the $album viariable is empty :/
I add for the test :
<?php $album = nggdb::find_album( get_query_var('album') ); ?> <?php if(isset($album)) echo '$album load..... ok !<br />'; ?> <?php if($album != '') {echo '$album is not empty';} else {echo '$album is empty...';} ?>A solution ?!