Group moderator's hide-out
3 posters
Page 1 of 1
Group moderator's hide-out
I have been wondering if there is any possibility to remove code that shows up name of group moderator (in yellow) when a person is looking in the usergroups. I want to leave a bar that shows only members of the group while the group moderator remains unseen (except in the administrator's panel). Is it possible to do that? If it is, how can I do that?
Last edited by MHerushingu on Sun 25 Aug 2013 - 17:55; edited 1 time in total
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Group moderator's hide-out
currently........no I haven't seen any but some othe rmemebers might have codes for it so don't worry
Guest- Guest
Re: Group moderator's hide-out
Actually... the members still can see group moderator's account name on usergroup's page. I just want to hide this table.
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Group moderator's hide-out
Hi,
Go to "Administration Panel ~> Modules ~> HTML & JAVASCRIPT ~> JavaScript codes management", create a new code and add:
Note: You need to have your JavaScript codes management activated if you want codes to work.
Go to "Administration Panel ~> Modules ~> HTML & JAVASCRIPT ~> JavaScript codes management", create a new code and add:
- Code:
$(document).ready(function(){
$('form[name="post"] .forumbg.forumbg-table table.table1 tbody tr:eq(0)').remove();
$('form[name="post"] .forumbg.forumbg-table table.table1 tbody tr:eq(1)').remove();
});
Note: You need to have your JavaScript codes management activated if you want codes to work.
Re: Group moderator's hide-out
Since this is marked with the solved icon, it will be archived.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to hide moderators
» Forum Moderators [Hide?]
» What are the Group Moderators?
» Moderators group.
» How to re-name the moderators group?
» Forum Moderators [Hide?]
» What are the Group Moderators?
» Moderators group.
» How to re-name the moderators group?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum