Jehy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP No External Links] Error 403 ForbiddenHello. I think that you don’t have URL rewrite enabled : )
You need to set up .htaccess and enable permalinks: http://codex.wordpress.org/Using_Permalinks
Forum: Plugins
In reply to: [WP No External Links] Help…. stopped working!Hello. It’s too little information for me – you can message me in skype (jehy_rus) and give access to server – I’ll look through the problem.
Forum: Plugins
In reply to: [WP No External Links] & on urls problemsDo you still have this problem? It should be fixed recently.
Forum: Plugins
In reply to: [WP No External Links] Mask Urls in address bar?No, you can’t mask your affiliate’s address – you would have to use reverse proxy for it. That would not be pleasant for your affiliates either.
Forum: Plugins
In reply to: [WP No External Links] Rewrite Rules for NginxHello. For nginx, use
server
{
listen ***;
server_name ***;
root ***;
index index.php;rewrite ^/goto(.*) http:/$1 permanent;
Forum: Requests and Feedback
In reply to: 3.8 admin panel design is very badTake a deep breath and repeat after me: spam filters.
Oh. I am terrribly sorry. Didn’t know about them.
The WordPress admin pages can be themed as the MP6 plugin demonstrated
Yep, wordpress admin theme for 3.7 would be good too.
Forum: Requests and Feedback
In reply to: 3.8 admin panel design is very badWhy remove post about plugin which makes admin area look 3.7 and the plugin itself? That’s total user abuse.
Forum: Requests and Feedback
In reply to: 3.8 admin panel design is very badYup, there should be option for reverting to clean and clear 3.7 style.
Forum: Requests and Feedback
In reply to: 3.8 admin panel design is very badOk, sorry. Too much emotions after update : )
Forum: Plugins
In reply to: [WP No External Links] Problem with Strict StandardsHello. As you see – there are no errors from this plugin, those are from somewhere else.
Try disabling error reporting – it can help.
Forum: Plugins
In reply to: [WP No External Links] Hide linksResolved – it was conflict with wp super cache.
Forum: Plugins
In reply to: [WP No External Links] Mask ALL links in document only work for login userThere is no conflict. If you enable plugin again, links should stay masked.
It’s just that wp-noexternallinks doesn’t update cache from wp super cache, that’s not a big trouble : )
Forum: Plugins
In reply to: [RSS Atom Avatar] Create page of feedsNo.
Forum: Plugins
In reply to: [WP No External Links] Stopped working on new posts?Hello. Please try disabling any caching plugins you have.
Hello!
Just remove from file wp-noexternallinks-options the following lines:
add_action('save_post', array($this,'save_postdata')); add_action('do_meta_boxes', array($this,'add_custom_box'), 15, 2);