Quote:
Originally Posted by AndyJensen
I got the || || || error as well...update to 3.7.x.
|
A quick but dirty method to get rid of it is to go in to the following plugin
Add Usergroup as Moderator: Show Usergroup forumdisplay_moderator
find
Code:
$show['doshowmodgroup'] = false;
$moderatorslist .= '||';
change to
Code:
$show['doshowmodgroup'] = false;
$moderatorslist .= '';
It seems to work
Would be nice if it was updated to 3.7 though 3.8 is coming "soon" so I wouldn't hold my breath for a 3.7 release unfortunetly