The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Script to hidden username from toolbar

3 posters

Go down

Script to hidden username from toolbar Empty Script to hidden username from toolbar

Post by kumotta August 21st 2016, 8:43 pm

hello, i want to remove username in toolbar from this Script to hidden username from toolbar Screen12 to be like this Script to hidden username from toolbar Screen11

thanks
kumotta
kumotta
Forumember

Female Posts : 203
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Script to hidden username from toolbar Empty Re: Script to hidden username from toolbar

Post by Pamoon August 21st 2016, 10:07 pm

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.
Pamoon
Pamoon
Forumember

Posts : 28
Reputation : 10
Language : en.js

https://help.forumotion.com/

Back to top Go down

Script to hidden username from toolbar Empty Re: Script to hidden username from toolbar

Post by Ace 1 August 23rd 2016, 3:40 pm

lal @kumotta

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, '');
});
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum