Results 1 to 2 of 2

Can someone help me convert this code to vBulletin 4?

This is a discussion on Can someone help me convert this code to vBulletin 4? within the Template Modifications forums, part of the vBulletin SEO Discussion category; Can someone help me convert this line of code to vBulletin 4? Code: <if condition="in_array($thread['forumid'], array( 98,99,100,101 ))"> <if condition="($post['birthday_search'] ...

  1. #1
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times

    Can someone help me convert this code to vBulletin 4?

    Can someone help me convert this line of code to vBulletin 4?

    Code:
    <if condition="in_array($thread['forumid'], array(
    98,99,100,101
    ))">
    
    
    <if condition="($post['birthday_search'] > '1946-01-01') AND ($post['birthday_search'] < '1964-01-01')"><strong><font color="#ff0000">Baby Boomer</font></strong>
    <else />
        <if condition="($post['birthday_search'] > '1965-01-01') AND ($post['birthday_search'] < '1976-01-01')"><strong><font color="#8B0000">Generation X</font></strong>
        <else />
            <if condition="($post['birthday_search'] > '1977-01-01') AND ($post['birthday_search'] < '1994-01-01')"><strong><font color="#0000ff">Generation Y</font></strong>
            <else />
            <!-- no gen -->
            </if>
        </if>
    </if>
    
    </if>


    I recently upgraded my forum to vBulletin 4 and I'm having difficulties converting some codes I made. Any help would be much appreciated.

  2. #2
    Member
    Real Name
    john moss
    Join Date
    Dec 2009
    Posts
    40
    Liked
    0 times
    Don't know why noones replied to this? do you still need it converting?

Similar Threads

  1. vB4 Database Convert to UTF8
    By iliasp in forum General Discussion
    Replies: 5
    Last Post: 05-27-2010, 03:47 AM
  2. phpBB User Looking to Convert
    By alwaysworkin in forum Pre-Sales Questions
    Replies: 2
    Last Post: 12-15-2008, 11:28 AM
  3. Convert SMF to vBulletin with same url
    By Foretagande.se in forum Pre-Sales Questions
    Replies: 12
    Last Post: 10-07-2008, 03:37 PM
  4. How to convert from thread ID to URL
    By ajo in forum Troubleshooting
    Replies: 3
    Last Post: 12-28-2006, 06:59 AM

Posting Permissions

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