Quote:
Originally Posted by Modin
^^ that's exactly what I said
try this, open up functions_forumlist.php and find
Code:
function construct_forum_bit($parentid, $depth = 0, $subsonly = 0)
{
after it add
Code:
global $extrauseroptions;
|
I didn't even try this because I looked below it and saw that $bbuserinfo is declared global. When I tried this conditional with $bbuserinfo it failed, so I now I am completely out of ideas.