Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack (16) Thread Tools Display Modes
Old 12-05-2007, 03:47 AM   #31
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

ok i want to show photoplog thumbs inside just 1 forum, forum 15 right.

this is the code photoplog says to use

$photoplog[minithumbnails]

i tried this and no worky i guess cause you can't call something like that in a standard conditional?

<if condition="$forum[forumid] == 15">$photoplog[minithumbnails]</if>

EDIT: and they say this code is only for forumhome and when i add it to navbar template it still only shows on forumhome
__________________
Delaware Online

Last edited by Caddyman; 12-05-2007 at 03:51 AM.
Caddyman is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 12-05-2007, 07:31 AM   #32
Supporters
vBulletin Owner
 
Michael Biddle's Avatar
 
Join Date: Aug 2006
Location: Anaheim, CA
Posts: 1,657
Michael Biddle is just really niceMichael Biddle is just really niceMichael Biddle is just really nice
Re: vBulletin Template Conditionals List

That is because the $forum variable is on the index page, not the other ones. Of course you could add your own query to global_start to get the forum id though
__________________
I hate that someone changed my signature.
Michael Biddle is offline   Reply With Quote
Old 12-06-2007, 05:11 AM   #33
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

do what? im a noob, help mike!!
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 12-10-2007, 03:10 AM   #34
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

anything? i need this for somebody
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 04-27-2008, 07:47 PM   #35
vBulletin Owner
 
SticKer's Avatar
 
Join Date: Jan 2008
Location: www.webicy.com
Posts: 138
SticKer has a spectacular aura about
Re: vBulletin Template Conditionals List

Thanks for the link Brandon.

btw does the condition's remain same in the latest 3.7 or are we going to see any changes.

Last edited by SticKer; 04-27-2008 at 07:51 PM.
SticKer is offline   Reply With Quote
Old 08-20-2008, 06:28 PM   #36
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,107
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: vBulletin Template Conditionals List

I need a few conditions, hopefully someone can help me

I need one that will only show something on the portal "vbavanced" and
one that will show to everything else, the forumhome, forumdisplay and showthread

thanks
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Confirm your vBulletinSetup account / Read the-> Forum Rules
Are you on Twitter? @BrandonSheley I'm offering a few vBulletin Services & here is my General Forums experiment | Google fiber project

Brandon Sheley is offline   Reply With Quote
Old 08-20-2008, 06:33 PM   #37
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

Here is how i do the dynamic forum button on homepage and home button on forum page (breaks added for clarity)

<if condition="THIS_SCRIPT == 'adv_index'">

<a href="http://forum.vbulletinsetup.com/f18/forums.php$session[sessionurl_q]"><img src="http://forum.vbulletinsetup.com/f18/$stylevar[imgdir_misc]/links_forum.gif" alt="Delaware Forum" width="75" height="39" border="0"></img></a>

<else />

<a href="http://www.talkdelaware.com/"><img src="http://forum.vbulletinsetup.com/f18/$stylevar[imgdir_misc]/links_home.gif" alt="Delaware Home" width="75" height="39" border="0"></img></a>

</if>


get it?
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-21-2008, 04:01 AM   #38
vBulletin Owner
 
Norman's Avatar
 
Join Date: Feb 2007
Location: [Italy]
Posts: 48
Norman will become famous soon enough
Send a message via MSN to Norman
Re: vBulletin Template Conditionals List

Don't know if it's already on the thread: Restrict code in the templates to certain browsers. - vBulletin.org Forum.
Norman is offline   Reply With Quote
Old 08-21-2008, 04:24 AM   #39
vBulletin Owner
 
veenuisthebest's Avatar
 
Join Date: Mar 2008
Location: India
Posts: 145
veenuisthebest has a spectacular aura about
Send a message via Yahoo to veenuisthebest
Re: vBulletin Template Conditionals List

Quote:
Originally Posted by Caddyman View Post
ok i want to show photoplog thumbs inside just 1 forum, forum 15 right.

this is the code photoplog says to use



i tried this and no worky i guess cause you can't call something like that in a standard conditional?

<if condition=" == 15"></if>

EDIT: and they say this code is only for forumhome and when i add it to navbar template it still only shows on forumhome
Try this:-

<if condition="$foruminfo['forumid'] == 15">$photoplog[minithumbnails]</if>

$foruminfo variable is available and should work.
veenuisthebest is offline   Reply With Quote
Old 08-21-2008, 04:27 AM   #40
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

i will check that out if i can remember what site i was trying to do that on, i think it was the porsche forum, ill ask him if he still wants this...
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-21-2008, 04:28 AM   #41
vBulletin Owner
 
veenuisthebest's Avatar
 
Join Date: Mar 2008
Location: India
Posts: 145
veenuisthebest has a spectacular aura about
Send a message via Yahoo to veenuisthebest
Re: vBulletin Template Conditionals List

oops lol.. I didn't notice the date !!
veenuisthebest is offline   Reply With Quote
Old 08-21-2008, 04:30 AM   #42
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

no no it's still relevant, the guy i work for on that site is very cool and patient, i bet he still wants it....ill check it out.
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-21-2008, 04:52 AM   #43
vBulletin Owner
 
veenuisthebest's Avatar
 
Join Date: Mar 2008
Location: India
Posts: 145
veenuisthebest has a spectacular aura about
Send a message via Yahoo to veenuisthebest
Re: vBulletin Template Conditionals List

oh okayy chase, he seems toooo cool

anyways, do try this also:-

<if condition="$forumid == X">

I just tried both of them in navbar and they work.
veenuisthebest is offline   Reply With Quote
Old 08-21-2008, 05:02 AM   #44
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,107
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: vBulletin Template Conditionals List

Quote:
Originally Posted by Caddyman View Post
Here is how i do the dynamic forum button on homepage and home button on forum page (breaks added for clarity)

<if condition="THIS_SCRIPT == 'adv_index'">

<a href="http://forum.vbulletinsetup.com/f18/forums.php"><img src="http://forum.vbulletinsetup.com/f18//links_forum.gif" alt="Delaware Forum" width="75" height="39" border="0"></img></a>

<else />

<a href="http://www.talkdelaware.com/"><img src="http://forum.vbulletinsetup.com/f18//links_home.gif" alt="Delaware Home" width="75" height="39" border="0"></img></a>

</if>


get it?
so I think I can use this to show on the vba pages, how do I make it NOT show on the vba pages as well?

thanks
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Confirm your vBulletinSetup account / Read the-> Forum Rules
Are you on Twitter? @BrandonSheley I'm offering a few vBulletin Services & here is my General Forums experiment | Google fiber project

Brandon Sheley is offline   Reply With Quote
Old 08-21-2008, 05:16 AM   #45
vBulletin Owner
 
veenuisthebest's Avatar
 
Join Date: Mar 2008
Location: India
Posts: 145
veenuisthebest has a spectacular aura about
Send a message via Yahoo to veenuisthebest
Re: vBulletin Template Conditionals List

ya you can use it show just on vba pages. To do just the opposite i.e. not to show on vba page but show everywhere else, just inverse it.

<if condition="THIS_SCRIPT != 'adv_index'">
veenuisthebest is offline   Reply With Quote
Old 08-21-2008, 05:17 AM   #46
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

yeah add the exclamation point!
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-21-2008, 06:55 AM   #47
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,107
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: vBulletin Template Conditionals List

Quote:
Originally Posted by veenuisthebest View Post
ya you can use it show just on vba pages. To do just the opposite i.e. not to show on vba page but show everywhere else, just inverse it.

<if condition="THIS_SCRIPT != 'adv_index'">
I don't understand?

This condition will show on the vba page only, how do I make it show on all but the vba page?

thanks
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Confirm your vBulletinSetup account / Read the-> Forum Rules
Are you on Twitter? @BrandonSheley I'm offering a few vBulletin Services & here is my General Forums experiment | Google fiber project

Brandon Sheley is offline   Reply With Quote
Old 08-21-2008, 07:03 AM   #48
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: vBulletin Template Conditionals List

adding the exclamation point makes it show on anything that is NOT that script....
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-21-2008, 07:07 AM   #49
vBulletin Owner
 
veenuisthebest's Avatar
 
Join Date: Mar 2008
Location: India
Posts: 145
veenuisthebest has a spectacular aura about
Send a message via Yahoo to veenuisthebest
Re: vBulletin Template Conditionals List

you didn't notice the difference in the two:-

For ONLY vba page:-

<if condition="THIS_SCRIPT == 'adv_index'">

For ALL pages EXCEPT vba page:-

<if condition="THIS_SCRIPT != 'adv_index'">
veenuisthebest is offline   Reply With Quote
Old 08-21-2008, 10:57 AM   #50
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,107
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: vBulletin Template Conditionals List

ah, your right, I didn't notice the difference

thanks guys
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Confirm your vBulletinSetup account / Read the-> Forum Rules
Are you on Twitter? @BrandonSheley I'm offering a few vBulletin Services & here is my General Forums experiment | Google fiber project

Brandon Sheley is offline   Reply With Quote
Old 08-21-2008, 11:08 AM   #51
Supporters
vBulletin Owner
 
popowich's Avatar
 
Join Date: Jul 2007
Location: Rochester, New York
Posts: 500
popowich is just really nicepopowich is just really nice
Re: vBulletin Template Conditionals List

Is there one for if the thread was created by member X?
popowich is offline   Reply With Quote
Old 10-08-2008, 08:35 AM   #52
vBulletin Owner
 
Join Date: Apr 2008
Posts: 10
betrocker will become famous soon enough
Re: vBulletin Template Conditionals List

What i want to do is to show latest active thread title in particular forum (2 in.ex) on my forumhome...so which condition should i use?

Maybe this:

<if condition="$thread['forumid'] == 2">$thread[title]</if>

???
betrocker is offline   Reply With Quote
Old 11-07-2008, 11:32 PM   #53
vBulletin Owner
 
kenfuzed's Avatar
 
Join Date: May 2007
Posts: 15
kenfuzed will become famous soon enough
Re: vBulletin Template Conditionals List

Could someone tell me what the condition would be to only show something (i.e. adsense) to to users with a certain rank or post count?

Basically I want to only show some specific ads or content to those who have post count of less than X amount of post. Otherwise I would settle for only showing content to users who belong to a specific user rank.

BTW, this is for a 3.6.4 forum.

Thanks for any advice!
kenfuzed is offline   Reply With Quote
Old 11-08-2008, 03:17 AM   #54
vBulletin Owner
 
Nick R's Avatar
 
Join Date: May 2008
Location: Florida
Posts: 450
Nick R is a jewel in the roughNick R is a jewel in the rough
Re: vBulletin Template Conditionals List

Quote:
Originally Posted by kenfuzed View Post
Could someone tell me what the condition would be to only show something (i.e. adsense) to to users with a certain rank or post count?

Basically I want to only show some specific ads or content to those who have post count of less than X amount of post. Otherwise I would settle for only showing content to users who belong to a specific user rank.

BTW, this is for a 3.6.4 forum.

Thanks for any advice!
I cannot think of a conditional based on post count.

The only way to successfully do this is to create a new usegroup with a promotion based on post count, then show the ads to that usergroup.
Nick R is offline   Reply With Quote
Old 11-08-2008, 07:52 AM   #55
vBulletin Owner
 
kenfuzed's Avatar
 
Join Date: May 2007
Posts: 15
kenfuzed will become famous soon enough
Re: vBulletin Template Conditionals List

Quote:
Originally Posted by Nick R View Post
I cannot think of a conditional based on post count.

The only way to successfully do this is to create a new usegroup with a promotion based on post count, then show the ads to that usergroup.
Ok, I was hoping that since users are already promoted to ranks based on their post count (Newbie, Rookie, Veteran, etc) I could leverage these rank groups already established.
kenfuzed is offline   Reply With Quote
Old 11-09-2008, 01:44 PM   #56
vBulletin Owner
 
1kether1's Avatar
 
Join Date: Jun 2008
Location: Arkansas
Posts: 49
1kether1 will become famous soon enough
Re: vBulletin Template Conditionals List

Excellent post! Very helpful. I appreciate your help!

Cheers,
Bruce
__________________
RVO's OrchidTalk Orchid Forum - "Bringing People Together"
We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box.:yup:
1kether1 is offline   Reply With Quote
Old 11-12-2008, 12:30 PM   #57
vBulletin Owner
 
Martyn's Avatar
 
Join Date: Apr 2007
Posts: 34
Martyn has a spectacular aura about
Re: vBulletin Template Conditionals List

How do i make something show up just for a certain user id, but viewable to all users except guests??

i tried this

<if condition="$bbuserinfo['userid'] ==231"></if> but it shows it for everyone but only for me. no what im looking for! lol
__________________
[url=h
Martyn is offline   Reply With Quote
Old 01-31-2009, 11:36 AM   #58
vBulletin Owner
 
ArnyVee's Avatar
 
Join Date: Apr 2008
Location: South Florida
Posts: 2,882
Blog Entries: 1
ArnyVee is just really niceArnyVee is just really niceArnyVee is just really nice
Send a message via AIM to ArnyVee Send a message via Yahoo to ArnyVee Send a message via Skype™ to ArnyVee
Re: vBulletin Template Conditionals List

You can use the ! to tell it to not show it to the x usergroup but show it to everyone else.

Quote:
<if condition="$post['usergroupid'] != 6"></if>
How do you place multiple usergroup IDs here? Would you just put two numbers separated by a comma in the place of the "6" in that example?

Edited: Actually used this one which helped me for what I was looking to do

Quote:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>

Last edited by ArnyVee; 01-31-2009 at 11:49 AM.
ArnyVee is offline   Reply With Quote
Old 03-24-2009, 12:52 PM   #59
entrepreneur
 
Join Date: Mar 2009
Posts: 5
allenz will become famous soon enough
Re: vBulletin Template Conditionals List

Hi,
Thanks for the great resource...............
allenz is offline   Reply With Quote
Old 03-26-2009, 09:59 AM   #60
vBulletin Owner
 
Join Date: Mar 2009
Location: United Kingdom
Posts: 7
Phantasma will become famous soon enough
Re: vBulletin Template Conditionals List

I need to check if a reply post is owned by the thread starter and if the thread is held in specific forums, if these conditions are true then an image is added to the bottom of the reply post.

I'm trying to do this using this conditional but it's not working, can anyone see why?
Code:
<if condition="in_array($thread['forumid'], array(28,29,32,10,39,43,41)) && $threadinfo['postuserid'] == $post['userid']">
    <div><img src="$stylevar[imgdir_misc]/moddev.gif" width="100" height="21" border="0" alt="" class="inlineimg" /></div>
</if>

*********** edit ************

Lynne at vB.org has found the problem, the $threadinfo should have been $thread

Last edited by Phantasma; 03-26-2009 at 10:02 AM.
Phantasma is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
conditionals, list, template, vbulletin

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


LinkBacks (?)
LinkBack to this Thread: http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html
Posted By For Type Date
if condition show code only in forumid in forumdiplay - vBulletin Community Forum This thread Refback 07-27-2009 12:32 PM
Adding text to show in the first post of every thread - WJunction This thread Refback 07-23-2009 01:17 PM
Condition - vBulletin-Germany.org Forum This thread Refback 07-09-2009 01:44 PM
Sidebar Help - vBulletin.org Forum This thread Refback 07-07-2009 02:27 PM
Can you set it up so signatures do not appear in certain sections? - vBulletin Community Forum This thread Refback 07-05-2009 03:29 PM
Vbulletin Template Ad Code This thread Refback 06-11-2009 10:16 PM
Tune vBulletin: 11 vB AdSense resources for your forum This thread Refback 06-11-2009 09:32 AM
AdSense inside post for vBulletin This thread Refback 03-26-2009 05:39 PM
vBulletin Template Conditionals List - ForumThemes Forums This thread Pingback 01-15-2009 02:40 PM
Chatbox to appear in a thread / its own page? - vBulletin.org Forum This thread Refback 11-22-2008 10:11 AM
Modifying Footer template - vBulletin.org Forum This thread Refback 11-05-2008 06:56 PM
Critique my Site: GridironFans.com - vBulletin SEO Forums This thread Pingback 10-15-2008 08:34 PM
<if> statement based on forum ID? - vBulletin.org Forum This thread Refback 09-24-2008 11:26 AM
Lista Condizionali dei Template vBulletin - vB-Italy.org This thread Refback 08-08-2008 06:41 AM
Only show for X usergroup - vBulletin.org Forum This thread Refback 09-23-2007 11:47 AM
ads on forum pages - vBulletin Modifications This thread Refback 09-08-2007 01:02 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulletin Template for Sale - $50 - SOLD! Mikey Graphics/Design/Logos 13 07-14-2009 03:10 PM
vBulletin Variables List Brandon Sheley Troubleshooting vBulletin Problems 27 05-19-2009 05:36 PM
How to make a vBAdvanced module from vBulletin custom template? valdet Troubleshooting vBulletin Problems 6 12-04-2008 04:59 AM
List your vBulletin Modifications Rocket 442 Troubleshooting vBulletin Problems 19 05-13-2008 09:31 AM
Make your vBulletin SHOWTHREAD_SHOWPOST template Search Engine Friendly Code Monkey vBulletin Tutorials 10 10-19-2006 01:40 PM


All times are GMT -8. The time now is 05:48 AM.