The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
In newthread.php, I have this code:
Code:
if ($foruminfo['custom']) {
eval('$messagearea = "' . $temp['form'] . '";');
}
Code:
if (!$foruminfo['custom']) {
// create the message area template
eval('$messagearea = "' . fetch_template($templatename) . '";');
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|