LiveZilla Live Chat Software
Remove the Flash Promo Block for Logged in Users :: Forum
Forums  ›  Dolphin  ›  Dolphin 7
 
Remove the Flash Promo Block for Logged in Users
 
Quote · 5368 days ago · 0 people like this ·
 

Remove the flash promo block for logged in users. This work is provided by HoustonLively, a dedicated dolphin user and developer. Thank you HL.

 

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' )

 

Quote · 5367 days ago · 0 people like this ·
 

Hey,  thats pretty cool...  I'll give that one a try later.

Quote · 5149 days ago · 0 people like this ·
 

I am not sure If I follow the term " Flash Promo Block" .Do you mean the branding of dolphin at bottom?

 

no promo block is the big box on the home page at the top with the changing images in it.

Forums Home