PDA

View Full Version : need to add NEW THREAD BUTTON ON VIEW POST


faizulhaque
12-29-2009, 12:01 PM
as per snap, i need to add this on VIEW POST OPTION (SHOWTHREAD)

i add below code
<div id="above_threadlist" class="above_threadlist">
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>


BUTTON IS ADDED BUT,

it's not taking the forum ID
{vb:raw foruminfo.forumid}
this is not working on SHOWTHREAD.

Any help how to do.

Thanks

winstone
12-29-2009, 12:52 PM
see https://vborg.vbsupport.ru/showthread.php?t=231348
tho you need to tweak the code

faizulhaque
12-29-2009, 02:59 PM
bro.. as i post.. i need button on view post.

i tried to add and it's added but it's can't get the forum id.. detail already posted.