The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Play embeded video only in homepage
Hi guys & gals. I use a skin that has a left hand column for navigation etc. In one section of the left hand bar I have a small embedded video. I'm looking for a 'If condition' type statement or something similar to detect when users are in the homepage of my forum, and therefore the video is played.
Since the left hand column is present in all forum pages, I only want to play the video on the homepage. Any help with this is greatly appreciated. Thanks MCC. |
#2
|
||||
|
||||
HTML Code:
<if condition="THIS_SCRIPT == 'index'"> do whatever <if> |
#3
|
|||
|
|||
Thanks for the reply. I've tried that but it has just removed the video completly. It could be ofcourse I've done something wrong. The code involved is the header template of my forums. Thats where the video embed code is. The first line of the template is
Code:
<a name="top"></a> Cheers MCC |
#4
|
||||
|
||||
What is the page url for your 'homepage'? Isn't it index.php? Go to edit your index.php page. Look at the top for a line similar to this:
PHP Code:
HTML Code:
<if condition="THIS_SCRIPT == 'index'"> do whatever only on the 'index' page <else /> do something else on all other pages <if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|