-
James Smith posted on the forum topic Installed and activated BuddyPress = Wall of Warnings! in the group Installing BuddyPress: 14 years, 2 months ago
sadly we have to stick like glue to the stable packaged releases of RHEL (Red Hat Enterprise Linux), so a php upgrade out-of-cycle is highly unlikely. Bring on RHEL6…
@DJPaul – have verified with plugins disabled and default theme installed… same story.
-
James Smith posted on the forum topic remove password confirmation in the group How-To and Troubleshooting: 14 years, 2 months ago
Just for completeness, I fixed those IE errors by changing
JSON.parse(c)
to
jQuery.parseJSON(c)
in availability.js and email_checker.js
-
James Smith posted an update in the group BP Xtra Signup: 14 years, 2 months ago
Thanks for the plugin, however I found the ajax auto-checkers were failing in IE6 and IE7. I fixed it by changing
JSON.parse(c)
to
jQuery.parseJSON(c)
in availability.js and email_checker.js
-
James Smith joined the group BP Xtra Signup 14 years, 2 months ago
-
James Smith posted on the forum topic remove password confirmation in the group How-To and Troubleshooting: 14 years, 2 months ago
>>Just because Facebook does something a particular way doesnโt make it a best practise – true, but you can bet your bottom dollar they’ll have done some serious multi-variate testing on the conversion rates of that sign-up form. There are plenty of arguments on both sides, but as part of a full usability overhaul I’m […]
-
James Smith posted on the forum topic remove password confirmation in the group How-To and Troubleshooting: 14 years, 2 months ago
It’s all about cutting those barriers to entry…
As Ehegwer says, self-service via the password reset function is something everyone will be familiar with. Facebook for example, has no password confirmation requirement.Anyhow, in the end I did it with a small and relatively unobtrusive core hack.
-
James Smith joined the group BuddyPress Registration Options 14 years, 2 months ago
-
James Smith started the forum topic remove password confirmation in the group How-To and Troubleshooting: 14 years, 2 months ago
Anyone know if it’s possible to remove the rather superfluous password confirmation input box on the registration form? A quick bit of googling has turned up nothing useful ๐
-
James Smith posted on the forum topic yellow popup box doesn't work in IE6 or IE7 in the group BuddyPress Group Email Subscription: 14 years, 2 months ago
Ok, nevermind – I fixed it by removing the stray commas at the end of the data arrays on lines 15 and 54 of :
buddypress-group-email-subscription/bp-activity-subscription-js.js
… could you clean this up for the next release?
PS, thanks for the awesome plugin ๐
James
-
James Smith started the forum topic yellow popup box doesn't work in IE6 or IE7 in the group BuddyPress Group Email Subscription: 14 years, 2 months ago
In IE6 and 7 I get a javascript error when visiting the groups page, and consequently the pop up box containing the various email options will not appear when clicking on the links… anyone else had this? I’ve tried disabling all plugins and reverting to default theme but no joy.
-
James Smith joined the group BuddyPress Group Email Subscription 14 years, 2 months ago
-
James Smith posted on the forum topic Installed and activated BuddyPress = Wall of Warnings! in the group Installing BuddyPress: 14 years, 2 months ago
@DJPaul I’m on php 5.1.6 and get this problem. Other unusual bits about my setup are that it’s a sub-directoy install and I’m using a proxy for all outgoing script connections.
-
James Smith started the forum topic [SOLVED] php error in the group BuddyPress Private Community: 14 years, 2 months ago
Hiya, thanks for the plugin. Unfortunately I can’t get it working and get this warning message at the top of the page:
Warning: call_user_func_array() : Unable to call MM_BUDDYPRESS_PRIVATE_COMMUNITY::restrict_access() in /path/to/my/server/mysite.com/wp-includes/plugin.php on line 395
I’m running:
WP 3.0
BP 1.2.5.2
PHP 5.1.6Any ideas how I…[Read more]
-
James Smith started the forum topic admin notifications to multiple email addresses? in the group How-To and Troubleshooting: 14 years, 2 months ago
Is this possible without creating multiple users?
-
James Smith posted on the forum topic php error in the group BuddyPress Private Community: 14 years, 2 months ago
Answer is here: http://uk.php.net/callback
call_user_func('MyClass::myCallbackMethod'); // == php 5.2.3
-
James Smith posted on the forum topic php error in the group BuddyPress Private Community: 14 years, 2 months ago
Ok, well not to worry – I made it work by replacing all the add_action calls with this syntax:
add_action( 'get_header', array('MM_BUDDYPRESS_PRIVATE_COMMUNITY', 'restrict_access' ) );
-
James Smith joined the group BuddyPress Private Community 14 years, 2 months ago
-
James Smith posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting: 14 years, 2 months ago
Thanks all for the speedy patches. As JJJ points out, the first one will be tricky to get ‘right’… needs the option to reassign groups to a given user instead of deleting.
-
James Smith posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting: 14 years, 2 months ago
not running any caching yet, no. I’ve narrowed down the problem however – it actually seems to be caused by deleting the wp USER who created the group. Doing that removes the user’s group(s) from the listings page, but doesn’t remove them from wp_bp_groups (and therefore the count is also incorrect). thanks for clarifying on […]
-
James Smith posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting: 14 years, 2 months ago
running on WP 3.0.0 and BP 1.2.5.2. Only unusual thing is that I’m using a proxy for external http connections. Any idea how I can troubleshoot? (The debug mode is not much help because of this other problem: https://buddypress.org/community/groups/installing-buddypress/forum/topic/installed-and-activated-buddypress-wall-of-warnings/)
- Load More
@thisisjamessmith
Not recently active