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)

Smoothie 03-27-2007 02:29 AM

Quote:

Originally Posted by JamieLee2k (Post 1213254)
How do I get rid of the dot too, I done what was asked and it's there

forumhome_forumbit_level1_nopost

at the very top, add this:
Code:

<if condition="$forum[forumid] != X">
Where X is the forumid of the top category on the page. This will prevent the forum listing table from being restarted for that category.

JamieLee2k 03-29-2007 12:12 AM

awesome but I needed to put a </if> in there

Smoothie 03-29-2007 12:54 AM

Quote:

Originally Posted by JamieLee2k (Post 1214917)
awesome but I needed to put a </if> in there

Oops, sorry. Add here, like this

Code:

<if condition="$forum[forumid] != X">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<br />
</if>


Ultimative 06-09-2007 09:03 PM

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,
http://xs511.xs.to/xs511/07010/broken-screeb.JPG

Okay, I've worked out a way to correct this;

Open forumhome_forumbit_level1_nopost

Find:
Code:

<td class="thead" width="175">$vbphrase[last_post]</td>
Replace with:
Code:

<td class="thead" style="display: block; width: 250px;" width="250">$vbphrase[last_post]</td>
Should correct the problem :)

Sinistra 06-11-2007 10:29 PM

Fore those looking to remove that pointless table cell above the new post images.

In the forumhome_forumbit_level1_nopost template, find:
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>

Replace with

Code:

<tr align="center">
      <td class="thead" width="100%" align="$stylevar" colspan="2">$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>


BigDog56 06-17-2007 02:30 AM

Works like a charm! I tried a few others and could not get them to work. Excellent work and thank you very much!

wickedstangs 07-02-2007 05:18 AM

installed 3.6.7PL1 works great...

LjubavnaZona 08-05-2007 01:05 AM

This is awesome!

SpeedyHire 08-20-2007 05:18 PM

dont align on 3.6.8 last table is well out:(
thanx anyway

SCRIPT3R 08-21-2007 02:23 AM

seperate >> separate. ;)


All times are GMT. The time now is 02:21 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.01246 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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