The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick question
On the forum page of this board, where it reads "VBULLETIN NETWORK"
It shows 2 links: Vbulletin.com - official support forums and Vbulletin-Germany How did you get it to look like that. I know how to external link using the forum categories, but you guys have it in one table cell. When I add a new forum and link it, it gives me all the cells (ie. last post, threads, post) and they contain dashes (because, well its not an actual forum). I have 2 things I want to show on forumhome like a new forum (gallery and arcade). I want it to look like those 2 links. Is this easy to do??? Thanks. Peace |
#2
|
||||
|
||||
It's a simple Template Edit:
ADD on the Top of Template forumhome_forumbit_level2_post Code:
<if condition="!$forum['link']"> Code:
<else /> <tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> <td class="alt1Active" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> </td> </tr> </if> |
#3
|
|||
|
|||
Thanks,
Is what you did to your gallery dificult, any chance you could show me how to do it?? Peace ^^WORKED LIKE A CHARM......THANK YOU SOOOO MUCH....looks great now Peace |
#4
|
|||
|
|||
Hey KirbyDE, has something changed in the 3.5 version of VB that wont allow this. I put the same code in, but for some reason its not working again....thanks
Peace |
#5
|
|||
|
|||
anyone know how i can do this with 3.5.4??
Peace |
#6
|
||||
|
||||
Danke!
(Yes, it works for all 3.5 versions... ) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|