PDA

View Full Version : Quick Reply Box - Quick Thread Link


wooolF[RM]
02-18-2002, 09:02 AM
]Hi all...
I was wondering what template / php page I have to edit to add a link to new thread oh the front page of forums ( site.com/forum/index.php?s= ) under every forum's name. Example can be seen on this forums here (https://vborg.vbsupport.ru/index.php?s=)

I think it's a nifty feature! :supwink:

Btw... what code I have to add? :) I'm kinda new to PHP

Thanx all

Lesane
02-18-2002, 09:34 AM
Add:

<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">[new thread]</a>

wherever you want in both templates:
forumhome_forumbit_level1_post & forumhome_forumbit_level2_post

wooolF[RM]
02-18-2002, 07:17 PM
]thanx, I'll try it :D

tested, working fine :) thanx again