Quote:
Originally Posted by Lynne
You have threads numbered 2, 7, and 8? Perhaps a link to one of these threads would help.
You could try replacing $threadid with $thread['threadid'] and see if that works. And you didn't place this inside the condition that is right below the poll, right? If what you really mean is forum 2 and forum 7, then you need to replace $threadid with $thread[forumid].
|
Did not work.
http://www.warfaith.com/forumdisplay.php?f=2
Code:
</head>
<body onload="$onload">
$header
$navbar
$poll
<if condition="$threadid=='2'">
Testing 2
</if>
<if condition="$threadid=='7'">
Testing 3
</if>
<if condition="$threadid=='8'">
Testing 8
</if>
<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php?threadid=$threadinfo[threadid]&p=$postid" method="post" id="inlinemodform">
$spacer_open
</if>
<a name="poststop" id="poststop"></a>