88
ok I tested the maps It works. I need the time to check and write all country codes from
http://www.maporama.com. I've only a problem I'm gonna replace county name in table xdir_links (country) with country code of maporama.com for get map so for display country name I've to write in html some like this:
<{if $link.country =="US"}> USA
<{elseif $link.country =="DE"}> Germany
<{elseif $link.country =="IT"}> Italy
<{elseif $link.country ==................................(all counties)
<{/if}>
I don't know about php & html programming. I'm just an amateur. maybe someone know a better way for do it.
About have different language i think the only way it's to use XOOPS multilanguage. I think in mxdirectory are included some languages and i can do italian.