viper007bond
Forum Replies Created
-
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] Update caused site downThat’s weird. v1.2.2 was supposed to fix an issue issue introduced in v1.2.1, not break stuff.
Does your site’s error log reveal anything?
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsFixed in v1.2.2!
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] HTML header injectionFixed in v1.2.2!
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsSorry about this. I’m visually impaired and completely missed the fact that I fat fingered in these extra characters. I’ll get a new version out ASAP!
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] HTML header injectionSorry about this. I’m visually impaired and completely missed the fact that I fat fingered in these extra characters. I’ll get a new version out ASAP!
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsShould be fixed in v1.2.1. Thanks for the report.
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsThat’s exactly what I needed. I think my plugin was looking for something like this:
[flv src="VIDEO_URL"]Some text or something?[/flv]
I’ll make sure it can handle the format you’re using.
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsCan you edit the post and then post the shortcode you used here? I want to make sure I’m correctly parsing the old format you used.
- This reply was modified 5 years, 9 months ago by viper007bond.
Forum: Plugins
In reply to: [Viper's Video Quicktags Migrator] PHP ErrorsIt’s not a PHP 7.2 issue, rather the plugin is looking for a
src
parameter in an old[flv]
or[wmv]
shortcode and the parameter doesn’t exist. The error is coming from my plugin trying to use the value without checking it actually exists.PHP warnings and notices are good to be fixed but aren’t true errors that need to be worried about usually.
Can you figure out which post(s) are causing this warning and what the contents of the post are? I’m curious as to what shortcode content is causing it.
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] `>` is converted to HTML entitiesSadly it’s a known issue and I’m having trouble working around it.
The same issue happens with the normal code block that comes with WordPress I believe.
Forum: Plugins
In reply to: [Registered Users Only] Pricacy not protectWouldn’t this defeat the purpose of the plugin by allowing guests to visit a page of your site? They’d be able to see everything on the page (menu/navigation, sidebar, etc.).
Forum: Plugins
In reply to: [Regenerate Thumbnails] Unnesessary thumbnailsAllowing you to choose what sizes to generate has been on my todo list for a while, but I just haven’t had the time to code up the feature as it’s slightly complicated. It requires a picker, passing the list to regenerate endpoint, temporarily filtering the list of registered sizes to only include the sizes you want, merging the meta data back together, etc.
I’ll get to it at some point. Sorry.
Tracking at https://github.com/Viper007Bond/regenerate-thumbnails/issues/84
- This reply was modified 5 years, 10 months ago by viper007bond.
Forum: Plugins
In reply to: [Registered Users Only] GDPRNo more than WordPress itself. This plugin only redirects users to the log in form. It doesn’t collect any data itself.
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] The block setting not right support i18nHmm, I thought I coded it correctly but I guess not. I’ll take a look. Thanks!
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] The support language list is an 404 pageGood catch. Thanks! I’ll make that fix. ??
Tracking here: https://github.com/Viper007Bond/syntaxhighlighter/issues/100
You can also just pick from the language dropdown in the Gutenberg block settings.
- This reply was modified 5 years, 10 months ago by viper007bond.