Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#41   08-21-2008, 07:28 AM
Send a message via Yahoo to veenuisthebest veenuisthebest will become famous soon enough Join Date: Mar 2008 Posts: 119 Location: India
iTrader: (2)
currency converter script need
Re: vBulletin Template Conditionals List


oops lol.. I didn't notice the date !!
Quote   |  



#42   08-21-2008, 07:30 AM
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 Caddyman is just really niceCaddyman is just really niceCaddyman is just really nice Join Date: Dec 2006 Posts: 3,355 Location: Delaware
iTrader: (0)

[CaRP] XML error: Mismatched tag at line 7 - This appears to be an HTML webpage, not a feed.
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.
--------------------
Philly Sports
Delaware Online
PA Forums
Quote   |  



#43   08-21-2008, 07:52 AM
Send a message via Yahoo to veenuisthebest veenuisthebest will become famous soon enough Join Date: Mar 2008 Posts: 119 Location: India
iTrader: (2)
currency converter script need
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.
Quote   |  



#44   08-21-2008, 08:02 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,251 Location: Topeka, KS
iTrader: (0)
Sponsor our Next Contest!
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 / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#45   08-21-2008, 08:16 AM
Send a message via Yahoo to veenuisthebest veenuisthebest will become famous soon enough Join Date: Mar 2008 Posts: 119 Location: India
iTrader: (2)
currency converter script need
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'">
Quote   |  



#46   08-21-2008, 08:17 AM
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 Caddyman is just really niceCaddyman is just really niceCaddyman is just really nice Join Date: Dec 2006 Posts: 3,355 Location: Delaware
iTrader: (0)

[CaRP] XML error: Mismatched tag at line 7 - This appears to be an HTML webpage, not a feed.
Re: vBulletin Template Conditionals List


yeah add the exclamation point!
--------------------
Philly Sports
Delaware Online
PA Forums
Quote   |  



#47   08-21-2008, 09:55 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,251 Location: Topeka, KS
iTrader: (0)
Sponsor our Next Contest!
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 / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#48   08-21-2008, 10:03 AM
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 Caddyman is just really niceCaddyman is just really niceCaddyman is just really nice Join Date: Dec 2006 Posts: 3,355 Location: Delaware
iTrader: (0)

[CaRP] XML error: Mismatched tag at line 7 - This appears to be an HTML webpage, not a feed.
Re: vBulletin Template Conditionals List


adding the exclamation point makes it show on anything that is NOT that script....
--------------------
Philly Sports
Delaware Online
PA Forums
Quote   |  



#49   08-21-2008, 10:07 AM
Send a message via Yahoo to veenuisthebest veenuisthebest will become famous soon enough Join Date: Mar 2008 Posts: 119 Location: India
iTrader: (2)
currency converter script need
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'">
Quote   |  



#50   08-21-2008, 01:57 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,251 Location: Topeka, KS
iTrader: (0)
Sponsor our Next Contest!
Re: vBulletin Template Conditionals List


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

thanks guys
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


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
Modifying Footer template - vBulletin.org Forum This thread Refback 11-05-2008 09:56 PM
Lista Condizionali dei Template vBulletin - vB-Italy.org This thread Refback 08-08-2008 09:41 AM
Only show for X usergroup - vBulletin.org Forum This thread Refback 09-23-2007 02:47 PM
ads on forum pages - vBulletin Modifications This thread Refback 09-08-2007 04:02 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulletin Variables List Brandon vBulletin Questions 16 09-11-2008 01:27 PM
P2P Directory and Top-List AjEe vBulletin SEO Tips and SEO Questions 0 04-06-2007 01:33 AM
Members List joh vBulletin Questions 2 03-30-2007 06:03 PM
Members List dprundle vBulletin Questions 4 09-12-2006 02:09 PM


All times are GMT -6. The time now is 10:50 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions
vBulletin Skins, Styles, Templates, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory