semirM
Forum Replies Created
-
Forum: Plugins
In reply to: change LDAP passwordHi,
I have tested LDAP LPRM and you can reset the password from the admin interface it work…Forum: Plugins
In reply to: change LDAP passwordHi
have the same problem …
I am testing this plugin and it allow password expire date but I don’t now if it allow to reset the password directly in WP…
If you found something let me now
SemirForum: Plugins
In reply to: [Site Creation Wizard] [Plugin: Site Creation Wizard] can it do this?This is refereed to the BuddyPress navigation Bar…
Wen you use only WP 3.1 you can check the create new blog in the administration interfaceForum: Hacks
In reply to: What is Transaction URL on Cross Registration Plugin?Forum: Plugins
In reply to: WP Multi Network issueWP Multi Network work yet only for WP 3.0.* you must wait the next release to get it fully working in the WP 3.1
Forum: Plugins
In reply to: [Plugin: Clean-Contact] Multi language supportHere the modified file:
I use pastebin for the first time I hope it work πclean_contact.php file
Forum: Plugins
In reply to: [Plugin: Clean-Contact] Multi language supportHi I had the same problem … I have modified something and It worked for me:
First the name of the MO & PO file is clean-contact-xx_XXI have modified the code of the file clean_contact_conf.php:
1) I have replaced the first line with:
<?php load_plugin_textdomain('clean-contact', null, basename(dirname(__FILE__)));
2) I have changed all the translated string in the document and added the “clean-contact” value like this:echo __('*string*','clean-contact')
3) I have added the translation for the “setting description”I hope it work for you
Sorry for my bad EnglishHere the new code modified of the clean_contact_conf.php file:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Making this work site wide?I have the same problem …
It is possible to add this plug-in in the Mu-plugin folder to activate it side wide? Thanks for yours suggestionsHi Michael,
Your plug-in work really fine now I have solved the problem by deactivating the Bp group Blog.
I have just one question, I tried to get the static front page in the child site… I try to copy 2 more option (page_on_front and show_on_front) but I am not an expert and I dont find were I can add those option in your code.
Your suggestion wold be appreciated
Thanks for your nice job with this plug-in
SemirHi Michael,
I found what the problem is! Your plug-in don’t work wen the BP-Grop-blog is active… I have tested with Bp-group-blog deactivated and it work fine π
You have some suggestion to get the 2 plug-in working together?
Some other question:
1) How can I integrate the templates on WP-singup page (with buddypress active)?
2) with your configuration (buddypress and WP3.0 MS you see the child blogs of a template?)
3) I need to have the home page as a static page how can create a template like this one?Thanks for the support
SemirFor the internationalization
on line 14 I add this:$plugin_dir = basename(dirname(__FILE__)); load_plugin_textdomain( 'site-template', null, $plugin_dir );if you wont you can create a language directory… ($plugin_dir/languages)
on the line 375 or 377 replace this
<label for="sp-template">What type of site are you creating?</label>
with this:
<label for="sp-template"><?php _e('What type of site are you creating?', 'site-template'); ?></label>for creating po or pot file you can upload the php at this address:
thats all! I didn’t localize the admin interface
I use WP 3.0.1 MS and BP 1.2.5.2 (now updated to 1.2.6) wen I have Groupblog activated I have a problem with AJAX on my home page theme configuration (Studio Theme from WPMUDEV)
In firebug I got this error:$(“#tabctnr”).tabs is not a function
[Break on this error] $(‘#tabctnr’).tabs({ fx: { opacity: ‘toggle’ } });Is the same problem? Any suggestion?
Thanks
Semir