|
|
| Forum moderator: bigblog |
| uCoz Community For Webmasters Design Customization Hide or Custom Admin Bar (Custom Admin Bar for specific user group) |
| Hide or Custom Admin Bar |
NormalX, you can hide the bar by adding this code:
Code <script type="text/javascript"> $(document).ready(function(){ $("#puzadpn").hide(); $("#uzadpn").hide(); $(".cuzadpn").hide(); }); </script> I don't recommend hiding it, though. |
Good, it is how it works. If you want to hide it, the following code will hide the Admin Bar for all groups:
Code <?substr($ADMIN_BAR$,0,0)?> The code below will hide it for all groups except Administrators and Moderators: Code <?if($GROUP_ID$!="4" && $GROUP_ID$!="3"><?substr($ADMIN_BAR$,0,0)?><?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||
Need help? Contact our support team via
the contact form
or email us at support@ucoz.com.





