We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Sorting Categories - Oxwall Classifieds (Beta) | Forum

dave Leader
dave Aug 12 '13

Would be nice to be able to sort the categories  ASC or DESC  alphabetical in admin options.

 

But for now i will try to find the query and add the ORDER BY ASC. 

 

Would you happen to know where the query is (file wise) so i dont have to look around? 

And what field to use for the ORDER BY ?

 

  Thanks :)

The Forum post is edited by dave Aug 12 '13
Purusothaman Ramanujam
Which page you refer here, sir?
dave Leader
dave Aug 12 '13

sorry, (ADD classified) when you add a classified,  would be nice to have them sorted by name.

 

i did find bol/category_dao.php  

 

 inside public function getCategoriesList($getCategory1 = false) { 

 

line 56

 

$query = "SELECT * FROM " . $this->getTableName() . " ORDER BY id";

 

Im guessing we just need to change that order by to the new field of 'name'

The Forum post is edited by dave Aug 12 '13
Purusothaman Ramanujam
Yes. Exactly..
dave Leader
dave Aug 12 '13

Thank you Puru :)

Purusothaman Ramanujam
Welcome Sir. :)
This topic is locked
You do not have permission to reply this topic