(2017-06-07, 01:58 AM)snakeoilos Wrote: [ -> ] (2017-06-07, 01:11 AM)Devilshakerz Wrote: [ -> ]Can you provide some examples? What exactly doesn't work?
My bad
. Should have been more specific.
Image proxy URL to https://images.weserv.nl/ don't seem to work for my w3-responsive theme.
Using the default theme, the two pictures in this page successfully proxied by weserv (site is secure). Change it to w3-responsive (from the footer), and they're no longer proxied (site is insecure).
Thanks in advance.
Take a look at the
mycode_img template - it should contain:
<img src="{$url}"{$width}{$height} alt="{$alt}"{$css_align} class="mycode_img" />
It appears that
W3-Responsive is missing the slash near the end.
(2015-04-11, 11:39 PM)p00lz Wrote: [ -> ]Parse error: syntax error, unexpected '[' .../inc/plugins/dvz_secure_content.php on line 5
thats weird, when i go on plugin page...
same error here how did you fix?
I am having an issue with running DVZ Secure Content 1.1.5 and mybb 1.8.6
My setting is as follows:
[
attachment=40133]
Problem: Any youtube videos are not shown anymore. Although all of them use https href links. Interestingly the video shows when in post edit mode, but they do not show when viewing the post.
Not sure if this is because I am running mybb 1.8.6? Othewise this thread should rather be in the plugin support forum, me thinks...
Anyone has an idea what the problem is?
Thanks!
with most recent mybb getting
Quote:The URL you entered for your avatar does not appear to be valid. Please ensure you enter a valid URL.
every time somebody tries to change avatar with an external one.
anybody else seeing this. when avatar https (or the plugin entirely) is off, it's fine.
(2018-04-04, 04:35 PM)stefan72 Wrote: [ -> ]I am having an issue with running DVZ Secure Content 1.1.5 and mybb 1.8.6
My setting is as follows:
Problem: Any youtube videos are not shown anymore. Although all of them use https href links. Interestingly the video shows when in post edit mode, but they do not show when viewing the post.
Not sure if this is because I am running mybb 1.8.6? Othewise this thread should rather be in the plugin support forum, me thinks...
It's likely the recent MyBB 1.8.15 bug, see:
https://community.mybb.com/thread-216380...pid1300198
(2018-04-09, 06:25 PM)p00lz Wrote: [ -> ]with most recent mybb getting
Quote:The URL you entered for your avatar does not appear to be valid. Please ensure you enter a valid URL.
every time somebody tries to change avatar with an external one.
anybody else seeing this. when avatar https (or the plugin entirely) is off, it's fine.
How are the
Block non-HTTPS avatars and
Proxy avatars settings set? What other plugins do you use? Does File Verification (
Tools & Maintenance in the ACP) show any modified files?
A misconfigured proxy could also be the cause (in that case proxied images would be also broken in posts).
(2018-04-10, 09:28 PM)Devilshakerz Wrote: [ -> ]It's likely the recent MyBB 1.8.15 bug, see: https://community.mybb.com/thread-216380...pid1300198
Thanks for the pointer! Much appreciated. I installed the updated class_parser.php file but videos are still not showing up.
It looks like I would need to upgrade to 1.8.16 to make it work.
So latest DVZ Secure Content 1.1.5 and mybb 1.8.6 seem not to be compatible reg. displaying video content.
Will need to analyse the amount of work needed for upgrade..
I'm not sure how this hasn't been mentioned yet, but this plugin prevents users from using their gravatar email address (which then converts it to a url) entirely. In fact, if all the options provided by this plugin are turned to OFF, I still can't use a gravatar email. Only when disabling the plugin can I use a gravatar email.
Anybody able to help with this?
(2018-06-14, 08:28 PM)Amlogic Wrote: [ -> ]I'm not sure how this hasn't been mentioned yet, but this plugin prevents users from using their gravatar email address (which then converts it to a url) entirely. In fact, if all the options provided by this plugin are turned to OFF, I still can't use a gravatar email. Only when disabling the plugin can I use a gravatar email.
Anybody able to help with this?
Seems like a bug. It should work after replacing line 278 in
inc/plugins/dvz_secure_content.php:
$mybb->input['avatar_url'] = self::gravatar_email_to_url($mybb->input['avatar_url']);
to:
$avatarUrl = self::gravatar_email_to_url($mybb->input['avatarurl']);
The
Block non-HTTPS avatars setting will also need to be set to
Off now.
I made the above changes, and turned off Block non-HTTPS avatars, Reinstalled plugin and the web server as well. Still receive "The URL you entered for your avatar does not appear to be valid. Please ensure you enter a valid URL." when attempting to use gravatar email.