Quote:
Originally Posted by Xenon
yep it uses the same template, as that's the default way of vbulletin overall.
the easiest thing would be to just use a template conditional
HTML Code:
<if condition="THIS_SCRIPT == 'index'>
normal template here
<else />
forumdisplay template here
</if>
|
When I applied that to the forumhome_forumbit_columncell, it gave me this parse error warning:
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected '<' in /home/dndonli/public_html/includes/adminfunctions_template.php(3037) : eval()'d code on line 3
|
How can I get around this?
Thanks.