Hello CMSjunkie team,
great work on j-business directory, keep it coming.
I have some layout issues that needed to be fixed. I made a screenshot just to make things easier
1. Display special characters in "catalog-letters" bar
I need to display some utf letters like "ÃÈ?ÄÑ" depends on the language, of course...
my php knoledge is poor so please advise is this code a good solution:
modified componentscom_jbusinessdirectoryviewscatalog mpldefault.php
on line 68 insted of:
now it say:
2. In my country we write first the street name and then the number.
How to display this in catalog and single page view?
3. In list layout there is a div class called result-actions with a empty list for each company.
If it is not required by sistem code od display some resault in that, please help me remove that from code.
Hi,
1. You can create an array with special characters ÃÈĆÄÑ and duplicate foreach section.
2. You need to modify site/components/com_jbusinessdirectory/include/companies-list-view.php for search results and views/companies/tmpl/default.php for company details (if use tab style 1)
3. You can remove that line from site/components/com_jbusinessdirectory/include/companies-list-view.php