Username & Rank under the avatar for phpbb3 version ? 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.
2 posters

    Username & Rank under the avatar for phpbb3 version ?

    Naki
    Naki
    Forumember


    Male Posts : 175
    Reputation : 16
    Language : Albanian, English, Croatian, Polish
    Location : Kosova

    Solved Username & Rank under the avatar for phpbb3 version ?

    Post by Naki Mon 3 Mar 2014 - 20:30

    Anyone knows the css code for the username & rank under the avatar. Please be so kind only the code for phpbb3 version.
    Thanks in advance!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Username & Rank under the avatar for phpbb3 version ?

    Post by Ange Tuteur Mon 3 Mar 2014 - 21:07

    Hello Naki,

    By default for phpbb3 the name and rank should be below the avatar. Please provide a link to your forum.
    Naki
    Naki
    Forumember


    Male Posts : 175
    Reputation : 16
    Language : Albanian, English, Croatian, Polish
    Location : Kosova

    Solved Re: Username & Rank under the avatar for phpbb3 version ?

    Post by Naki Mon 3 Mar 2014 - 21:09

    The link of forum is in my profile.
    Well let me check in css and make default
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Username & Rank under the avatar for phpbb3 version ?

    Post by Ange Tuteur Mon 3 Mar 2014 - 21:12

    Check you javascripts and remove this code :
    Code:
    $(function () {
        $('.postprofile dl') .each(function () {
            var theBox = $(this) .children('dt:first');
            var uNameX = theBox.children('strong') .html() + '<br>';
            theBox.children('a') .before(uNameX);
            theBox.children('strong') .hide()
        })
    });
    Naki
    Naki
    Forumember


    Male Posts : 175
    Reputation : 16
    Language : Albanian, English, Croatian, Polish
    Location : Kosova

    Solved Re: Username & Rank under the avatar for phpbb3 version ?

    Post by Naki Mon 3 Mar 2014 - 21:13

    Yea i saw thanks u can close topic as solved
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Username & Rank under the avatar for phpbb3 version ?

    Post by Ange Tuteur Mon 3 Mar 2014 - 21:15

    You're welcome I love you

    Topic solved and archived