The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
thanks all. I'm in the process of moving to 3.71 but I need the old site running till then.
it's sorta working but certain pages won't. first issue i've found is online.php. it two locations it uses show() which doesn't work. for example. Code:
while ( list($key,$val)=each($guests) ) { $numberguests++; $onlinebits .= show($val); } --------------- Added [DATE]1213028700[/DATE] at [TIME]1213028700[/TIME] --------------- I've narrowed the show() issue down to 1 line. it's the call to get whosonlinebit. ?!?! so I edited the template and if I remove all 3 vars $userinfo[where], $onlinebit_email, & $onlinebit_ip the page will load. I'm throughly confused now Code:
<tr align="center"> <td bgcolor="{firstaltcolor}" align="left"><normalfont>$linkedname $userinfo[hidden]</normalfont></td> <td bgcolor="{secondaltcolor}" align="left" width=300><smallfont>$userinfo[where]</smallfont></td> <td bgcolor="{firstaltcolor}" nowrap><smallfont>$userinfo[time]</smallfont></td> $onlinebit_pm $onlinebit_email $onlinebit_ip </tr> made a thread at vb.com as suggested --------------- Added [DATE]1213031195[/DATE] at [TIME]1213031195[/TIME] --------------- the host did soemthing and now it works. not sure what it was. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|