Options on the member name in contributions 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

    Options on the member name in contributions

    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Options on the member name in contributions

    Post by hamesashek March 24th 2016, 1:14 am

    Hello, I've portrayed an image of the screen to the form that you want, as in Figure?
    When you press the User Name in contributions Options shows the signature or modify data or modify personal image
    Options on the member name in contributions Jv5fk5




    The problem has been developed by Li put these codes will not work for

    I'm the type of forum Phpbb2

      Javascript

    Code:
    $(document) .ready(function () {
        $('a.profilename') .toggle(function () {
     $('.nav_c') .remove();
            $('#user_navigation a') .removeClass('active');
            var avatar = _userdata.avatar;
            var member = $(this) .text();
            $(this) .addClass('active') .closest('#user_navigation') .after('<div id="profil_drop"class="nav_c"><a href="/profile?mode=editprofile"class="avat"style="float: left;">' + avatar + '</a><ul id="links"style="z-index: 10000;text-align: left;"><li><a href="/profile?mode=editprofile">Profil</a></li><li><a href="/sta/' + member + '">Subiectele mele</a></li><li><a href="/profile?mode=editprofile&page_profil=avatars">Avatar</a></li><li><a href="/profile?mode=editprofile&page_profil=signature">Semnatura</a></li><li><a href="/profile?mode=editprofile&page_profil=preferences">Preferinte</a></li><li><a href="/profile?mode=editprofile&page_profil=friendsfoes">Prieteni</a></li></li></ul></div></div>')
        }, function () {
            $(this) .removeClass('active');
            $('#profil_drop') .remove();
            return false
        })
    });

    CSS
    Code:
     
    #profil_drop{
        background: #171717;
        border: 0px none !important;
        border-radius: 0px 0px 6px 6px;
        box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
        color: #225985;
        font-family: helvetica,arial,sans-serif;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        overflow: hidden;
        position: absolute;
        right: 9%;
        text-align: left;
        top: 205px;
        width: 360px;
        z-index: 999;
    }
    .avat img {
        background: none repeat scroll 0px 0px #FFF;
        border: 1px solid #D5D5D5;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        height: 50px;
        margin: 10px;
        padding: 1px;
        width: 50px;
    }
    #profil_drop li {
        float: right;
        line-height: 25px;
        white-space: nowrap;
        width: 38%;
    }
    #profil_drop li a {
        color: grey;
        text-decoration: none;
    }



    Last edited by hamesashek on March 24th 2016, 2:40 am; edited 3 times in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51555
    Reputation : 3524
    Language : English
    Location : United States

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by SLGray March 24th 2016, 2:16 am

    Please speak in English as this is an English support forum. If you need support in another language please look at the widget to the right that says Official Support Forums.



    Options on the member name in contributions Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by hamesashek March 24th 2016, 2:42 am

    It has been modified to contribute
     Possible modification codes to run on version
    Phpbb2
    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by hamesashek March 24th 2016, 5:24 pm

    up
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19437
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by Ape March 24th 2016, 5:35 pm


    Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!



    Options on the member name in contributions Left1212Options on the member name in contributions Center11Options on the member name in contributions Right112
    Options on the member name in contributions Ape_b110
    Options on the member name in contributions Ape1010
    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by hamesashek March 26th 2016, 1:33 pm

    up
    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by hamesashek March 26th 2016, 7:11 pm

     SLGray
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51555
    Reputation : 3524
    Language : English
    Location : United States

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by SLGray March 26th 2016, 7:13 pm

    Just tagging an username is considered bumping.  So you are considered double posting.  Please be patient.



    Options on the member name in contributions Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    hamesashek
    hamesashek
    Forumember


    Male Posts : 111
    Reputation : 1
    Language : hamesashek

    Options on the member name in contributions Empty Re: Options on the member name in contributions

    Post by hamesashek March 29th 2016, 4:24 pm

    up