Company Directory

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
johnmck
Forum Members
Forum Members
Posts: 34
Joined: Wed May 30, 2007 4:56 pm

Company Directory

Post by johnmck »

I asked this question as part of the Company Directory module support thread but nobody replied.


how do can you sort the company category list alphabetically?
Last edited by johnmck on Fri Apr 25, 2008 9:48 am, edited 1 time in total.
johnmck
Forum Members
Forum Members
Posts: 34
Joined: Wed May 30, 2007 4:56 pm

Re: Company Directory

Post by johnmck »

ok I found out how to do it.
For future reference

public_html/modules/CompanyDirectory/action.category_list.php

change line 52
$query = "SELECT b.*,count(company_id) AS count FROM cms_module_compdir_company_categories a, cms_module_compdir_categories b WHERE b.id = a.category_id GROUP BY b.id";
to
$query = "SELECT b.*,count(company_id) AS count FROM cms_module_compdir_company_categories a, cms_module_compdir_categories b WHERE b.id = a.category_id GROUP BY b.name";
you are grouping by name and not id
Last edited by johnmck on Fri Apr 25, 2008 9:48 am, edited 1 time in total.
bfctradingpost
New Member
New Member
Posts: 9
Joined: Thu May 08, 2008 7:05 am

Re: Company Directory

Post by bfctradingpost »

thanks johnmck,

exactly what i was looking for, worked a treat.

cheers,

Patrick

ps. be sure to mark this post as [Solved] ;)
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

Re: Company Directory

Post by inyerface »

YES this was extremely helpful!!  I also recommend marking this [Solved]
Post Reply

Return to “Modules/Add-Ons”