Removing Promo Block

Hiya sorry if this is a dumb question but I really can't find out how I remove the flash promo box totally.  I have deleted all the images in Settings - Basic Settings and tried to uncheck the Use Promo Flash Reloader option but I can't uncheck it?

Looked in CSS and mooched around some more but I can't find it.

Help anyone.

Quote · 11 Dec 2008

You can take out the promo block by opening up the page_1.html file located in templates/temp_uni/

It looks like this:

__include _header.html__
__promo_code__
__page_main_code__
__include _footer.html__

Just comment the part that says " __promo_code__" by adding HTML comments. An HTML comment looks like this:

<!--The part you want to comment out looks like this-->

So that it looks like this now:

__include _header.html__
<!-- __promo_code__-->
__page_main_code__
__include _footer.html__

If you want to enable it at a later date, just take out the HTML comments.

Updating my BoonexNerd.net site.
Quote · 11 Dec 2008

Works like a charm!

Quote · 11 Dec 2008

OK that superb but if you want to keep it in how do you re-size the height?????????

Quote · 13 Dec 2008

Did you ever get a response to this??? I found an article to tells you have to change it using HTML so I revised it a bit and got the size I wanted....

Here's the link if your interested...

http://www.dialme.com/articles/entry/Change-Edit-Remove-the-Dolphin-Promo-Block

Quote · 8 Feb 2009
 
 
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.