Results 1 to 6 of 6

vBSEO-Style: How to setup alternating row colours?

This is a discussion on vBSEO-Style: How to setup alternating row colours? within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi there, I'm wondering how to setup alternating row colours instead of columns as used on this website. Can someone ...

  1. #1
    Senior Member
    Real Name
    Heiko
    Join Date
    Apr 2007
    Location
    Germany
    Posts
    132
    Liked
    0 times

    vBSEO-Style: How to setup alternating row colours?

    Hi there, I'm wondering how to setup alternating row colours instead of columns as used on this website. Can someone please help me?

    Thanks!

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Put this code snippet at the top of the template bit,
    eg. : for forumhome_forumbit_level2_post

    PHP Code:
    <if condition="$altrow =& $GLOBALS['altrow']"></if>
    <if 
    condition="!isset($altrow)"><if condition="$altrow = 0"></if></if>
    <if 
    condition="++$altrow % 2 == 0"><if condition="$rowClass = 'alt1'"></if>
    <else /><if 
    condition="$rowClass = 'alt2'"></if></if> 
    And then replace every instance of Alt1 , Alt1Active and Alt2 in that particular template
    with this variable : $rowClass

    There are other ways of accomplishing this too...

  3. #3
    Senior Member
    Real Name
    Heiko
    Join Date
    Apr 2007
    Location
    Germany
    Posts
    132
    Liked
    0 times
    Thanks! It's workin, but which template do I have to modify to have this effect applied on the thread listings inside of a forum?

  4. #4
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    threadbit (under the 'Threadbit Templates' group) would need to be edited.

  5. #5
    Senior Member
    Real Name
    Heiko
    Join Date
    Apr 2007
    Location
    Germany
    Posts
    132
    Liked
    0 times
    Thanks a lot!

  6. #6
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Np.

    I'm gonna implement the same in the new vB skin
    that I'm developing for my Forum for 2009.

Similar Threads

  1. default vBulletin style is ligher than vBSEO Style ?
    By mountainboarder21 in forum vBSEO.com Styles
    Replies: 2
    Last Post: 11-01-2008, 04:53 PM
  2. Is vBSEO style rewrite the default style?
    By Hayk in forum vBSEO.com Styles
    Replies: 4
    Last Post: 03-08-2008, 01:08 PM
  3. Help with Adsense colours.
    By REVHEAD in forum Ad Networks
    Replies: 14
    Last Post: 02-16-2008, 09:13 PM
  4. Alternating row colors!
    By DerTobi75 in forum Off-Topic & Chit Chat
    Replies: 0
    Last Post: 08-21-2006, 06:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •