-
@mercime replied to the topic HTTP Error 500 on Topics within "Group" Forums in the forum How-to & Troubleshooting 11 years ago
@rigormortis_uk glad you were persistent and resolved the group forums issue 🙂
I’m running WordPress 3.5.1, bbpress 2.3.2 and buddypress 1.8.1
I suggest updating your bbPress installation to version 2.4.1 as I remember that issue was fixed in the bbPress Trac sometime after bbPress 2.3.2. Also, I recommend updating your WP installation to the l…[Read more]
-
@mercime replied to the topic HTTP Error 500 on Topics within "Group" Forums in the forum How-to & Troubleshooting 11 years ago
@rigormortis_uk have you checked what’s in your .htaccess file recently?
Have you tried backing up htaccess file, deleting it and then running Settings > Permalinks? -
@mercime replied to the topic HTTP Error 500 on Topics within "Group" Forums in the forum How-to & Troubleshooting 11 years ago
I’ve noticed under permalinks wordpress is complaining about access to the .htaccess file
@rigormortis_uk Did you change to a new theme or add any new plugins recently? Revert to old theme or Twenty Twelve theme and deactivate all other plugins except BuddyPress and bbPress then run Settings > Permalinks again.
-
Henry replied to the topic Hide members from Members Directory in the forum How-to & Troubleshooting 11 years, 4 months ago
Humm, never used the ‘blocked’ role in bbPress. You could try changing the line:
if ( $days_since_last_active > 60 ) continue;
to
$user = new WP_User( bp_get_member_user_id() );
if ( ($user->roles[0] == 'blocked') && ($days_since_last_active > 60 ) ) continue;
I am not exactly sure if there is a role called “blocked” in…[Read more]
@rigormortis_uk
Not recently active