Username and Rank above the avatar.
3 posters
Page 1 of 1
Username and Rank above the avatar.
How do I adjust my username and rank to stay above the avatar? They're currently below the avatar.
Re: Username and Rank above the avatar.
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');
});
});
Re: Username and Rank above the avatar.
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Avatar over username and rank
» how to put your username and rank under avatar
» Why my rank and username in above avatar?
» Putting the username and the rank under the avatar
» how to put your username and rank under avatar-problems!
» how to put your username and rank under avatar
» Why my rank and username in above avatar?
» Putting the username and the rank under the avatar
» how to put your username and rank under avatar-problems!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum