I searched but really could not find answer.
In the featured_member.html adding some custom join tags and even trying the join language tags plugin will work fine when displaying any of the ranking/details pages. No issue there.
They don't work when placed in the featured_member.html when selecting any of the other pages like join and custom pages... Maybe not a supported use?
For the working example - using the join language and using the internal value to define the class and png file. Using the _display value for the alt, title ... again this works great for ranking details pages..
When selecting the other pages the values are null.
thanks...
In the featured_member.html adding some custom join tags and even trying the join language tags plugin will work fine when displaying any of the ranking/details pages. No issue there.
They don't work when placed in the featured_member.html when selecting any of the other pages like join and custom pages... Maybe not a supported use?
For the working example - using the join language and using the internal value to define the class and png file. Using the _display value for the alt, title ... again this works great for ranking details pages..
Code:
<li class="de"><img alt="German" title="German" src="flag_set/de.png"></li>
Code:
<li class=""><img alt="" title="" src="flag_set/.png"></li>