Posted: 04/30/2012 2:14:06 AM
Reply Quoted
What In-Portal version and what theme are you using.
If it is 5.0.0+, then following can be done:
1. add a custom field to a category called "ISOCode"
2. for each category place corresponding country ISO code (3 letters) into that field
3. create folder /platform/imgs/flags under theme
4. place all flags, that you have there (each flag name should be in iso-code.gif/iso-code.jpg format)
5. add this into category element, used to print categories:
<img src="<inp2:m_TemplatesBase module='in-portal'/>imgs/flags/<inp2:Field name='cust_ISOCode'/>.gif" ... />