vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   What templates do I modify to do this? (https://vborg.vbsupport.ru/showthread.php?t=34274)

Antorz 01-19-2002 06:24 PM

I was woundering what templates I modify to do these things, and how?

1. The Default vB template has the (Forum name, Posts, Threads, Last Post, and Moderator Titles on top of the Category. I would like to move that below the category title like alot of vB boards have done.

2. What Template do I modify to move the Hacks above my forums around? What exactly do I edit to do this.. Like how do I move all my hacks to the top like vbulliten.org has?

3. Lastly how do I create a space between categories like vbulliten.org. I know this has been addressed before... But I wasn't sure how to do it with my code?

My forumhome_forumbit_level1_nopost looks like this:

<tr id="cat">
<td background="http://boards.eternal-circle.com/images/catagory_backing.gif" colspan="10" align="center" valign="middle">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a><br>
<smallfont color="#000000">$forum[description]</smallfont>
</td>
</tr>

What do I need to change so that it creates the space between cats.

Thanks for any help once again...

Travis641 01-20-2002 06:23 PM

1. forumhome_forumbit_level1_nopost

2. Not sure what you mean.

3. change:

Code:

<tr id="cat">
<td background="http://boards.eternal-circle.com/images/catagory_backing.gif" colspan="10" align="center" valign="middle">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a><br>
<smallfont color="#000000">$forum[description]</smallfont>
</td>
</tr>

to:

Code:

</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td background="http://boards.eternal-circle.com/images/catagory_backing.gif" colspan="10" align="center" valign="middle">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a><br>
<smallfont color="#000000">$forum[description]</smallfont>
</td>
</tr>



All times are GMT. The time now is 12:32 AM.

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.01044 seconds
  • Memory Usage 1,715KB
  • 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
  • (2)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