The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I have a floater ads from juicyads that i want to show on "home" page only. How can i make this happen?
Offline
In mobile/templates/your-template/header.tpl.php and the end of the file:
<?php if (isset($this->canonical) && $this->canonical == BASE_URL.'/recent/'): echo 'your-banner-here'; endif; ?>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Keep getting white screen. The floater code is in script format <script>
Offline
Enable debug in Admin and post the error here.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Here is the debug error
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /XXXXXXXXX/XXXXX/public_html/mobile/templates/default/header.tpl.php on line 137
Offline
Hmmm..please paste line 137 of the header.tpl.php file here.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
<?php if (isset($this->canonical) && $this->canonical == BASE_URL.'/recent/'): echo '<script type="text/javascript">var reporoOptions = {activationCode: 'sf9f-adf9-sdf6-52b1', targetBanner: '_blank', adhesionForceAppear: false, adhesionCookieExpire: 0.125}; reporoZone=20582;</script>
Last edited by DuttyRock (2015-01-18 02:47:14)
Offline
The line is not complete. Also you are using ' and you are already using ' from echo. Replace all ' from your javascript code with "
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1