vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Alternating Category Cells (https://vborg.vbsupport.ru/showthread.php?t=130269)

imported_infitech 10-28-2006 10:00 PM

Alternating Category Cells
 
First your going to want to create a new category class in custom templates via admincp>styles &templates>style manager>All style options

After you’ve created your new class your goanna edit the “forumhome_forumbit_level1_nopost” via >styles &templates>style manager>Edit templates

Find:
Code:

        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
And replace it with:
Code:

        <if condition="($forumid == specific_forumid) OR ($forumid == specific_forumid)">
<td class="new_tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<else />
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
</if>


ChavMagnet 10-29-2006 12:06 PM

Screenshot please?

bashy 10-29-2006 01:20 PM

I too would like a screenshot please

Smoothie 10-30-2006 02:13 AM

Click the profile, the home page link has a screenshot. /:

radarhunter 10-30-2006 11:33 AM

<a href="http://www.infitechdesign.com/forums" target="_blank">http://www.infitechdesign.com/forums</a>

beduino 10-30-2006 08:37 PM

really nice.
congratulations and tks to share with us
beduino

serhat_kk 05-10-2007 12:39 AM

Preview link is dead. Any screenshots please?


All times are GMT. The time now is 11:19 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.01109 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
  • (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