V4.2.x Fix old rss feed in admin dashboard

Discussion in 'v4.2.X Bug Tracker' started by freeze2, Jul 22, 2012.

Thread Status:
Not open for further replies.
  1. freeze2 Super Moderator

    This effects v4.2.4 and probably a number of versions back.

    I came across the old forum rss feed in the admin dashboard, which directs to a page not found. To correct this, do the following:

    In administration/ajax.php at approximately line 40

    Find:

    Code:
    $url = 'http://www.68classifieds.com/forums/external.php?forumids=2&fulldesc&count=3';
    Change to:

    Code:
    $url = 'http://www.68classifieds.com/forums/forums/news-announcements.2/index.rss';
  2. Mike-N-Tosh Owner

    Fixed in v4.2.5 release
Thread Status:
Not open for further replies.

Share This Page