• Page 1 of 1
  • 1
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
Posts: 94
Reputation: 7

Message # 1 | 0:22 AM
is it possible to have custom admin bar for specific group Id and hide the original admin bar
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 2 | 2:02 AM
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.
NormalX
Posts: 94
Reputation: 7

Message # 3 | 3:52 AM
Eriko, is it against ucoz policy to hide it?

Thanks for the reply
Post edited by NormalX - Thursday, 2014-08-28, 3:52 AM
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 4 | 4:27 AM
NormalX, no, I don't think so. But they don't encourage the users to do that because the admin bar has all the feature that an admin needs.
Sunny
Posts: 9296
Reputation: 456

Message # 5 | 8:57 AM
Quote NormalX ()
Eriko, is it against ucoz policy to hide it?


No, it's not.

I'm not active on the forum anymore. Please contact other forum staff.
NiKeR
Posts: 11
Reputation: 0

Message # 6 | 2:58 AM
#puzadpn {display:none !important;}
This in CSS
Works better : )
Good
Posts: 360
Reputation: 12

Message # 7 | 5:17 AM
It's weird. $ADMIN_BAR$ code in template is removed but ADMIN BAR is also still there.
Sunny
Posts: 9296
Reputation: 456

Message # 8 | 9:48 AM
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.
uCoz Community » For Webmasters » Design Customization » Hide or Custom Admin Bar (Custom Admin Bar for specific user group)
  • Page 1 of 1
  • 1
Search: