AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

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

2 Posts
1 Users
0 Reactions
1,539 Views
Posts: 21
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@davehamilton)
Eminent Member
Joined: 8 years ago
[#13074]

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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@davehamilton)
Eminent Member
Joined: 8 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;
}

Share: