Script to hidden username from toolbar Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Script to hidden username from toolbar

    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

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

    Post by kumotta Sun 21 Aug - 20:43

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


    Posts : 28
    Reputation : 10
    Language : en.js

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

    Post by Pamoon Sun 21 Aug - 22:07

    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.
    Ace 1
    Ace 1
    Helper
    Helper


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

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

    Post by Ace 1 Tue 23 Aug - 15:40

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