Quote:
Originally Posted by rip9001
hey, installed it works great
1 question: What do i have to do to get this form to come up when sombody tries to create a new thread in a certain section (eg. forumid: 55)
I had a look through both forumdisplay.php and newthread.php but im still kind of a newb at this
|
I do this on my site.....you will need to change to locations in the FORUMDISPLAY template....
This appears in two spots....im nost sure on your style but you will see what I have changed and you should be able to find it in your template...
Code:
<td class="smallfont"><if condition="$show['newthreadlink'] and $foruminfo[forumid] <> '36'"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /><a href="http://rustysoaptraders.com/forums/newthread.php?do=tradeform"><font size="2">Post A Trade</font></a></if></td>
What this code above does is leave the 'New Thread' link in all the forums except my forum number 36...if it is forum 36 then 'Post A Trade' link shows up and when that is clicked it goes to my form.
Make sure you keep a copy of the original template in case you make an error. Hope this helps.
*** of course I didnt see the Add-On that may do this same thing.