Quote:
Originally Posted by Opserty
I thought foruminfo worked in the postbit, hmm. Try $post or $thread
P.S. Be aware that there may be conflicts between your form and the inlinemod form if you are adding forms to the postbit, make sure you test it out first.
|
Hey
There were confilcts, thats why I put the form on a new HTML page and just added an iframe to save me time. Now I just need it in certain forums and not in every forum.
I tried this, but it doesnt work for catagories. So if forumid 234 has 10 subforums, it only works for the threads in the forum234, not its subforums.
Quote:
<!-- iRapid Links Checker starts here -->
<if condition="in_array($thread['forumid'], array(234))">
<if condition="$post[postcount] == 1">
<iframe name="home" src="http://www.irapid.co.uk/test/link.html" border="0" frameborder="0" width="500" height="149"></iframe>
</if>
</if>
<!-- iRapid Links Checker starts here -->
|
Thanks for trying.