Results 1 to 14 of 14

Your Guide : Variables And Conditionals Important To Customize Your Templates

This is a discussion on Your Guide : Variables And Conditionals Important To Customize Your Templates within the Member Articles forums, part of the Focus on Members category; In the last few days most of members asking for template changes however why didn't they learn how to customize ...

  1. #1
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1

    Your Guide : Variables And Conditionals Important To Customize Your Templates

    In the last few days most of members asking for template changes however why didn't they learn how to customize the templates
    So this thread is about customize your template and know what is Variables And Conditionals used in the template and how you can use it this will help you to customize your template

    vBulletin Variables
    $vboptions[bbtitle] > Forum title
    $vboptions[bburl] > Forum URL
    $vboptions[contactuslink] > Contact us link
    $vboptions[copyrighttext] > Your copyright text
    $vboptions[description] > Forum meta description
    $vboptions[hometitle] > Site homepage Title
    $vboptions[homeurl] > Site homepage URL
    $bbuserinfo[username] > Username
    $bbuserinfo[userid] > User ID number
    $bbuserinfo[posts] > Users postcount
    $bbuserinfo[signature] > Users signature
    $bbuserinfo[email] > User Email Address

    That's the important variables you will use
    Good Articles Also Help You : Template SEO - vBulletin Template Search Engine Optimization
    Last edited by marco1; 02-14-2009 at 05:02 PM.

  2. #2
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Template Conditionals (If Conditionals)

    HTML Code:
    <if condition="$show['member']"></if>
    > Show message or link for members only
    HTML Code:
    <if condition="$show['guest']"></if>
    > Show message or link for guests only
    HTML Code:
    <if condition="is_member_of($vbulletin->userinfo, 6)"></if>
    > This will show to admins
    HTML Code:
    <if condition="!$GLOBALS['FIRSTPOSTID']"></if>
    > Place anything After First Post (Ads,message ....etc)
    HTML Code:
    <if condition="$post['postcount'] % $vboptions['maxposts'] == x"></if>
    > Place anything After x Post On Every Page
    HTML Code:
    <if condition="THIS_SCRIPT != 'index'"></if>
    > Show info in index only
    HTML Code:
    <if condition="$forumid == X">
    > show information only in X Forum
    HTML Code:
    <if condition="in_array($forumid, array(X,Y,Z))">
    > show information in few forums
    HTML Code:
    <if condition="!is_member_of($bbuserinfo, X, Y, Z)">
    > setup a conditional to show information from multiple usergroups.


    I will update more Conditionals but this is the most important Conditionals you will use

    If and else
    You can also use If Else conditionals within your templates below example
    HTML Code:
    <if condition="$show['guest']">
        Show Guest This Message
    <else />
        Show Everyone but guests this message
    </if>
    Last edited by marco1; 11-07-2009 at 05:17 PM.

  3. #3
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    Great article. Thank-you.

  4. #4
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by Joe Ward View Post
    Great article. Thank-you.
    Thanks Joe i will looking for more updates Variables And Conditionals in this thread

  5. #5
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Thread Update (More) Template Conditionals

  6. #6
    Member
    Real Name
    mohamed
    Join Date
    Aug 2008
    Location
    qatar
    Posts
    89
    Liked
    0 times
    great and important

    thank you

  7. #7
    Junior Member
    Real Name
    osamah
    Join Date
    Feb 2009
    Location
    Iraq
    Posts
    24
    Liked
    1 times
    gr8 post

    thank you

  8. #8
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by mr.sniper View Post
    great and important

    thank you
    Thanks Mohamed

    Quote Originally Posted by shbabwow.com View Post
    gr8 post

    thank you
    You are welcome Osamah

  9. #9
    Senior Member
    Real Name
    Brandon
    Join Date
    Oct 2008
    Posts
    124
    Liked
    0 times
    This helped me make my pages more relevant to Search Engines and more User Friendly to members by using the (if and else). Thanks

  10. #10
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by pspmodandcfw View Post
    This helped me make my pages more relevant to Search Engines and more User Friendly to members by using the (if and else). Thanks
    Great Brandon
    Enjoy!

  11. #11
    Member
    Real Name
    ahmet
    Join Date
    May 2009
    Location
    istanbul
    Posts
    88
    Liked
    0 times

    Thumbs up

    Thanks Marco1. You are the one

  12. #12
    Member
    Real Name
    David
    Join Date
    Nov 2009
    Posts
    47
    Liked
    0 times
    Great post. Thank You
    http://www.unitethecows.com - P2P & Digital Media Forum

  13. #13
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Note that guys : This guide is for vb3 forums

  14. #14
    Junior Member
    Real Name
    Kim Green
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    great post! thanks!

    -----------------
    VoIP services, voip-catalog.com voip providers, VoIP

Similar Threads

  1. Replies: 74
    Last Post: 08-19-2011, 01:30 AM
  2. How to customize your Sitemap Files
    By gedsta in forum General Discussion
    Replies: 5
    Last Post: 09-02-2010, 09:43 PM
  3. Replies: 3
    Last Post: 11-30-2007, 04:23 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
  •