France
I'm a web developer in France and I've been working on Wordpress for many years. I'm now involved in differents teams and projects to develop custom solutions based on Wordpress and Buddypress.
Fairweb's
Activity Stream →
-
Fairweb posted a reply on the forum topic BuddyPress.org Locale Blogs: 3 weeks ago
Great Andy ! Thanks !
Is there any chance I can have suitable rights to maintain the fr ?
Thanks a lot -
Fairweb posted a reply on the forum topic bp-events translation ?: 2 months ago
Found the translation bug.
In bp-events.php, line 2831
add_action ( 'plugins_loaded', 'events_load_textdomain', 9 );
should be
add_action ( 'plugins_loaded', 'events_load_textdomain', 1 );
As it was in 9 priority, it was loaded after
add_action( 'plugins_loaded', 'events_setup_globals', 5 );
That’s why the other strings loaded but not this one. -
Fairweb posted a reply on the forum topic Group Wiki Plugin (not a release, but in progress): 3 months ago
Glad I could help as well.
Don’t forget to adjust user’s rights on blogs when a user is added or removed from a group.
Good luck and yes please, let us know how it goes. -
Fairweb posted a reply on the forum topic Group Wiki Plugin (not a release, but in progress): 3 months ago
According to your project’s requirements, why do you absolutely need to develop a wiki ? I understand that you want easy writting facilities so why not using blogs ? Of course, there would be a lot to build in the group’s front end but at least you can use WP’s core functions.
1 – link a [...]