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.

Disable avatars for all users

4 posters

Go down

In progress Disable avatars for all users

Post by nobodyfantasy January 13th 2012, 5:04 am

Hi there's options to disable the signatures but none for disabling avatars? I have to go through each member's profile one by one to disable the function which is quite annoying Crying or Very sad
avatar
nobodyfantasy
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Disable avatars for all users

Post by User83 January 13th 2012, 2:50 pm

Hi

One thing is for sure, there's no option like that in the admin panel Sad
User83
User83
Forumember

Posts : 46
Reputation : 5
Language : French

Back to top Go down

In progress Re: Disable avatars for all users

Post by midoweb96 January 13th 2012, 3:31 pm

You want Disable avatars for all users for phpbb3 ?
Try this I hope that helps
Code:
.postprofile dt img {
display: none;
}
Add to your CSS
midoweb96
midoweb96
Forumember

Posts : 166
Reputation : 12
Language : Css - Html - Jquery

Back to top Go down

In progress Re: Disable avatars for all users

Post by nobodyfantasy January 13th 2012, 5:39 pm

midoweb96 wrote:You want Disable avatars for all users for phpbb3 ?
Try this I hope that helps
Code:
.postprofile dt img {
display: none;
}
Add to your CSS

Hi thanks for the code, it works for Chrome but doesn't work for Safari unfortunately Crying or Very sad
avatar
nobodyfantasy
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Disable avatars for all users

Post by Base January 13th 2012, 5:43 pm

It should work for every browser? Razz

Okay, try this CSS code then:

Code:
.postprofile dt img {
    display: none !important;
    visibility: hidden !important;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Disable avatars for all users

Post by nobodyfantasy January 13th 2012, 5:51 pm

Base wrote:It should work for every browser? Razz

Okay, try this CSS code then:

Code:
.postprofile dt img {
    display: none !important;
    visibility: hidden !important;
}

It's still showing the avatars on Safari Crying or Very sad , but they don't show on Chrome (I'm using Mac by the way).

Edit: Just tested, it works for Chrome and Firefox but not Safari Crying or Very sad .
avatar
nobodyfantasy
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Disable avatars for all users

Post by midoweb96 January 13th 2012, 6:10 pm

Works on Safari
I'm using Win Xp
I think the problem you have in your Mac Or something like that !
midoweb96
midoweb96
Forumember

Posts : 166
Reputation : 12
Language : Css - Html - Jquery

Back to top Go down

Back to top

- Similar topics

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