I would have put this in the market for free, but you have to be a Premium Member and to be truthful I have no need for a Premium account so I am going to place this here instead.
Would you like to remove the Promo box on Dolphin 7?
1) Open index.php
2) Look for code "$_ni = $_page['name_index'];" This can be found a few lines up from the bottom.
3) The line under delete "$_page_cont[$_ni]['promo_code'] = getPromoCode();"
4) Save and re upload.
Simple
I wonder how much I could get for the above mod.
Nice to see your still acting like a child.
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' )
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' )
Jim