vBulletin Search Engine Optimization
This is a discussion on More if condition help - search and searchid within the Template Modifications forums, part of the vBulletin SEO Discussion category; I saw an old post from brian and I decided to try it out on my site.: Code: <if condition="!( ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| More if condition help - search and searchid
I saw an old post from brian and I decided to try it out on my site.: Code: <if condition="!( (THIS_SCRIPT == 'index') OR (THIS_SCRIPT == 'login') OR (THIS_SCRIPT == 'register') OR (THIS_SCRIPT == 'usercp') OR (THIS_SCRIPT == 'private') OR (THIS_SCRIPT == 'subscription') OR (THIS_SCRIPT == 'payments') OR (THIS_SCRIPT == 'newthread') OR (THIS_SCRIPT == 'newreply') OR (THIS_SCRIPT == 'memberlist') OR (THIS_SCRIPT == 'online') OR (THIS_SCRIPT == 'member') OR (THIS_SCRIPT == 'profile') OR (THIS_SCRIPT == 'faq') OR (THIS_SCRIPT == 'sendmessage') OR (THIS_SCRIPT == 'calendar') OR ((THIS_SCRIPT == 'calendar') AND $_REQUEST['do'] == 'add') OR ((THIS_SCRIPT == 'search') AND $_REQUEST['searchid'] == '') OR (THIS_SCRIPT == 'THIS_SCRIPT'))"> Please help |
|
#2
| ||||
| ||||
|
what exactly are you tyring to do?
|
|
#3
| |||
| |||
|
I'm working with RR's and ads basically. Go here: Graphics Tutorials, Signature Showoff, Web Graphics Design, and Graphics Help! - Layered GFX Forums I want it so when you are on the scripts mentioned above, you have the leaderboard ads, but when you go into a category/sub-forum, it gets replaced with 2 ads on the left and RR's on the right. Sort of like vBulletin-faq I guess. So I have it like that...the only thing that is screwing up is when I search something (ie using NEW POSTS feature). Last edited by jbartle; 08-12-2007 at 04:18 PM. |