Quote:
For instance as an admin, I see "Reading Webtemplate: news", but as a registered user I see just "Reading Webtemplate:".
|
Adding this line:
PHP Code:
if ($bbuserinfo[usergroupid] != 6) {$userinfo[location] = htmlspecialchars(stripslashes(replacesession($userinfo[location])));}
Before line
PHP Code:
if (preg_match("/(pg=)(.*)(&)/siU", $userinfo[location], $l_match1) OR preg_match("/(pg=)(.*)/siU", $userinfo[location], $l_match2))
might help..