Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

Add Story CATEGORIES In Alpha Order!  Bottom

  • The Topic pull-down in Add Story admin is in Alphabetical order, why isn't the CATEGORY pull-down?

    It's minor, but important when you are posting a lot of news.
  • in addstory_categories.php around line 558 replace this:
    $selcat = $dbconn->Execute("SELECT $column[catid], $column[title]
    FROM $pntable[stories_cat]");

    with this:
    $selcat = $dbconn->Execute("SELECT $column[catid], $column[title]
    FROM $pntable[stories_cat] ORDER BY $column[title]");

This list is based on users active over the last 60 minutes.