chaoti
Forum Replies Created
-
I don’t know exactly if this is the version which works with 1.2.8. You can try it if you want. ?? If it doesn’t work, feel free to contact again.
If you don’t make an update to 1.5 you can use the old one. Until 1.2.8, only minor changes were necessary.. ??
Forum: Plugins
In reply to: [BuddyPress Gifts Rebirth] [Plugin: BuddyPress Gifts Rebirth] Thx :)Thx for this information. By the way… I found something to fix: It’s not possible to set the radio button for getting no notification about a sent gift. Apart from that it works fine. ??
@hayleyc Here you can find the support forum:
https://buddypress.org/community/groups/buddypress-courseware/forum/
It works for me. No problem. Looking at network admin dashboard I found the group management at “BuddyPress”…
Forum: Plugins
In reply to: [7feeds ticker] 7feeds ticker not stableIt’s great and works fine with 3.2.1. ??
Have a look: https://www.ads-software.com/extend/plugins/add-to-any/ It works and Google+ is included. ??
Forum: Plugins
In reply to: [Registration Options for BuddyPress] No options page since WP 3.1.2Hello @all,
I’m not a developer, but I tried some changes. The managed registration is working fine now, but one cannot upload an avatar and one cannot use the other things. I don’t know if it is because I’m not using the default theme or if there will be some other changes necessary. If I saw it right the structure of the upload directory changed with 3.2.1. It is possible that the avatar-upload would work if one will work upon this. Here are the changes I made in bp-registration-options.php:
line 6:
find
!is_site_admin()
change to
!is_super_admin()
line 14:
find
add_action( 'admin_menu', 'bprwg_admin_menu' );
change to
add_action( 'network_admin_menu', 'bprwg_admin_menu' );
line 1729:
find
echo '<div class="error"><p>You have <a href="'.get_bloginfo("url").'/wp-admin/admin.php?page=bp-registration-options&view=members"><strong>'.count( $db_result ).' new member request'.$s.'</strong></a> that you need to approve or deny. Please <a href="'.get_bloginfo("url").'/wp-admin/admin.php?page=bp-registration-options&view=members">click here</a> to take action.</p></div>';
change to
echo '<div class="error"><p>You have <a href="'.get_bloginfo("url").'/wp-admin/network/admin.php?page=bp-registration-options&view=members"><strong>'.count( $db_result ).' new member request'.$s.'</strong></a> that you need to approve or deny. Please <a href="'.get_bloginfo("url").'/wp-admin/network/admin.php?page=bp-registration-options&view=members">click here</a> to take action.</p></div>';
Would be nice to hear from you… =)
I sent a mail, but I don’t get the updates. Someone here to help me with the Auto Group Join plugin?
Hello Harry,
would be great to see your code. I worked at the code a long time and it doesn’t work at all. We build a non-profit website for German physician assistants. Please help us.
Kind regards ??