Search found 2 matches
- Tue Oct 28, 2008 9:39 pm
- Forum: Modules/Add-Ons
- Topic: Company Directory localization and pretty URL issue
- Replies: 3
- Views: 1414
Re: Company Directory localization and pretty URL issue
Hey thanks for the reply, alby. I changed all instances in the CompanyDirectory.module.php file as well as my previous edit, but no dice. Is there something else I'm missing? Here's what I changed: In action.default.php // // Build the pretty urls // $urlfmt = 'companies/%d/'.($detailpage!=''?$detai...
- Tue Oct 28, 2008 12:21 am
- Forum: Modules/Add-Ons
- Topic: Company Directory localization and pretty URL issue
- Replies: 3
- Views: 1414
Company Directory localization and pretty URL issue
I'm using the Company Directory module as a staff directory for an organization, I was able to change most instances of "Company" or "Companies" to staff in the lang file, but when you drill down to the detail level, the urls become: http://mysite.url/companies/321/123/ Which is ...