Username & Rank under the avatar for phpbb3 version ?
2 posters
Page 1 of 1
Username & Rank under the avatar for phpbb3 version ?
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!
Thanks in advance!
Re: Username & Rank under the avatar for phpbb3 version ?
Hello Naki,
By default for phpbb3 the name and rank should be below the avatar. Please provide a link to your forum.
By default for phpbb3 the name and rank should be below the avatar. Please provide a link to your forum.
Re: Username & Rank under the avatar for phpbb3 version ?
The link of forum is in my profile.
Well let me check in css and make default
Well let me check in css and make default
Re: Username & Rank under the avatar for phpbb3 version ?
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()
})
});
Re: Username & Rank under the avatar for phpbb3 version ?
Yea i saw thanks u can close topic as solved
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum