This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Review categories ordering


avatar
BorisB 0
From: -
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?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Review categories ordering
avatar
OP 0
From: -
Review categories ordering

Very nice! Works a treat.

Thank you, Philipp Smiling Face
1 Re: Review categories ordering
avatar
Administrator
1340
From: Vienna, Austria
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:

SELECT reviewcat_id, reviewcat_name, reviewcat_permissions FROM esselbach_st_reviewcat

and replace with:

SELECT reviewcat_id, reviewcat_name, reviewcat_permissions FROM esselbach_st_reviewcat ORDER BY reviewcat_name

Then reupload the file to your webspace

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.