The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
When tryign to view users reputation or add to it i get
Parse error: parse error, unexpected $ in /home/chrisr/public_html/forums/reputation.php on line 277 theres nothign even on line 277 heres some lines 257-277 $reason = parse_bbcode($postreputation['reason']); exec_switch_bg(); eval('$reputation_reasonbits .= "' . fetch_template('reputation_reasonbits') . '";'); } } if ($total == 0) { $reputation = $vbphrase['even']; } else if ($total > 0 AND $total <= 5) { $reputation = $vbphrase['somewhat_positive']; } else if ($total > 5 AND $total <= 15) { $reputation = $vbphrase['positive']; } else if ($total > 15 AND $total <= 25) { |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|