Centered Profile.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Centered Profile.
Hello, once again.
Currently my forum is like that:

And i want to make it like that:

In essence, i need the username above the avatar and everything in the center. My forum is Phpbb3 can i please have some help?
Cheers!
Currently my forum is like that:

And i want to make it like that:

In essence, i need the username above the avatar and everything in the center. My forum is Phpbb3 can i please have some help?
Cheers!
Last edited by Themistokles on September 16th 2012, 12:33 am; edited 1 time in total
Re: Centered Profile.
Hi.
I don't believe there's a code for PhpBB3(I may be wrong). Wondering why? Due to the fact that you'll have to edit the templates, and since PhpBB3 doesn't provide the usage of the Templates you can't. Sorry,
I don't believe there's a code for PhpBB3(I may be wrong). Wondering why? Due to the fact that you'll have to edit the templates, and since PhpBB3 doesn't provide the usage of the Templates you can't. Sorry,



Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Centered Profile.
@Sir Chivaswrote:Hi.
I don't believe there's a code for PhpBB3(I may be wrong). Wondering why? Due to the fact that you'll have to edit the templates, and since PhpBB3 doesn't provide the usage of the Templates you can't. Sorry,
I am more than sure that this is possible via javascript. Problem is i have no idea from codes etc
I already found a java script on the internet, that allowed me to put the username above the avatar, its this one for anyone interested:
- 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();
});
});
BUT i still need a java script code that places the name above avatar and places the entire post profile in the middle, just like in my picture. I hope someone will be able to help...
Re: Centered Profile.
Since this was marked solved...
Topic Solved & Locked |
Jophy- ForumGuru
-
Posts : 17924
Reputation : 835
Language : English
Location : Somewhere
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum