Quote:
Originally Posted by Lionel
that one was in global.php. There were some more in functions_online or online.php
PHP Code:
$uids = explode(',', str_replace(' ', '', $vboptions[vbpager_canhidename])); if (in_array($bbuserinfo[userid], $uids)) $canhide = 1; if ($pagermessage) { $pagerinfo = show_pager(); if ($pagerinfo) eval('$pagermessage = "' . fetch_template('vbpager_popup') . '";'); } if ( $vboptions[vbpager_canpager] ) eval('$newpagerpopup = "' . fetch_template('vbpager_new') . '";');
my changes that made it work
|
hmmmm, that's weird, it shouldn't be like that, you are changing the whole condition and you might get some problem!
anyone else facing the same problem?