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
4 posters

    How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Solved How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by sasukekun April 27th 2013, 9:40 am

    Hi all Hello
    I want to ask:)
    how to make a "small avatar" in the posting homepage menu like this???

    How to Make a "Small Avatar" in Posting  Homepage Menu? (phpBB) KCXmtXM

    I found the "small avatar" in the forum leehack.
    very nice and more interesting Smile
    and I want to be like this, Very Happy

    Source:
    http://leech.big-forum.net/forum

    My forum:
    http://astajim.indonesianforum.net/

    Please someone help me
    thanks before bye
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by E-Mark April 27th 2013, 9:55 am

    Create new Javascript on JS Management, check to homepage only then add this:
    Code:
    $(document).on('ready',function(){$('.forumline tr .row3.over').prepend('<div class="avatar-index"><div>');$('.forumline tr .row3.over .avatar-index').each(function(){var profileUser=$(this).parent().children('span').children('span').children('strong').children('a').attr('href');$(this).html('<a href="'+profileUser+'" class="avatar-index-enlace"><img src="http://2img.net/i/fa/invision/pp-blank-thumb.png" alt="No Avatar" /></a>');$(this).children('a').load(profileUser+' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)')})});

    Add this to your CSS:
    Code:
    .avatar-index{
    float:left;
    }
    .avatar-index img{
    border:1px solid grey;
    margin: 5px;
    padding:1px;
    height:45px;
    width:45px;
    }
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by sasukekun April 27th 2013, 10:24 am

    mr.e-mark thanks for help me Very Happy

    but after I put code themselves, nothing happens on the homepage.
    you can see it Smile

    How to Make a "Small Avatar" in Posting  Homepage Menu? (phpBB) 4X3aSC7
    my forum: http://astajim.indonesianforum.net/

    if you need my ID and password.
    If needed, I will send it via PM. Very Happy

    thanks thanks thanks bye

    -----------------

    EDIT:
    why when I wear this forum can, and get out smile avatar.
    http://radit.forumid.net/

    but when using this forum can not be
    http://astajim.indonesianforum.net/

    I use template phpBB
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by E-Mark April 27th 2013, 11:56 am

    Provide me your admin account account so i can access the templates. I'm sure there's something not right in there. bye
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by sasukekun April 27th 2013, 12:43 pm

    ok Mr.E-mark Very Happy

    I already send to PM Smile
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by E-Mark April 27th 2013, 12:44 pm

    Done. Check it now. Working fine now. bye
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by sasukekun April 27th 2013, 12:52 pm

    wow, thats right, Very Happy

    thanks mr.e-mark thumleft

    you very help me again.

    thanks thanks thanks :wouhou:

    Problem solved salut

    -----------------

    was that, if there is wrong, in my index_body? Smile
    Cr4ZyBoY
    Cr4ZyBoY
    Forumember


    Male Posts : 141
    Reputation : 6
    Language : English
    Location : Israel

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by Cr4ZyBoY April 27th 2013, 12:55 pm

    Mark it as Solved Razz
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How to Make a "Small Avatar" in Posting Homepage Menu? (phpBB)

    Post by Sanket April 27th 2013, 1:27 pm

    Topic Solved & Locked

      Current date/time is September 24th 2024, 1:22 am