weetouches
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] email languageForum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Translation problemIt works with wp-crontrol
Thanks
Forum: Plugins
In reply to: [BP Group Documents] Document upload notificationGreat fix jreeve
works for me
Thanks
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] 0 items in email notificationIt sounds like when the function is throwd by the cron it miss 2 things
$bp initialization and translation initializationin file bp-activity-subscription-digest.php
there’s my new function with translation
function ass_daily_digest_fire() {
load_plugin_textdomain( ‘bp-ass’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/languages/’ );
do_action(‘bp_init’);
ass_digest_fire( ‘dig’ );
}Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] 0 items in email notificationFixed i’m not sure if it’s ok but it works
in file bp-activity-subscription-digest.php in the function ass_daily_digest_fire. I added a do_action(‘bp_init’); just before ass_digest_fire( ‘dig’ );
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Best way for multisite/child use?I have the same setup and i tried everything is possible.
Does the option tree plugins support multisite setup ???
I had 3 web site with image widget plugin
1 with WP 3.4.1 and Image widget 3.3.4 –> Not working
1 with wp 3.4 and Image widget 3.3.4 –>Not workingand
1 with wp 3.2.1 and Image widget 3.3.4 –> WORKING GREAT
I think there’s an bug between WP 3.4 and and Image widget 3.3.4.
If you loaded your image in your widget before upgrading wordpress your widget still working but if you want to add another image widget box after upgrading WordPress the bugs happens..
For my case the problem was the permalink of User Groups page
If you go in the buddypress menu and the page menu.
In the User Groups section, check what is the selected page. After that, go in the page menu of wordpress and check the permalink of this page.
My problem was
http://bla-bla-bla/groups-2It must be for the plugin group document to work correctly
http://bla-bla-bla/groups