vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [HowTo] [3.0.0] Put the table "indexer" below each category. (https://vborg.vbsupport.ru/showthread.php?t=88945)

Floris 04-13-2004 10:00 PM

[HowTo] [3.0.0] Put the table "indexer" below each category.
 
[HowTo] [3.0.0] Put the table "indexer" below each category.

Title: Put the table "indexer" below each category.

Version: 1.0.0
Category: Template Modification for vBulletin version 3.0.0 (Gold)
Author: Floris (http://www.vBulletin.nl/)
Description: This modification removes the "Table indexer" bar from above the forum (where it behaves as guideline) and places it below each category. It will get optimized so the width are corrected and looks more professional. When you collapse a category it will get collapsed too. Cleaning up the design.

Installation instructions

Goto the Admin Control Panel > Styles & Templates > Style Manager and from the dropdown box select "Edit Templates" to expand the style you want to modify.

Select the "Forum Home Templates" and expand the group.

Select the template "FORUMHOME".

Find the following code:
Code:

<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>

And delete it.

Save the FORUMHOME template.

Select the template "forumhome_forumbit_level1_nopost".

Find the following code:

Code:

$childforumbits
Above this, on a new line, add this code:
Code:

<tr align="center">
<td class="thead" width="38">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="240">$vbphrase[last_post]</td>
<td class="thead" width="70">$vbphrase[threads]</td>
<td class="thead" width="70">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>

Save the forumhome_forumbit_level1_nopost template.

You are done!

Floris 04-14-2004 09:52 AM

I can't provide screenshots because the attachment manager doesn't appear to work.

Naruto Shock 04-14-2004 09:02 PM

AWESOME thanks alot :) i have been looking everywhere on how to do this :)

Owen 04-17-2004 10:01 PM

I really need a screenshot to understand this...

Floris 04-18-2004 06:00 AM

I also released this on vbulletin.com by the same title. It has screenshots there.

Andrew_B. 11-17-2004 11:49 PM

This is exactly what I was looking for. Thanks!

shortbus1662 02-18-2005 06:32 AM

thank you very much for this one. It took me forever to find this!


All times are GMT. The time now is 06:09 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.01061 seconds
  • Memory Usage 1,725KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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