Ok, in the newthread, template, I'm trying to have it use a different section of the code depending on what forum it is being used in.
I've tried so many different things, but nothing as of yet has worked.
I have tried:
Code:
<if condition="$foruminfo[forumid] = 54">
Code:
<if condition="$foruminfo['forumid'] = 54">
Code:
<if condition="$forumid = 54">
Code:
<if condition="$forumid[54]">
Code:
<if condition="$forumid['54']">
None of which have worked. Does anyone have an idea of what might work? It'd be so much easier if you could use PHP in the templates. >_<