Quote:
Originally Posted by Kraxell
But one little Problem. Names with special signs are not working. Any idea to solve it?
|
By "not working" you mean the name gets displayed just without special chars, or some weird characters showing insted or no username at all?
Quote:
Originally Posted by Kraxell
2. Question:
How to show it only for a special usergroup?
|
Sure, you can edit the viewer_overall template and add these conditional tags around the content:
PHP Code:
<vb:if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)">
...
</vb:if>
where 1, 2, 3 are the group ids of the groups, where the user must be a member of (at least one)