The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I looked around but i couldn;t really find what i;'m looking for ...
What i want is an extra colomn next to the Posts column on the forumhome with new thread buttons, and not something weird like Filberts hack; http://www.vbulletintemplates.com/mo...ead.php?t=2002 it should point to newthread.php ( same as when you click on new thread @ forumdisplay ... i hope its clear ;x i;m using vb3 gold /Kairo stupid keyboard -.- |
#2
|
||||
|
||||
![]()
basicly same idea
copy our code from forumdisplay template HTML Code:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a> ![]() and presto, were done Now if youd like to add this to the moderators collum. (i wouldnt suggest a new one as it might bie abit crapmed.) in forumhome_level1_post find <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> and replace it with our new code HTML Code:
<td class="alt1"> <a href="newthread.php?$session[sessionurl]do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></div></td> ![]() |
#3
|
||||
|
||||
![]()
I cannot get this to work for me.
![]() Can you hold my hand some more with a step by step on how to create a brand new column with new thread and even subscribe/unsubscribe buttons via a conditional? ![]() I'd be eternally grateful! |
#4
|
||||
|
||||
![]()
Well that code should be right, ill try it out on one of my test forums today.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|