Jehy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP No External Links] Удобный плагинДобрый день.
1) Можно выставлять настройки маскировки отдельно для каждого поста, если нужно.
2) для ссылки в футере лучше всего модифицировать код темы (если ссылка там), добавив туда маскировку.Forum: Plugins
In reply to: [WP No External Links] No External links blocks internal video lightboxHello. Do you mean that wp-noexternallinks makes link opening on new page?
Forum: Plugins
In reply to: [WP No External Links] Page problemHello! Please enable debug mode in PHP or wordpress – then you should be able to see actual errors. I didn’t test it on multisite and there can be incompatibilities – but we can figure them out and fix 🙂
If you can’t figure out the error, you can provide me with access to your blog filesystem.
Forum: Plugins
In reply to: [WP No External Links] Echo link counterHello. You need to use SQL query like this:
SELECT COUNT(1) FROM PREFIX_links_stats WHERE url=”http://SOME_URL” AND
date>(DATE_SUB(SYSDATE(), INTERVAL 30 DAY))Forum: Plugins
In reply to: [WP No External Links] buddypress and bbpressHello! I didn’t try to test plugin with buddypress and bbpress and I don’t think it will work out of box.
Forum: Plugins
In reply to: [WP No External Links] WP_DEBUG throwing some errorsHi. Notices should be turned off in production environment, so it does not matter. Thanks for concern anyway!
Forum: Plugins
In reply to: [WP No External Links] conflict with tippy pluginHi! I tried to simulate error but failed. What exactly happens to typpy tag? Please post the resulting error.
Forum: Plugins
In reply to: [WP No External Links] Fatal ErrorOk, it still irritates me but I added support for custom wp-content location in version 3.5.9.7
Forum: Plugins
In reply to: [WP No External Links] Fatal ErrorWhy? Why you do it? Absolutely useless modification which does not make your blog more secure or anything.
Forum: Plugins
In reply to: [WP No External Links] How to turn masked links into https?Hello. To make redirect URL, plugin uses wordpress site url option:
$site=get_option('home'); if(!$site) $site=get_option('siteurl');So, if https is specified in your blog settings, plugin will use https.
Forum: Plugins
In reply to: [WP No External Links] Masking only the selected URL'sHowever, you can extend plugin parser function and make “Exclude from Masking” field work your way. For a code sample, take a look at this article:
http://jehy.ru/articles/2014/12/08/custom-parser-for-wp-noexternallinks/Forum: Plugins
In reply to: [WP No External Links] Hide links in RSS-FeedOups, better check 3.5.9.6 🙂
Hello. Do you have wordpress or buddypress? What version? Permalinks enabled?
Forum: Plugins
In reply to: [Registered Users Only 2] new users can't acces the "site/activate" pageHello! Is it wordpress ot byddypress? Do you use some custom activation?
Native wordpress activation links should have “wp-activate.php” in it…Forum: Plugins
In reply to: [WP-Invites] WP-Invites with WordPress Social Login plug-inHello. You should ask this question author of social plugin – he can do smth with skipping checks, I belive.