J-BusinessDirectory - Non latin letters in catalog listing

Support Forum

 
 

 

How to add non latin letters in catalog listing?


Our companies have latin and non latin names. We want to keep A,B,C,D,F... and add greek letters Α,Β,Γ,Δ,Ε,Ζ...


Another question... How to add menu items to specific categories? 


for example we want to create menu item to jbusiness category "cars" with menu alias "cars"


so that url www.company.com/cars goes direct to cars category

4 replies

Hi,

 

You can edit {joomla}/components/com_jbusinessdirectory/views/catalog/tmpl/default.php on line 68. You can duplicate the section with letter for an array of special characters.

...foreach(range... not working with non latin characters

I still did't look at the new version but in ver 3.4 as George Bara said line 68.

replace: range('A','Z')

with: array('Α','Β','Γ','Δ','Ε','Ζ')

that did the job for me.

it's ok! thanx!

 
 
 

5 Item(s)

Show per page