|
uCoz Community Archives Locked how to show user group icon in comments. |
how to show user group icon in comments. |
Zain, yes, $GROUP_ICON$ is not available in Comments templates.
You can use direct image links + conditional operators: http://forum.ucoz.com/forum/37-471-1 I'm not active on the forum anymore. Please contact other forum staff.
|
thanks for help thanks
Added (2010-10-28, 1:31 Am)
Code <?if($CUR_GROUP_ID$=1)?><img src="http://dl4uall.com/images/user.png" alt="User" border="0"><?endif?><?if($CUR_GROUP_ID$=2)?><img src="http://dl4uall.com/images/author.png" alt="Author" border="0"><?endif?><?if($CUR_GROUP_ID$=3)?><img src="http://dl4uall.com/images/mod.png" alt="Moderator" border="0"><?endif?><?if($CUR_GROUP_ID$=4)?><img src="http://dl4uall.com/images/admin.png" alt="Administrator" border="0"><?endif?><?if($CUR_GROUP_ID$=251)?><img src="http://dl4uall.com/images/regular.png" alt="Regular" border="0"><?endif?><?if($CUR_GROUP_ID$=255)?><img src="http://dl4uall/images/guest.png" alt="Guest" border="0"><?endif?> |
Zain, asking one and the same question in several threads is against forum rules! http://forum.ucoz.com/forum/37-471-63007-16-1288247441
I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||