houstonlively
I did do a "mod" on my site so that the promo goes away when you log in. I wonder how much I could get for that. It's only one line of code and about 15 characters long. Should I put it in a zip file?
bambie
I am not talking about when you login, I personally don't like the promo at all. I done this so if people do not want it to show at all and want to get rid of it with out changing to much they can use this. It's called giving a tweak or some call it hack. :)
designer2
Hey Houston, any info on ver 7.08 for this mod?
thanks


In the file: /inc/design.inc.php

Find:

function getPromoCode() {
global $site;

$sSiteUrl = BX_DOL_URL_ROOT;

if( getParam( 'enable_flash_promo' ) != 'on' )


Change to:

function getPromoCode() {
global $site;

$sSiteUrl = BX_DOL_URL_ROOT;
if(!isMember())
if( getParam( 'enable_flash_promo' ) != 'on' )
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.044414043426514