Image Reloader - How to Remove Buttons & Welcome?

I would like to use the image reloader on the home page, but I would like to remove the Join & Login buttons, TRansparent Shadow and Welcome statement from the Image Reloader on the home page.

Any help?

Quote · 9 Jun 2010

Look to

\inc\design.inc.php

function getPromoCode()

you can remove (comment) all next code:

$sWelcomeC = _t('_Welcome_to_the_community');
$sWelcomeElement = '<div class="sys_title">' . $sWelcomeC . '</div>';

$sPromoLink .= ($sPromoRelocationVisitor!='') ? $sPromoRelocationVisitor : 'join.php';

$sLoginSecti alt= '<div class="sys_promo"><div class="subMenuOvr">';
$sLoginSection .= $GLOBALS['oSysTemplate']->parseHtmlByName('login_join.html', array());
$sLoginSection .= '</div></div>';

Quote · 10 Jun 2010

Thank you guys.  I tried the simple coding by houstonlively, and that works great!

Quote · 10 Jun 2010
 
 
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.