Hello,
i just installed dolphin 6.On the Main Site there is "BoonEx News".How can i delete them?
Hello,
i just installed dolphin 6.On the Main Site there is "BoonEx News".How can i delete them?
It is a rss feed which you can change inside the admin/dashboard
just goto builders and click the homepage and then click rss feed and change the url to whatever you want to show up there...or just tick off visible for members and guests and your done.
Wendy
thanx a lot
I need to change the Boonex News to something else and can't find the setting. Where is it hiding?
ps. looks like it's hard coded in the index.php file.
Last edited by vanarie; 10-12-2007 at 01:32 AM. Reason: update
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.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks