
06-04-2005, 04:02 PM
|
|
|
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by uae
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.
|
I installed and it works however, replies are not working. Where should I look?
|