The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]() Code:
// attempt at auto-surround post with tags if ($bbuserinfo[5] != " ") && ($bbuserinfo[6] != " ") { $message = "$bbuserinfo[5].$message.$bbuserinfo[6]"; } Code:
// attempt at auto-surround post with tags if ($bbuserinfo[field5] != " " && $bbuserinfo[field6] != " ") { $message = $bbuserinfo[field5].$message.$bbuserinfo[field6]; } But it's not done yet, you're using $bbuserinfo info, so the header and footer for the posts will be by the VIEWING user, not the POSTING user. You need to use $post or something like that. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|