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.

center avatar, rank title and rank image phpbb3

4 posters

Go down

center avatar, rank title and rank image phpbb3 Empty center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 6:34 am

center avatar, rank title and rank image phpbb3 Center10

How do I center my avatar, rank title/image in phpbb3?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 6:57 am

Hi,

Can you please provide an account that way I can access the forum or remove the construction until I try finding a solution for you. Thank you.

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:03 am

Sure thing! I removed the construction.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:14 am

Seems that your forum has a lot of JavaScript, am I right? Runs pretty slow. Rolling Eyes

Anyways,
looks for this inside your css:
Code:
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
}

Just change the margin-left: 8px; to 70px;

Hope it works. Wink
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:22 am

I have 8 JS scripts in my forum right now. xD

BTW, it's not working. Confused

center avatar, rank title and rank image phpbb3 Center11
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by zenzo February 22nd 2013, 7:29 am

i use this one, but only avatar and usename


Code:
.postprofile dl dt{
text-align: center;
margin-bottom: 7px;
}

.postprofile dl dt a img{
margin-bottom: 7px;
}

i don't know what the exact code for the rank
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:31 am

That works zenzo! Now, the only thing left is the rank title/image. Confused
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:35 am

Try adding this:
Code:
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
text-align: center;
}
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:38 am

^
All fields got centered.

center avatar, rank title and rank image phpbb3 Center10
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:40 am

There isn't any other code available that I know of. Let me see if there is a way without moving the rest. Please remove the code that I gave above. Thanks.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:41 am

Kk, I removed the codes. Thanks.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:46 am

I don't know if this will work, but lets try:
Code:
title {
display: none;
text-align: center;
}

I don't think that there is going to be a way, since the tags are <dd> from all of the profiles, starting from the rank to your last profile. Does all of if centered bother you?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:51 am

Where should I put that code?

Yes it bothers me because in phpbb2, it is centered because of editing templates. And I thought, I can also do it here through css.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:52 am

Add that in your CSS, but make sure that the code given to you before is removed *My code given*.

Yeah, reason why I don't like working with phpBB3, limits you and everything is done via CSS.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 7:54 am

Still not working...

I just upgraded my forum because FMChat is not working anymore. Confused
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sir Chivas™ February 22nd 2013, 7:58 am

Oh, I see. Well, I'll continue on trying tomorrow morning. I'm tired, I'm off to sleep. Hope someone else can help you out if I can't. Although, I'm sure you can, but it'll take a while to see who can give you the code. Night.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 8:00 am

Okay, thanks for all the help! Goodnight.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sanket February 22nd 2013, 9:33 am

JAN2XONLINE wrote:Still not working...

I just upgraded my forum because FMChat is not working anymore. Confused
About FM Chat not working
https://help.forumotion.com/t120805-immediate-removal-of-fm-chat-validate-registration-field-tutorial-codes

Do you just want to center the rank, avatar & username?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 9:37 am

^
Thanks Sanket. ^^

And yes, all three of them. Avatar and username are already good, just the rank title/image left.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sanket February 22nd 2013, 10:08 am

By using this in the Rank title, the rank can be centered.
Code:
<center>Admin</center>
With the rank image, for phpbb3 its not really possible. Maybe modify the image itself with transparent edges, so as to make it look as though its in the center.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by JAN2XONLINE February 22nd 2013, 11:33 am

This is phpbb3 forum right? -> http://te-mafia.createatopic.com/t1-forum-rules

All 3 of them, username, avatar, rank title/image are centered. Confused
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by Sanket February 22nd 2013, 12:44 pm

You can add such a code to your css, if there were no other images other than the avatar & the rank. However, you have those other small images for all profile fields. Thats why, its a problem for your forum.
Code:
.postprofile img {
    padding-left: 15px !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

center avatar, rank title and rank image phpbb3 Empty Re: center avatar, rank title and rank image phpbb3

Post by zenzo February 22nd 2013, 8:06 pm

JAN2XONLINE wrote:This is phpbb3 forum right? -> http://te-mafia.createatopic.com/t1-forum-rules

All 3 of them, username, avatar, rank title/image are centered. Confused

what theme they use
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Back to top

- Similar topics

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