![]() |
Try adding it under
HTML Code:
<div class="ad_global_header"> |
Hi,
Thanks its working :) 1 more question : How to implement it on thread and category page. |
Change all of these
HTML Code:
<vb:if condition="THIS_SCRIPT == 'index' HTML Code:
<vb:if condition="in_array(THIS_SCRIPT, array('index', 'forumdisplay', 'showthread')) |
Hi,
After changing the code Getting error: Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3965 vBulletin Message The following error occurred when attempting to evaluate this template: %1$s This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
well it's just that, you've messed up the IF conditional, post it exactly as you've used it in both locations.
|
I have changed :
<vb:if condition="THIS_SCRIPT == 'index' AND is_member_of($bbuserinfo,1)"> to <vb:if condition="in_array(THIS_SCRIPT, array('index', 'forumdisplay', 'showthread') AND is_member_of($bbuserinfo,1)"> Please check |
You are missing a parenthesis, change
HTML Code:
<vb:if condition="in_array(THIS_SCRIPT, array('index', 'forumdisplay', 'showthread') AND is_member_of($bbuserinfo,1)"> HTML Code:
<vb:if condition="in_array(THIS_SCRIPT, array('index', 'forumdisplay', 'showthread')) AND is_member_of($bbuserinfo,1)"> |
Great :)
Its working on all Thread and Category but after scrolling down the page the Ad is not showing, go behind the page. Please check http://www.consumercourt.in/credit-card/ http://www.consumercourt.in/credit-c...dit-cards.html |
Add this to style=".... z-index: 100;
|
Million thanks
I was looking for this for a long time :) |
All times are GMT. The time now is 01:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|