Results 1 to 6 of 6

Thread: BoonEx News-how to delete

  1. #1
    knuppel
    Guest

    Default BoonEx News-how to delete

    Hello,

    i just installed dolphin 6.On the Main Site there is "BoonEx News".How can i delete them?

  2. #2
    windy's Avatar
    Join Date
    Sep 2006
    Posts
    46

    Default

    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

  3. #3
    knuppel
    Guest

    Default

    thanx a lot

  4. #4
    vanarie
    Guest

    Default v6.0.2 - can't find the Boonex News RSS feed setting

    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

  5. #5
    vanarie
    Guest

    Default v6.0.2 - how to skip BOONEX NEWS box (hack)

    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.

  6. #6
    vanarie
    Guest

    Default Update

    Update: actually, just click the title of the drag button to pull up the settings. I didn't figure that out until someone told me about it.

    Quote Originally Posted by vanarie View Post
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to remove Boonex News???
    By sash007 in forum General Troubleshooting
    Replies: 3
    Last Post: 05-04-2009, 05:10 PM
  2. Boonex News
    By kraftzy in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 05-12-2008, 03:56 PM
  3. How to remove boonex news?
    By poeticg in forum Dolphin General Discussion v6.00 and above
    Replies: 4
    Last Post: 01-15-2008, 10:27 AM
  4. How to skip BOONEX NEWS box (hack)
    By vanarie in forum Bugs Dolphin 6.02
    Replies: 0
    Last Post: 10-12-2007, 11:00 AM
  5. Boonex News
    By BodyMen in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-10-2007, 03:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •