Script to hidden username from toolbar
3 posters
Page 1 of 1
Script to hidden username from toolbar
hello, i want to remove username in toolbar from this to be like this
thanks
thanks
Re: Script to hidden username from toolbar
Youre funny, very funny : )
Give me forum address + test account, your image doesn't say youre using the official fm toolbar or it was modified by script.
Give me forum address + test account, your image doesn't say youre using the official fm toolbar or it was modified by script.
Re: Script to hidden username from toolbar
lal @kumotta
Admin panel >> Modules >> HTML & Javascript >> Javascript codes management >> Create new javascript
Title: Welcome
Placement: In all the pages
Code:
Admin panel >> Modules >> HTML & Javascript >> Javascript codes management >> Create new javascript
Title: Welcome
Placement: In all the pages
Code:
- Code:
$(function() {
var welcome = document.getElementById('fa_welcome'), name = _userdata.username;
welcome.innerHTML = welcome.innerHTML.replace(name, '');
});
Similar topics
» Changing the Username's Color As Well As Multicolored Username and Glow
» Strange problem with editor & toolbar and a script
» where to set a hidden IP?
» How do I create different hidden forums for different hidden groups?
» Suggested Script (Need Someone that can read script)
» Strange problem with editor & toolbar and a script
» where to set a hidden IP?
» How do I create different hidden forums for different hidden groups?
» Suggested Script (Need Someone that can read script)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum