Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

Review categories ordering

Discussion in 'Version 1.x' started by BorisB, Dec 3, 2004.

  1. BorisB Guest

    Review categories ordering

    Hi,

    I am adding dozens of categories to my Reviews section. Currently, when I go to add a review, the dropdown box containing the categories shows the individual categories in the order in which I entered them. What I would prefer is that the dropdown box shows the categories in alphabetical order.

    Is there a way to change the display so the categories show up in the dropdown box in alphabetical order?
    BorisB, Dec 3, 2004
    #1
  2. Philipp Guest

    Review categories ordering

    Yes, this is a very simple modification. Open cadmin/mod_review.php in your favorite editor and run a search & replace for the following line

    Search for:

    Code:
    SELECT reviewcat_id, reviewcat_name, reviewcat_permissions FROM esselbach_st_reviewcat
    and replace with:

    Code:
    SELECT reviewcat_id, reviewcat_name, reviewcat_permissions FROM esselbach_st_reviewcat ORDER BY reviewcat_name
    Then reupload the file to your webspace
    Philipp, Dec 4, 2004
    #2
  3. BorisB Guest

    Review categories ordering

    Very nice! Works a treat.

    Thank you, Philipp :)
    BorisB, Dec 4, 2004
    #3
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.