vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Seperate Categories (other mod again ^^) (https://vborg.vbsupport.ru/showthread.php?t=135731)

Allan 01-05-2007 10:00 PM

Seperate Categories (other mod again ^^)
 
Seperate Categories (other mod again ^^)
(compatible with All vB3.6.x)


[left]

Description: Seperate the categories on forumhome
  • In the forumhome_forumbit_level1_nopost template, find:
PHP Code:

<tbody

  • Add before:
PHP Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
 <
br

  • In the same template, find:
PHP Code:

<if condition="$childforumbits">
 <
tbody id="collapseobj_forumbit_$forumidstyle="{$collapseobj_forumid}"

  • Add under:
PHP Code:

<tr align="center">
       <
td class="thead">&nbsp;</td>
       <
td class="thead" width="100%" align="$stylevar">$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

  • In the forumhome template, find and delete:
PHP Code:

<thead>
 <
tr align="center">
       <
td class="thead">&nbsp;</td>
       <
td class="thead" width="100%" align="$stylevar">$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>
 </
thead

Enjoy ^^


PS: Click Install if you use this mod please "Install"



kcmandava 01-07-2007 12:44 AM

Thank you!

DPSR 01-07-2007 02:23 AM

I'am gona try it right now

FunaGuy 01-07-2007 03:31 AM

Looks easy and simple.
But After Applied this code, Last Post Cell is not same as before in each categories. This problem is in all Mods :D

See this Screenshot,
https://vborg.vbsupport.ru/

Allan 01-07-2007 06:22 AM

Quote:

Originally Posted by FunaGuy (Post 1152373)
Looks easy and simple.
But After Applied this code, Last Post Cell is not same as before in each categories. This problem is in all Mods :D

See this Screenshot,
https://vborg.vbsupport.ru/

In the forumhome_lastpostby template, find:
Code:

<table cellpadding="0" cellspacing="0" border="0" width="200"><tr align="$stylevar[right]">
Replace with:
Code:

<table cellpadding="0" cellspacing="0" border="0" width="225"><tr align="$stylevar[right]">
Increase this value "225" if need ^^

NuclioN 01-07-2007 02:37 PM

I looked for this in forumhome_lastpostby but there's no table at all (??)

masterme 01-08-2007 12:46 PM

Same prob here, categories are seperate, but also the cell problem here and no such line in the forumhome..... template

KURTZ 01-08-2007 01:28 PM

thx for sharing but i use THIS hack :)

masterme 01-08-2007 05:12 PM

That one is easier with install, but also has the same prob with the lastpost. Shame, seems that it is a prob with some designs, so I cannot use it.

NeoToxic 01-21-2007 06:38 PM

100% PERFECT!!!!!!!!!!!! thank you so much.


All times are GMT. The time now is 07:59 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.01076 seconds
  • Memory Usage 1,759KB
  • 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
  • (5)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete