Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Article Order


Guest

Recommended Posts

Hello All

 

Online when viewing articles they are listed by latest date posted. I need to know how to get articles to list in alphabetical order by article name. I sell art and using article manager to present artist profiles by name. A nudge in the right direction would be appreciated.

 

Thanks

OCTP

Link to comment
Share on other sites

  • 4 weeks later...

Hi sparks, in response to:

 

QUOTE

One question though, any way to sort the articles other than by date?

 

 

No admin or user control of sorting has been built in (yet...). However, there are three separate listings that can be modified if you wish to change from the default sort option of most recent first.

 

The New Articles listing is set by the query in the articles_new.php page, line 65. At the end of the line, you can modify the order by code and specify a different field to sort by, e.g.

 

 

CODE

order by a.articles_date_added desc, ad.articles_name

 

 

could be changed to

 

 

CODE

order by ad.articles_name

 

 

to sort by name instead of the most recent article first (that's what the default a.articles_date_added desc does).

 

Similar modifications could be applied to the All Articles listing in the articles.php page, line 309 or to the Authors/Topics listings in the articles.php page on lines 175, 178, 184 and 187.

 

Hope this helps ;-)

 

Rob Anderson

 

This was taken from the article manager support forum :thumbsup:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...