Notifications
Clear all

wpForo 1.x.x [Closed] Force custom Avatar URL to be HTTPS? Or disallow URL-based custom avatars?

2 Posts
1 Users
0 Reactions
878 Views
Posts: 21
Topic starter
(@davehamilton)
Eminent Member
Joined: 6 years ago

We're realizing that we're getting mixed content warnings from Google because some users have put HTTP URLs in the "Specify Avatar by URL" field.

Is there a way to force them to only use HTTPS here?

Or, perhaps even better: is there a way to ONLY allow uploads and not allow avatars by URL?

1 Reply
Posts: 21
Topic starter
(@davehamilton)
Eminent Member
Joined: 6 years ago

Of course, while I was posting it offered me the "avatar by URL" tag, so I dug and found https://wpforo.com/community/how-to-and-troubleshooting-2/remove-avatar-options/#post-18470

Adding this to Dashboard > Forums > Settings > Styles > Custom CSS Code solved this by hiding the option from view for users. Thanks!

.wpf-field-wrap > ul > li:nth-child(2) {
display: none !important;
}