cabledr
11-19-2009, 03:18 PM
I have been trying to add new thread button where you normaly just have reply to post i have looked at the code and ended up with this to add to showthread :-
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
The button appears but when i click it it dont do the foruminfo.forumid so takes me to contact admin page i have tried many of different things but i just cant get my head round why it will not pick up the forum id ? i hope so one can help so i can start to understand the vb4 coding
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
The button appears but when i click it it dont do the foruminfo.forumid so takes me to contact admin page i have tried many of different things but i just cant get my head round why it will not pick up the forum id ? i hope so one can help so i can start to understand the vb4 coding