Hide Admin Online Status & Hide Rank Title
3 posters
Page 1 of 1
Hide Admin Online Status & Hide Rank Title
Hide Admin Online Status & Hide Rank Title (The logo should be seen only)
Is that possible?
Is that possible?
Re: Hide Admin Online Status & Hide Rank Title
@Skia Drum
Administration Panel >> Modules >> HTML & JavaScript >> Javascript codes management >> Create new javascript
Title: Adminstrator titles
Placement: In the topics
Code:
and
are the links to your Administrators' accounts.
As for the online thing, does your forum show users active in the last XX hours?
(XX could be any number)
Administration Panel >> Modules >> HTML & JavaScript >> Javascript codes management >> Create new javascript
Title: Adminstrator titles
Placement: In the topics
Code:
- Code:
$(function() {
var admins = ['/u1', '/u2']
for ( var i = 0; i < admins.length; i++ ) {
$('.user:has("[href=\'' + admins[i] + '\']")').find('.user-basic-info')
.contents(':not(img)').remove();
}
});
|
|
As for the online thing, does your forum show users active in the last XX hours?
(XX could be any number)
Re: Hide Admin Online Status & Hide Rank Title
Ace 1 wrote:@Skia Drum
Administration Panel >> Modules >> HTML & JavaScript >> Javascript codes management >> Create new javascript
Title: Adminstrator titles
Placement: In the topics
Code:
- Code:
$(function() {
var admins = ['/u1', '/u2']
for ( var i = 0; i < admins.length; i++ ) {
$('.user:has("[href=\'' + admins[i] + '\']")').find('.user-basic-info')
.contents(':not(img)').remove();
}
});and
- Code:
u1
are the links to your Administrators' accounts.
- Code:
u2
As for the online thing, does your forum show users active in the last XX hours?
(XX could be any number)
what will I replace in "u1" "u2"? is it the username of the admin account?
and yes, my forum show users active in the last XX hours
Re: Hide Admin Online Status & Hide Rank Title
http://pokemongoph.forumtl/u1
http://pokemongoph.forumtl/u2
Those are the accounts that would be treated as administrator accounts.
http://pokemongoph.forumtl/u2
Those are the accounts that would be treated as administrator accounts.
Re: Hide Admin Online Status & Hide Rank Title
Ace 1 wrote:http://pokemongoph.forumtl/u1
http://pokemongoph.forumtl/u2
Those are the accounts that would be treated as administrator accounts.
thanks for the explanation. But it seems the "admin" text is still there
Re: Hide Admin Online Status & Hide Rank Title
Ace 1 wrote:Do you have Javascripts enabled?
yes. you can check my forum
Re: Hide Admin Online Status & Hide Rank Title
If you do not want to appear in the who's online section, you can set it in your profile.
Profile > Preferences
Hide my online status:
To all members: before adding codes, modifying templates, etc., just take sometime and look through your profile and administration panel. Many times there are options/features for what you want.
Profile > Preferences
Hide my online status:
To all members: before adding codes, modifying templates, etc., just take sometime and look through your profile and administration panel. Many times there are options/features for what you want.
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
» Hide Online Status
» I want to remove the option to hide my online status on user profiles.
» online & offline status
» online status
» Online Status Question
» I want to remove the option to hide my online status on user profiles.
» online & offline status
» online status
» Online Status Question
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum