Jehy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP No External Links] 404 errorОтображаемые, но некликабельные ссылки – результат работы какого-то другого плагина, вероятно гугл аналитикс – в коде там
<a onclick="__gaTracker('send', 'event', 'outbound-article', 'https://ninjamock.com/', 'NinjaMock');" target="_blank">NinjaMock</a>
Ошибка 404 стала другой – если раньше работал переход и потом шло перенаправление на невалидный адрес, то теперь не работает сам переход… Яваскриптовый редирект лучше включить, кстати.
А ещё я не вижу отладочной информации от плагина. У вас случаем никакой кеширующий плагин не стоит?
Forum: Plugins
In reply to: [WP No External Links] Exclusion listHmm. I don’t hink I will add this as an option because evil hackers can use it to force non masking mode, for example setting url
https://evil-site.ua/spam.php?.xmlBut you can implement this filter using custom parser class
https://jehy.ru/articles/2014/12/08/custom-parser-for-wp-noexternallinks/You can overwrite function check_exclusions and add there custom exclusion for sitemaps.
Forum: Plugins
In reply to: [WP No External Links] 404 errorПопробуйте версию 3.5.12, только что выложил – должно помочь по идее.
Forum: Plugins
In reply to: [WP No External Links] 404 errorО, русский сайт : )
А вы используете последнюю версию плагина? Не могу у себя повторить проблему.
Скиньте свои настройки и включите режим отладки, пожалуйста.Forum: Plugins
In reply to: [WP No External Links] Force user to click linkHello. You can simply make auto redirect time very big – for example, 3600 seconds (an hour) – and user will have to click the link manually.
Forum: Plugins
In reply to: [WP No External Links] Top domainHello. Yeah, you can find white list of URLs in plugin options.
Forum: Plugins
In reply to: [WP No External Links] Exclusion listHello. I think that you can exclude from masking all target site with XML sitemaps, can’t you?
Forum: Plugins
In reply to: [WP No External Links] numeric links not workking with sqlite dbHello. Unfortunately, I need more information for debug – database errors, warning, etc…
Hello. In production development PHP notices should be disabled.
Forum: Plugins
In reply to: [WP No External Links] Custom Fields Support?Forum: Plugins
In reply to: [WP No External Links] Option to include/exclude "Post Type"Hello! Good idea. This option does not exist but I will ad it in the upcoming releases.
Forum: Plugins
In reply to: [WP No External Links] NoticeNotices should be disabled in wordpress. It is a tool for development, not production use. It is a very bad practice to enable them.
Forum: Plugins
In reply to: [WP No External Links] No External links blocks internal video lightboxHello. Sorry for the long delay. I will install this plugin and try to reproduce the issue. I think I will be able to do it in next 3-4 days.
Forum: Plugins
In reply to: [WP No External Links] 404 errorHello! Please provide me with a simple URL.
Forum: Plugins
In reply to: [WP No External Links] Change Links in Shortcode?Hello. You mean – you want plugin to make masked and short links?