vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick question (https://vborg.vbsupport.ru/showthread.php?t=94101)

nymyth 08-11-2005 07:20 PM

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

Andreas 08-11-2005 07:37 PM

It's a simple Template Edit:

ADD on the Top of Template forumhome_forumbit_level2_post
Code:

<if condition="!$forum['link']">
ADD to the Bottom of it
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>

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


All times are GMT. The time now is 04:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00935 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete