| |||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rating: | Display Modes |
(#1)
|
| Member Posts: 270 Join Date: Oct 2007 Location: Jakarta, Indonesia | Display User Group and Manager Status on client side -
20-05-2009, 11:00 AM
Here's an easy mod. First, go through your languages and add the key phrases 'manager', and 'usergroup' with appropriate translations (such as 'Manager' and 'Group: '). Next, open \index.php and look for this block: PHP Code: PHP Code: Code: <td bgcolor="#F5F5F5" colspan="4">
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr><td align="left" valign="top"><span class="smalltext"><{$language[loggedinas]}><strong><{$_USER[fullname]}></strong></span></td></tr>
</table>
</td>
Code: <td bgcolor="#F5F5F5" colspan="4">
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr><td align="left" valign="top"><span class="smalltext"><{$language[loggedinas]}><strong><{$_USER[fullname]}></strong></span></td></tr>
<tr><td align="left" valign="top"><span class="smalltext"><{$language[usergroup]}><strong><{$usergroupname}></strong><{if $_USER[ismanager] == 1}> (<{$language[manager]}>)<{/if}></span></td></tr>
</table>
</td>
Save the files, rebuild your cache, and enjoy! Free: Ticket List & Search | Dept. Display Names Free: Outlook/HTML Tickets| Staff Parser Log Tutorials: SLA System | Template Groups KSS v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#2)
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Assign multiple usergroups to templategroup | logicway | SupportSuite, eSupport and LiveResponse | 10 | 03-08-2009 01:25 AM |
| User group manager and queue visibility | ISDHK | SupportSuite, eSupport and LiveResponse | 0 | 14-11-2006 09:26 AM |