Our promo box is rotating a set of slides selling the benefits and features of the site - we want to suppress the promo box when members are logged in. How do we do that?
Our promo box is rotating a set of slides selling the benefits and features of the site - we want to suppress the promo box when members are logged in. How do we do that? |
open inc.design.inc.php in: function getPromoCode() after: $sCode = '<div class="promo_code_wrapper">' . getParam( 'custom_promo_code' ) . '</div>'; insert: elseif( $logged['member']) inside the '' you can put a language string _indexinfo , for example to add alternate text/html from the admin settings/languages setting Have fun I have video tutorials to help you mrpowless.com |