PDA

View Full Version : Quick question


nymyth
08-11-2005, 07:20 PM
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

Andreas
08-11-2005, 07:37 PM
It's a simple Template Edit:

ADD on the Top of Template forumhome_forumbit_level2_post

<if condition="!$forum['link']">


ADD to the Bottom of it

<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>


Btw: I also have a Link to my Gallery as a Forum, but I made it so the New Posts Indicator works, Column Threads shows the Number of Images Images, Column Replies shows the Number of Comments/Replies and Last Post shows the Last Comment/Reply

nymyth
08-11-2005, 08:10 PM
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

nymyth
10-14-2005, 02:41 PM
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

nymyth
06-09-2006, 12:18 AM
anyone know how i can do this with 3.5.4??

Peace

Roms
06-10-2006, 01:55 AM
Danke!

(Yes, it works for all 3.5 versions... )