How to change the shape of the profile photo?
5 posters
Page 1 of 1
How to change the shape of the profile photo?
Hi! How can I change the shape of the profile photo just like here in the forum (circle one)?
And how can I remove those extra description and spaces that are marked X?
And how can I remove those extra description and spaces that are marked X?
Re: How to change the shape of the profile photo?
Is your forum's version #punBB ?
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: How to change the shape of the profile photo?
SLGray wrote:Is your forum's version #punBB ?
my forum's version is phbb3
Re: How to change the shape of the profile photo?
CSS Stylesheet:
- Code:
.postprofile dt img {
border-radius: 100px;
}
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: How to change the shape of the profile photo?
SLGray wrote:CSS Stylesheet:
- Code:
.postprofile dt img {
border-radius: 100px;
}
Thanks! How about the spacing? to remove the extra spaces?
and still having this problem when I implemented your code above, some of the photos are ok, but some does not.
Re: How to change the shape of the profile photo?
Hello @Skia Drum,
for the circled avatars try this code:
As for the spaces, which ones are you referring to? The ones under the rank or you want to add some more space around the avatar?
for the circled avatars try this code:
- Code:
.postprofile dt img {
border-radius: 100%;
width: 150px;
height: 150px
}
As for the spaces, which ones are you referring to? The ones under the rank or you want to add some more space around the avatar?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: How to change the shape of the profile photo?
Luffy wrote:Hello @Skia Drum,
for the circled avatars try this code:
- Code:
.postprofile dt img {
border-radius: 100%;
width: 150px;
height: 150px
}
As for the spaces, which ones are you referring to? The ones under the rank or you want to add some more space around the avatar?
I want to remove the excess space that is marked red.
Re: How to change the shape of the profile photo?
@shakib al hasan You mean every avatar on your forum? phpbb3 right?
Re: How to change the shape of the profile photo?
why is the other question is answered while on my thread -_-
Re: How to change the shape of the profile photo?
@shakib al hasan The mods are gonna get on you cuz you didn't make a new topic but here's the CSS for it
- Code:
#fa_popup_content > div.post .postprofile dt img, #main-content > div.post .postprofile dt img, #userAvatar img, .avatar img, .lastpost-avatar img, .mod-login-avatar dt > img, td.avatar-mini img { border-radius: 100px; }
Re: How to change the shape of the profile photo?
@shakib al hasan Please don't Hijack other members threads. Member BANNED He know's the rules.
|
Last edited by APE on August 25th 2016, 5:12 pm; edited 1 time in total
Re: How to change the shape of the profile photo?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: How to change the shape of the profile photo?
This fixed my problem,
However, I'm still having issues with the profile button, it turned out like this also.
Luffy wrote:Hello @Skia Drum,
for the circled avatars try this code:
- Code:
.postprofile dt img {
border-radius: 100%;
width: 150px;
height: 150px
}
As for the spaces, which ones are you referring to? The ones under the rank or you want to add some more space around the avatar?
However, I'm still having issues with the profile button, it turned out like this also.
Re: How to change the shape of the profile photo?
Hello @Skia Drum,
Try changing this:
into this :
I believe that should fix your problem.
Try changing this:
|
|
I believe that should fix your problem.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: How to change the shape of the profile photo?
Luffy wrote:Hello @Skia Drum,
Try changing this:into this :
- Code:
.postprofile dt img
- Code:
.postprofile dl dt img
I believe that should fix your problem.
that fixed it but the profile image turned square again
Re: How to change the shape of the profile photo?
Add the CSS to the top of the stylesheet.
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: How to change the shape of the profile photo?
SLGray wrote:Add the CSS to the top of the stylesheet.
what css code?
Re: How to change the shape of the profile photo?
add this one to the top of your CSS files
- Code:
.postprofile dt img { border-radius: 100%; width: 150px; height: 150px}
Re: How to change the shape of the profile photo?
APE wrote:add this one to the top of your CSS files
- Code:
.postprofile dt img { border-radius: 100%; width: 150px; height: 150px}
the profile button turned out circle again
Similar topics
» How Do I Change Profile Look
» Profile Photo
» How to change the caption edit of the photo
» What should I add to this code assignments change the caption of the photo.
» change profile page
» Profile Photo
» How to change the caption edit of the photo
» What should I add to this code assignments change the caption of the photo.
» change profile page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum