runawayhorses at 18h17
12
Dec
2011
Now that I have my forum set to automatically resize Avatars members upload that are too big in size, how do I remove this text from my "Avatar control panel"?
----------
"Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width cannot exceed 150 pixels, the height cannot exceed 200 pixels, and the file size cannot be higher than 64 KB."
----------
----------
"Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width cannot exceed 150 pixels, the height cannot exceed 200 pixels, and the file size cannot be higher than 64 KB."
----------
1 Guest, on 12/12/2011 at 18h37
Hi again! Add to your CSS Stylesheet:
- Code:
div#cp-main form#ucp input div.panel div.inner fieldset dl dt label{
display: none !important;
}
2 runawayhorses, on 12/12/2011 at 18h42
Hi, I did that but its still showing..
Are you sure that is for phpbb 3 ? I added it but its not working, the text is still showing.
Are you sure that is for phpbb 3 ? I added it but its not working, the text is still showing.
3 runawayhorses, on 12/12/2011 at 21h26
I tried a few things but I can't get the text removed from the Avatar control panel. Does anyone know the CSS code to make this happen? I'd like to get this resolved today if possible. Thank you.
I have the phpBB 3 forum.
I have the phpBB 3 forum.
4 Guest, on 12/12/2011 at 21h38
Yes, I'm sure. But I had a mistake, use this code:
- Code:
div#cp-main form#ucp div.panel div.inner fieldset dl dt label{
display: none !important;
}
5 runawayhorses, on 12/12/2011 at 22h30
Thank you that worked! You're really good with code thank you so much.. 
6 runawayhorses, on 13/12/2011 at 00h10
Actually, I just now removed the CSS code because it removed other important text in text field sections of the profile where people need to read what it does.. So I'll just leave it as is.
7 runawayhorses, on 13/12/2011 at 03h17
Not only that but the resize CSS code for avatars did not work on members profiles. In there profiles the images were FULL size. On there posts it was resized but NOT there profiles. So I removed that CSS code too.
8 Sanket, on 13/12/2011 at 11h19
| Topic Solved & Locked |
Similar topics
I was wondering if I could disable members from being able to visit the avatar control panel (or at least them not being able to change their signature). Thanks.
I look this topic /t42100-control-panel-for-users but the images don't show. What do I can?
Control Panel System code please help me
Replies 1 to 8 on 8 for "Avatar control panel"
Search
Informations
8 Replies For the topic :
"Avatar control panel"
This topic has been viewed 873 times.
Last message :
12/12/2011 at 18h17 by "runawayhorses"





