The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
I got the following error first time out, so I decided to recheck my edits:
Parse error: syntax error, unexpected ']' in /home/mysite/public_html/forums/infraction.php on line 488 Find: (Line 234) Code:
$infdata->setr_info('userinfo', $userinfo); Code:
$infdata->setr_info('userinfo', 21); __________________________________________________ ___________ Find: (Line 236) Code:
$infdata->set('actionuserid', $vbulletin->userinfo['userid']); Code:
$infdata->set('actionuserid', 21); Find: (Line 488) Code:
$infdata->set('whoadded', $vbulletin->userinfo['userid']); Code:
$infdata->set('whoadded', 21]); Find: (Line 574, 575) Code:
$pmdm->set('fromuserid', $vbulletin->userinfo['userid']); $pmdm->set('fromusername', $vbulletin->userinfo['username']); Code:
$pmdm->set('fromuserid', 21); $pmdm->set('fromusername', "SMITH"); ![]() I editted my previous post with he results from testing. I editted my previous post with he results from testing. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|