Notifications
Clear all

wpForo 1.x.x [Solved] Remove avatar options

8 Posts
5 Users
2 Reactions
3,663 Views
Posts: 18
Topic starter
(@kakanta1234)
Eminent Member
Joined: 6 years ago

Hi, how can I remove these two options?

- Especially: Specify avatar by URL

- Wordpress Avatar System

 

7 Replies
Posts: 17
(@pierreledeveloppeur)
Eminent Member
Joined: 6 years ago
ok in css; 

ok in css; hold the line of code knowing that by default it is a Avatar wordpress if you want to keep the code to override them

the problem is it's Impossible :( I'm sorry
Posts: 18
Topic starter
(@kakanta1234)
Eminent Member
Joined: 6 years ago

Well. the wordpress avatar system doesnt matter....

But I have to completly disable the url field option. Only hiding the field isn't such a good idea. I think users can still use php-headers to fill in their own image url. Some people are abuseing this function for ip-logger urls.

Therefore CSS wouldn't be such a nice solution.

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

I'm sorry but there is no other ways. you should hide that fields using CSS code.

Posts: 18
Topic starter
(@kakanta1234)
Eminent Member
Joined: 6 years ago

Ok... the fields havent a class or id name... :/

View picture: 

1 Reply
arcticsolutions
(@arcticsolutions)
Joined: 6 years ago

Eminent Member
Posts: 22

You can hide the option completely using this css:

 .wpf-field-type-avatar li:nth-child(2) {
    display: none;
}
Page 1 / 2