http://mysite.url/companies/321/123/
Which is fine, except for the companies part. It would be great if it pulled the "companies" terminology from the lang file, especially in this instance and also for non-English sites. I tried to fix it myself, by editing /modules/CompanyDirectory/action.default.php
in line 140:
Code: Select all
$urlfmt = 'companies/%d/'.($detailpage!=''?$detailpage:$returnid);
Code: Select all
$urlfmt = 'staff/%d/'.($detailpage!=''?$detailpage:$returnid);
Also would be great if instead of pulling ids for the rest of the url, it pulled names. Not a big deal though. Any help on this would be great. Thanks.