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.
The forum of the forums
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 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
    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 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.
    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 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, '');
    });

      Current date/time is November 13th 2024, 7:01 pm