The vB Geek

The vB Geek (http://www.thevbgeek.com/index.php)
-   Geek Advertising Banner System (http://www.thevbgeek.com/forumdisplay.php?f=28)
-   -   Problem with ad display (http://www.thevbgeek.com/showthread.php?t=1957)

atcNick 08-22-2006 06:59 AM

Problem with ad display
 
1 Attachment(s)
Hi Geek,

I've started having problems with the ads. They seem to display incorrectly on occasion. You can see what I mean in the attached picture.

Basically I have 5 billboards setup in my navlink and footer templates like so:

<center>
<table width="100%">
<tr>
<td>$GAB_ads[6]</td>
<td>$GAB_ads[5]</td>
<td>$GAB_ads[7]</td>
<td>$GAB_ads[8]</td>
<td>$GAB_ads[9]</td>
</tr>
</table>
$GAB_ads[0]
</center>

The [0] array is the one that i have set to only display in a particular forum.

I have 5 of the billboards [5]-[9] set to display only one ad each. Four of them have 2 banners setup to rotate. It would seem that in one of the billboards both ads show up at the same time on occasion causing the problem. The ads are the 'fulltiltpoker.com' and 'betholdem.com'.

You can see the problem yourself at http://www.easttexaspoker.net. If the problem doesnt happen right away just hit refresh a couple times and you're sure to see it.

Any idea what can be causing this and how I can fix it?

Thanks.

Nick

The Geek 08-22-2006 07:57 AM

It looks to me that its pulling 2 ads for the 1 billboard. In fact, if you look at the source, GAB has stuffed 2 ad results into the one TD. Check your billboard ads for one that shows 2. What is your debug?

atcNick 08-22-2006 02:08 PM

Well the problem seems to be fixed now. I went under billboards and changed each billboard to only have "Ad #1" and I deleted "Ad #2". That seems to have fixed it. Although I thought you had to have Ad #1 & Ad #2 if you wanted both ads to rotate under the same billboard.

Here's my debug, just incase I FUBARed something:

>> START SETTINGS -------

$results = array(
'usergroups' => array(
),
'usergroups_view' => array(
'0' =>'4',
'1' =>'6',
'2' =>'8',
'3' =>'24',
'4' =>'7',
'5' =>'2',
'6' =>'5',
'7' =>'1',
'8' =>'3',
),
'fieldtotoggle' =>'1',
'field_value_yes' =>'',
'max_width' =>'',
'max_height' =>'',
'server_path_to_banners' =>'/home/copagsco/public_html/easttexaspoker/forum/geek/gab/images',
'media_extensions' =>'',
'url_to_banners' =>'http://www.easttexaspoker.net/forum/geek/gab/images/',
'url_advertising' =>'',
'url_turn_off_ads' =>'',
'redirectpage' =>'gab_redirect.php',
'cyclerate' =>'4300',
'persist_throttle' =>'',
'htmltemplates' =>'',
'defaulthtml' =>'',
'blocks' => array(
'1' => array(
'title' =>'Header - below navlink 1',
'wrapper' =>'0',
'method' =>'1',
'ads' => array(
'0' => array(
'adtype' =>'3',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'7',
),
),
),
),
'2' => array(
'title' =>'Header - Title header',
'wrapper' =>'0',
'method' =>'1',
'ads' => array(
'0' => array(
'adtype' =>'1',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'2',
),
),
),
),
'3' => array(
'title' =>'Header - below navlink 4',
'wrapper' =>'0',
'method' =>'2',
'ads' => array(
'0' => array(
'adtype' =>'3',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'10',
),
),
),
),
'4' => array(
'title' =>'Header - below navlink 2',
'wrapper' =>'0',
'method' =>'1',
'ads' => array(
'0' => array(
'adtype' =>'3',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'8',
),
),
),
),
'5' => array(
'title' =>'Header - below navlink 3',
'wrapper' =>'0',
'method' =>'2',
'ads' => array(
'0' => array(
'adtype' =>'3',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'9',
),
),
),
),
'6' => array(
'title' =>'Header - ETP Tourney forum',
'wrapper' =>'0',
'method' =>'1',
'ads' => array(
'0' => array(
'adtype' =>'1',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'11',
),
),
),
),
'7' => array(
'title' =>'Header - below navlink 5',
'wrapper' =>'0',
'method' =>'2',
'ads' => array(
'0' => array(
'adtype' =>'3',
'number' =>'1',
'cat_option' =>'2',
'cats' => array(
'0' =>'12',
),
),
),
),
),
'scripts' => array(
'MASTER' => array(
'name' =>'MASTER',
'description' =>'',
'usemaster' =>'0',
'blocks' => array(
'0' =>'6',
'5' =>'7',
'6' =>'1',
'7' =>'4',
'8' =>'5',
'9' =>'3',
),
),
'forumdisplay' => array(
'name' =>'forumdisplay',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'showthread' => array(
'name' =>'showthread',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'index' => array(
'name' =>'index',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'editpost' => array(
'name' =>'editpost',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'newthread' => array(
'name' =>'newthread',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'calendar' => array(
'name' =>'calendar',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'online' => array(
'name' =>'online',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'printthread' => array(
'name' =>'printthread',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'profile' => array(
'name' =>'profile',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'search' => array(
'name' =>'search',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'usercp' => array(
'name' =>'usercp',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'adv_index' => array(
'name' =>'adv_index',
'description' =>'',
'usemaster' =>'1',
'blocks' => array(
),
),
'THIS_SCRIPT' => array(
'usemaster' =>'1',
),
),
'frequency' => array(
'0' => array(
'description' =>'Low',
'value' =>'1',
),
'1' => array(
'description' =>'Medium',
'value' =>'2',
),
'2' => array(
'description' =>'High',
'value' =>'3',
),
'3' => array(
'description' =>'Mega High',
'value' =>'4',
),
),
);>> END SETTINGS -------

Categories
>> START CATS -------

$results = array(
'2' => array(
'id' =>'2',
'title' =>'Title Header',
'ordinal' =>'20',
),
'3' => array(
'id' =>'3',
'title' =>'Footer Banners',
'ordinal' =>'10',
),
'4' => array(
'id' =>'4',
'title' =>'Other',
'ordinal' =>'30',
),
'5' => array(
'id' =>'5',
'title' =>'Unknown items',
'ordinal' =>'1',
),
'7' => array(
'id' =>'7',
'title' =>'Header - below navlink 1',
'ordinal' =>'3',
),
'8' => array(
'id' =>'8',
'title' =>'Header - below navlink 2',
'ordinal' =>'0',
),
'9' => array(
'id' =>'9',
'title' =>'Header - below navlink 3',
'ordinal' =>'0',
),
'10' => array(
'id' =>'10',
'title' =>'Header - below navlink 4',
'ordinal' =>'0',
),
'11' => array(
'id' =>'11',
'title' =>'Header - ETP Tourney forum',
'ordinal' =>'0',
),
'12' => array(
'id' =>'12',
'title' =>'Header - below navlink 5',
'ordinal' =>'0',
),
);>> END CATS -------
>> START ADS -------

$results = array(
'1' => array(
'id' =>'1',
'title' =>'BetHoldem.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'http://content.sininter.com/bannerad/betwwts/baseball/01/120x60.gif',
'hits' =>'3',
'views' =>'1701',
'url' =>'https://secure.sininter.com/redir/redir.aspx?action=campaign&campaignID=26205&Banner ID=155&SiteID=1492',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'60',
'width' =>'120',
'frequency' =>'3',
'type' =>'1',
'template' =>'0',
'catid' =>'0',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'1',
'scripts' =>'',
'forums' =>'',
'html' =>'',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'3' => array(
'id' =>'3',
'title' =>'DeuceLee.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'http://www.easttexaspoker.net/forum/geek/gab/images/0/dleelink.jpg',
'hits' =>'2',
'views' =>'94',
'url' =>'http://www.deucelee.com',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'60',
'width' =>'120',
'frequency' =>'3',
'type' =>'1',
'template' =>'0',
'catid' =>'0',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'1',
'scripts' =>'',
'forums' =>'',
'html' =>'',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'5' => array(
'id' =>'5',
'title' =>'PKR.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'3',
'views' =>'3068',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'2',
'type' =>'3',
'template' =>'0',
'catid' =>'10',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<A href="http://www.pkr.com?CampaignId=1098&MarketingToolId=2&Grap hicId=42"><IMG src="http://accounts.pkr.com/ServeMarketingTool.aspx?id=42&CampaignId=1098&Mark etingTool=2" width="120" height="60" border="0" /><br>PKR.com</A>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'6' => array(
'id' =>'6',
'title' =>'PokerStars.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'4',
'views' =>'7660',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'7',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<a href="http://www.pokerstars.com/?source=easttexaspoker.net">
<img src="http://www.pokerstars.com/bnrs/current/120x60.gif" border=0><br>PokerStars.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'7' => array(
'id' =>'7',
'title' =>'FullTiltPoker.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'3',
'views' =>'7351',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'8',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<a href="http://www.fulltiltpoker.com/?key=MDAwMDI2QzAwMDAwNjBGNTIwNTA4MDIyMDAwMDAwMEE-" target="_blank"><img src="http://i.fulltiltpoker.com/images/aff/100deposit/play-online-poker-bonus_120x60Image.gif" alt="play online poker" width="120" height="60" border="0" ></a><br><a href="http://www.fulltiltpoker.com/?key=MDAwMDI2QzAwMDAwNjBGNTIwNTA4MDIyMDAwMDAwMEE-">FullTiltPoker.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'8' => array(
'id' =>'8',
'title' =>'DreamPoker.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'3',
'views' =>'4661',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'10',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<!-- Affiliate Code Do NOT Modify--><a href="http://affiliate.dreampoker.com/processing/clickthrgh.asp?btag=a_1243b_15"><img src="http://affiliate.dreampoker.com/processing/impressions.asp?btag=a_1243b_15" alt="www.dreampoker.com" border=0><br>DreamPoker.com</a><!-- End affiliate Code-->',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'9' => array(
'id' =>'9',
'title' =>'PokerStars.com 230x65',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'http://www.pokerstars.com/bnrs/current/230x65.gif',
'hits' =>'0',
'views' =>'45',
'url' =>'http://www.pokerstars.com/?source=easttexaspoker.net',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'0',
'height' =>'65',
'width' =>'230',
'frequency' =>'3',
'type' =>'1',
'template' =>'0',
'catid' =>'2',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'1',
'scripts' =>'',
'forums' =>'',
'html' =>'',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'10' => array(
'id' =>'10',
'title' =>'Poker Stars',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'http://www.pokerstars.com/bnrs/current/468x60.gif',
'hits' =>'4',
'views' =>'96',
'url' =>'http://www.pokerstars.com/?source=easttexaspoker.net',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'60',
'width' =>'468',
'frequency' =>'3',
'type' =>'1',
'template' =>'0',
'catid' =>'11',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'2',
'forumoption' =>'2',
'scripts' =>'|forumdisplay|showthread|',
'forums' =>'|29|',
'html' =>'asdf',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'11' => array(
'id' =>'11',
'title' =>'NoblePoker.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'1',
'views' =>'6777',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'12',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<a href="http://adv.noblepoker.com/cgi-bin/redir.cgi?id=N&member=18100000&profile=12808"><img src="http://www.easttexaspoker.net/banners/noblepoker120x60.gif" border=0><br>NoblePoker.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'12' => array(
'id' =>'12',
'title' =>'DoylesRoom.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'0',
'views' =>'7321',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'9',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<script language="javascript" src="http://aff.dbpn.com/banner.aspx?affid=atcnick&imgid=100073&campaign=&r efcode=atcnick"></script><br><a href="http://www.doylesroom.com?refid=atcnick">DoylesRoom.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'13' => array(
'id' =>'13',
'title' =>'UltimateBet.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'0',
'views' =>'0',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'12',
'trackviews' =>'0',
'trackhits' =>'0',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<script type="text/javascript" language='javascript 1.2' src="http://www.ultimatebet.com/affiliates/getlinkcode_js.php?lt=halftile&id=6096"></script><a href="http://www.ultimatebet.com/index.html?ubAffilID=6096">UltimateBet.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'14' => array(
'id' =>'14',
'title' =>'BetHoldem.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'0',
'views' =>'484',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'8',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<a href='https://secure.sininter.com/redir/redir.aspx?action=campaign&campaignID=161126&Banne rID=334&SiteID=1490'><img src='http://content.sininter.com/bannerad/betholdem/signup/signup_120X60.gif' border=0 width=120 height=60 alt='BetCorp. Online Gaming'><br>BetHoldem.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
'15' => array(
'id' =>'15',
'title' =>'CelebPoker.com',
'startdate' =>'0',
'enddate' =>'0',
'img' =>'',
'hits' =>'0',
'views' =>'0',
'url' =>'',
'userid' =>'0',
'max_views' =>'0',
'max_hits' =>'0',
'isactive' =>'1',
'height' =>'0',
'width' =>'0',
'frequency' =>'3',
'type' =>'3',
'template' =>'0',
'catid' =>'9',
'trackviews' =>'1',
'trackhits' =>'1',
'scriptoption' =>'1',
'forumoption' =>'2',
'scripts' =>'',
'forums' =>'|3|33|10|21|4|11|12|13|5|24|25|14|15|16|17|18|2 6|19|6|20|22|30|8|31|32|',
'html' =>'<a href="http://www.celebpoker.com/?tracker=REF15054_0&lp=1&b=91"><img src="http://www.celebpoker.com/affiliate/image.php?bannerid=91" alt="CelebPoker.com" border="0" width="120" height="60" /><br>CelebPoker.com</a>',
'templatetype' =>'0',
'suspended' =>'0',
'editimage' =>'0',
'editfrequency' =>'0',
'editbanner' =>'0',
),
);>> END ADS -------

Templates with $GAB_ads[x] in them:
Styleid 2 Title footer contains $GAB_ads[0]
Styleid 2 Title footer contains $GAB_ads[5]
Styleid 2 Title footer contains $GAB_ads[6]
Styleid 2 Title footer contains $GAB_ads[7]
Styleid 2 Title footer contains $GAB_ads[8]
Styleid 2 Title footer contains $GAB_ads[9]
Styleid 2 Title navbar contains $GAB_ads[0]
Styleid 2 Title navbar contains $GAB_ads[5]
Styleid 2 Title navbar contains $GAB_ads[6]
Styleid 2 Title navbar contains $GAB_ads[7]
Styleid 2 Title navbar contains $GAB_ads[8]
Styleid 2 Title navbar contains $GAB_ads[9]
Styleid 1 Title navbar contains $GAB_ads[0]
Styleid 1 Title navbar contains $GAB_ads[5]
Styleid 1 Title navbar contains $GAB_ads[6]
Styleid 1 Title navbar contains $GAB_ads[7]
Styleid 1 Title navbar contains $GAB_ads[8]
Styleid 1 Title navbar contains $GAB_ads[9]
Styleid 1 Title footer contains $GAB_ads[0]
Styleid 1 Title footer contains $GAB_ads[5]
Styleid 1 Title footer contains $GAB_ads[6]
Styleid 1 Title footer contains $GAB_ads[7]
Styleid 1 Title footer contains $GAB_ads[8]
Styleid 1 Title footer contains $GAB_ads[9]
Styleid 1 Title header contains $GAB_ads[2]
gab folder check
GAB directory looks valid and I can write to it!

The Geek 08-22-2006 03:50 PM

Depends on how you are trying to do it. Multiple ads in a billboard will stick them together side by side. Your trying to get x amount of distinctive blocks so youre best doing that with distinct billboards.

Glad it helps


All times are GMT. The time now is 09:45 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.