Update: thetazz told me that the draggable buttons are ALSO links. Click ON the button title and you'll see a lightbox popups that shows the settings! So, forget about the hack below, just change it the right way.
--------------
Maybe someone can answer this mystery: function PageCompRSS() exists, but I can't find any calls to it anywhere! Where is this function executed??
Here's the fix:
Open:
/templates/tmpl_uni/scripts/index.php
in function PageCompRSS()
// bug: if BOONEX NEWS box, return empty string
if($sCaption == '_BoonEx News'){
return "";
}else{
return DesignBoxContent( _t($sCaption), $ret, 1 );
}
Until there's another setting I can find to disable it, this will bypass the newsbox. It's a crude manual hack, but it works.


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks