PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ]
$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') . '";');
}
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ]
This code change is
not correct and it doesn't match the code in the hack file!!
where did you get this from??
can you please downlaod the zip file again, open
vbpager2_05_file_edit.txt and make sure you do the exact changes in this file.