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.

Username and Rank above the avatar.

3 posters

Go down

Solved Username and Rank above the avatar.

Post by Rizi Scotch October 9th 2013, 9:36 pm

How do I adjust my username and rank to stay above the avatar? They're currently below the avatar.
avatar
Rizi Scotch
Forumember

Male Posts : 41
Reputation : 2
Language : English

http://dnboys.englishboards.com/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by levy October 9th 2013, 9:37 pm

What is your forum version ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by Rizi Scotch October 9th 2013, 9:40 pm

candy_fear wrote:What is your forum version ?
phpBB3
avatar
Rizi Scotch
Forumember

Male Posts : 41
Reputation : 2
Language : English

http://dnboys.englishboards.com/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by levy October 9th 2013, 9:49 pm

Go in Administration Panel -> Modules -> HTML & Javascript -> Javascript Management -> Create a new javascript name what you want, tick in topics and add that

Code:
$(document).ready(function(){
  $('.post .postprofile').each(function(){
    var bef = $(this).find('dl dt a:has("img")');
    $(this).find('dl dt strong:has("a")').insertBefore(bef);
    $(this).find('dl dt strong:has("a")').after('<br>');
    $(this).find('dl dt').next('dd').insertBefore(bef);
    $(this).find('dl dt dd').wrapInner('<div class="rank_dd"></div>');
    $(this).find('dl dt dd .rank_dd').unwrap().css('margin-top','5px').css('margin-bottom','5px');
  });
});
Is very important to have the javascript enabled.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by Rizi Scotch October 11th 2013, 9:15 pm

It worked! thanks.
avatar
Rizi Scotch
Forumember

Male Posts : 41
Reputation : 2
Language : English

http://dnboys.englishboards.com/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by levy October 11th 2013, 9:18 pm

Glad could I help you . cheers
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Username and Rank above the avatar.

Post by SLGray October 11th 2013, 11:40 pm

Topic Solved & Locked


Username and Rank above the avatar. Slgray10

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

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum