The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]() Quote:
Code:
$vbcode_smilies = ''; $vbcode_buttons = ''; if ($foruminfo[allowsmilies]) { if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) $vbcode_smilies = getclickysmilies(); eval("\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\";"); } else { $disablesmiliesoption=""; } if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) $vbcode_buttons = getcodebuttons(); if ($foruminfo[forumid]==2) { eval("dooutput(\"".gettemplate("newthread_submissions")."\");"); exit; } Code:
// ############################### start new thread ############################### and i can alter the newthread template with the new template newthread_submissions in the second forum, one problem i have is that i don't know what i need to do after i've added the needed tables to the database |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|