Influx and Lustrous Upgraded to vBulletin 4.1.4

Support Forum

vBulletin Skins, IPB Skins, phpBB Skins and SMF Skins Support Forum


Go Back   ForumThemes Forums > Forum Resources > Helpful Tips, Tricks & Articles

Follow ForumThemes on Twitter!
Acquiring Tweets
Follow us on Twitter!

Reply
 
LinkBack Thread Tools Display Modes
Old 02-24-2010, 06:41 AM   #1 (permalink)
Customer
  • Join Date: Jan 2009
  • Location: Canada
  • Posts: 1,949
  • User Status: Offline
  • Contact this user:

    Send a message via AIM to william Send a message via MSN to william


Lightbulb Alternating Row Color for vBulletin 4 Skins [NON-Plugin Method]

With the release of vBulletin 4.x.x, I found myself searching for new updated code for alternating row color for the new vBulletin 4. You will see from another post within our Helpful Tips, Tricks & Articles we have an example of how to use this within vBulletin 3.x so we hope you will understand how to use this code without me having to go into to much detail.

After searching around, seeing others having the same problem I was having I decided to put together a solution.

Here is the new code for vBulletin 4, I am using this myself in my skin development.

Place this code at the top of the template
Code:
<vb:if condition="$altrow =& $GLOBALS['altrow']"></vb:if>
<vb:if condition="!isset($altrow)">
    <vb:if condition="$altrow = 0"></vb:if>
</vb:if>
<vb:if condition="++$altrow % 2 == 0">
    <vb:if condition="$rowClass = 'alt2'"></vb:if>
<vb:else />
    <vb:if condition="$rowClass = 'alt1'"></vb:if>
</vb:if>
Now where you want the alt1 or alt2 to be outputed please use

Code:
{vb:raw $rowClass}
Note: I have taken the time to do this and all I ask is that if you wish to share this on other forums, please do me a favor and link back to this post.

Enjoy!
__________________
William Wilson
ForumThemes - Owner
vBulletin Skins | IPB Skins | phpBB Styles
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two New vBulletin Skins Out Tomorrow!! william Site News & Anouncements 0 10-19-2009 05:43 AM
vBulletin Skins Updated to 3.8.2 william Site News & Anouncements 0 04-01-2009 12:29 AM
New Skins and Re-Coding Existing Skins william Site News & Anouncements 1 03-10-2009 12:02 PM
vBulletin Skins Updated to 3.8.1 william Site News & Anouncements 0 01-27-2009 05:39 PM
Alternating Row Color for vBulletin Skins [NON-Plugin Method] william Helpful Tips, Tricks & Articles 0 01-19-2009 02:11 PM

Powered by: vBulletin Versio3.8.7
Copyright ©2000 - 2012, Jelsoft Enterprises Limited.

SEO by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12