meg@info
Forum Replies Created
-
Hi,
Can you send me please the link of the plugin.
Forum: Plugins
In reply to: [BuddyPress FollowMe] Localisation not workingHi,
thankls for report, i was fix the problem.
you can edit the bp-follow-loader.php anre replace the code in lines 12,13 with this codeif ( file_exists( BP_FOLLOW_PLUGIN_DIR . '/languages/' . get_locale() . '.mo' ) )<br /> load_textdomain( 'bp-follow', BP_FOLLOW_PLUGIN_DIR . '/languages/' . get_locale() . '.mo' );<br />
Or follw the dev in GitHub
https://github.com/dzmounir/buddypress-follow-meRegards.
Forum: Plugins
In reply to: [BuddyPress FollowMe] Not compatible with BuddyPress 1.7Hi Roger;
Using table instead wp_user_meta provides extensibility for the plugin.
For example making a grave of connectivity, making some sql queries to find some data about connectivities of member, his intersets, suggest to the members to follow others members based on the following of his followers …etcRegards,
MounirForum: Plugins
In reply to: [BuddyPress FollowMe] 2 Feature RequestsHi myladeybugg,
I will try to add this features in the next version.
Thanks.
Forum: Plugins
In reply to: [BuddyPress FollowMe] No follow in activity streamHi,
A new Tab “Following” will be added after you enable the plugin.
you find it ?
Regards.
Forum: Plugins
In reply to: [BuddyPress FollowMe] Notification problemHi omgbud,
Thanks for reporting the bug,
i correct the bug in the next version.
i will update the pluging this night.Regards.
Forum: Plugins
In reply to: [Buddypress Notifications Manager] Can′t find DashboardlinkHi,
you find the link in :
Buddypress > Notification Manager
The link work in wp 1.6.1 with WordPress 3.4.2 and (wp3.5 and bp 1.6.2)
or just open :your_site/wp-admin/admin.php?page=bp-notifications-manager
Regards,
Forum: Plugins
In reply to: [BuddyPress FollowMe] Not compatible with BuddyPress 1.7Hi,
I will check this soon.
thanks for report,
Regards,
MounirForum: Plugins
In reply to: [BuddyPress FollowMe] Can I Change Follow to Watch?Hi,
Of course, just edit the .po file in the plugins\buddypress-follow-me\languages with poEdit and add a new traduction.
Regards,
MounirHi Quint,
70% of code source i used is from BuddyPress Follow (https://www.ads-software.com/extend/plugins/buddypress-followers).
buddypress Followers lis not updated since 2 years and i would make a new version compatible with the last version of buddypress (1.5 & 1.6).
i will fix the problem of comatibility in the next version.
thanks for message :).
Forum: Fixing WordPress
In reply to: Add buddypress activity preview to my homepage?see here
https://www.michaelkuhlmann.com/2010/02/19/how-to-display-activity-stream-in-buddypress/
or copy the activity/index.php content and past it in your home page ( dont forget to remove the get_header() and get_footer() from index.php)
+++
Forum: Plugins
In reply to: [plugin : All in One SEO Pack] zlib compresion problemnot working too ??
Forum: Plugins
In reply to: [plugin : All in One SEO Pack] zlib compresion problemThanks hydn,
itry to change level, but not working, i think ALL IN ONE SEO use a compression and when he find a compression used before, he disable to print the titles of pages proprely.
i used Platinum SEO now.
Forum: Fixing WordPress
In reply to: Assigning page template to wp-signup.phpHi
i have the same problem ,but i think i found solution
try to find the the file register.php in the theme of budypress or wordpress ( into registration directory => …theme/registration/register.php)
and edit it, i changed to use a full page registration templatethanks.