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) . '";');
}
|
![]() |
|
|