There's a problem with the menu of Drigg, the item "all" doesn't point to the main page. You can see it at www.drigg.org

enter any of the categories and then take a look where "all" is pointing and you'll see it's incorrect.

In my site it always points to the "news" node which doesn't exist

Comments

mercmobily’s picture

Hi,

Ouch.
If you change line 4914 FROM:

    return '';

TO:

    return '/';

Does the problem go away?
If not, can you give me your site's URL so that I can see the problem? (I hope that the fix above actually fixes it though...).

The menus are the most complex aspect of Drigg...

Merc.

mercmobily’s picture

Hi,

I don't get why the menu would point to the "news" node though...
This escapes me a little.

Do you have a section called "News"?

Also, please use the latest version rather than -dev -- right now, for example, you will get a newever version if you get 1.3 than -dev, since -dev is only generated once a day...

Bye,

Merc.

mercmobily’s picture

Status: Active » Closed (fixed)

Hi,

After a lot of testing, I am confident that the bug is actually resolved.

Rolling out a new version of Drigg with the fix and with more enhancements.

Bye,

Merc.