Profile Fields above Avatar phpBB3
4 posters
Page 1 of 1
Profile Fields above Avatar phpBB3
Hiya! Me again!
I've got another question. I know it is impossible for phpBB3 to put the rank images above the avatar, but how about profile fields?
I've included a picture of my issue.
These two images below the avatar are actually profile fields. Is there a way I can put these underneath the username, but above the avatar? Another example would be putting the post count above the avatar.
Any help would be great!
I've got another question. I know it is impossible for phpBB3 to put the rank images above the avatar, but how about profile fields?
I've included a picture of my issue.
These two images below the avatar are actually profile fields. Is there a way I can put these underneath the username, but above the avatar? Another example would be putting the post count above the avatar.
Any help would be great!
Last edited by JonnyCode on June 5th 2013, 2:03 pm; edited 1 time in total
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
Nope, It can not be done because it has to be done via Template editing, I could be wrong buts most likely the answer is no.
Re: Profile Fields above Avatar phpBB3
I was able to get the username above the avatar, which was below it. I should be able to get something like post count above it as well. Right?
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
Well then yes what did you do to get the user name above the avatar??
Re: Profile Fields above Avatar phpBB3
I put this as a javascript code for all pages. I found it somewhere in this forum.
- 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();
});
});
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
The forum is Phbb3 correct? also what is the address of the forum
Re: Profile Fields above Avatar phpBB3
You are correct, phpBB3. http://nindochronicles.forumotion.com/
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
I believe because all profile fields have the same selectors, you will not be able to move just one or two of them.
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.
Re: Profile Fields above Avatar phpBB3
How would I move all of them then? I'm fine with that.
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
Try adding this to your CSS you may need TO play around with the numbers a little bit but give it a try.
IT WILL MOVE ALL OF THEM
And yes gary thats what i ran into when i play around with it
IT WILL MOVE ALL OF THEM
- Code:
.postprofile dt{
position: absolute !important;
top: 222px;
left: -8px;
}
SLGray wrote:I believe because all profile fields have the same selectors, you will not be able to move just one or two of them.
And yes gary thats what i ran into when i play around with it
Re: Profile Fields above Avatar phpBB3
Hmm, when I add that to my CSS, you can see what happens by visiting this link:
http://nindochronicles.forumotion.com/t1-site-construction#24
I'm not too sure how to describe it. I'm playing with the numbers right now.
EDIT: I've decided to leave it below the avatar, thank you for you time and for helping.
http://nindochronicles.forumotion.com/t1-site-construction#24
I'm not too sure how to describe it. I'm playing with the numbers right now.
EDIT: I've decided to leave it below the avatar, thank you for you time and for helping.
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Profile Fields above Avatar phpBB3
Yep so what happened? LOL i just now saw the posts, It might have off centered it and stuff, it was set to match/look good on my theme, lol happy to help.
Similar topics
» Profile tabs + separated profile fields
» Profile Fields and Profile layout help.
» Profile Fields
» Profile fields
» Profile Fields
» Profile Fields and Profile layout help.
» Profile Fields
» Profile fields
» Profile Fields
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum