Ok well here is my set up:
Code:
<vb:if condition="$foruminfo['forumid'] == 6">
<a href="misc.php?do=form&fid=3" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_application}</a>
<vb:elseif condition="$foruminfo['forumid'] == 38" />
<a href="misc.php?do=form&fid=1" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
<vb:else />
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
</vb:if>
--------------
Code:
<vb:if condition="$foruminfo['forumid'] == 19">
<a href="http://www.spyike.org/misc.php?do=form&fid=1" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
<vb:elseif condition="$foruminfo['forumid'] == PLACE NEW FORUM ID HERE" />
<a href="PLACE URL HERE" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
<vb:else />
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
</vb:if>
Green = I edited the first bit based on what you gave me.
Blue = If you need another link (edit as required (you do not NEED to use this))
Red = States if in a other forum, it posts a topic like usual.
( You need to use both green and red atleast)
Hope this helps..
--------------- Added [DATE]1290022353[/DATE] at [TIME]1290022353[/TIME] ---------------
1. I dont see the code i told you to put in or is that the original code?
2. What code is that?