peterdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Stealth Login Page] redirect upon logging outYes, that is what it took to avoid other issues related to logging in rather than logging out.
Forum: Plugins
In reply to: [Stealth Login Page] redirect on password protected pagesWho would have access to such a password in this case? Someone who is registered or what?
Forum: Plugins
In reply to: [Stealth Login Page] Password Protected PagesI’m pinging my network of devs to see if there is a conditional for those pages. So far, I haven’t found anything other than CSS classes, which won’t stop the plugin.
Forum: Plugins
In reply to: [Stealth Login Page] User login pages / wp_login_form?If you want to put the WP URL filters back in place, here is the code I removed in v3.0 to stop 80% of the support topics related to member plugin conflicts. This should re-enable the custom URL on reset/lost passwords and the login widget. NOTE, this is a security risk if you post any login links anywhere. The links will both be visible and likely crawled.
Forum: Reviews
In reply to: [Stealth Login Page] Brilliant Idea!I know for sure that WP Engine is pushing it to all of the support tickets for login attempts. They hired me to fix a couple of extra shortcomings a few weeks ago, thus v3.0 was released.
Forum: Reviews
In reply to: [Stealth Login Page] Brilliant Idea!Thanks. I’m confident you’ll see next to none. I have 13 in the past 60-90 days on my primary site.
v4.0 will have addons that will immediately kill those 13 that I see in my dashboard’s Limit Login Attempts. The addons will be pretty epic.
Forum: Plugins
In reply to: [Stealth Login Page] Authentication On Home PageMy plugin has no such thing as: “Stealth Login’s “Authentication Required” drops down” in it. That drop down is another plugin… this plugin immediately redirects if the URL is wrong or it needs a login. Post a link to a screenshot or your homepage and I’ll see if I can tell you which plugin.
If you have a member site or a plugin that requires you to be logged in to view the site, it will redirect and this is not a plugin for such sites.
Forum: Reviews
In reply to: [Stealth Login Page] Freakin' AwesomeThanks. It’s been a blast writing it and improving it. v4.0 will add a marketplace for add-ons so others can join in.
Forum: Reviews
In reply to: [Stealth Login Page] Simple and works as stated!Good feedback. I’m writing v4.0 now and I’m changing up the documentation location.
Forum: Plugins
In reply to: [Stealth Login Page] doesn't work for meI guess it is time to roll out priority/premium support tomorrow, ahead of v 4.0 – hit my site contact form and I’ll get you what I need to help you and the 2 support options.
FYI for anyone seeing this, the site URL doesn’t help troubleshoot unless I have the secret URL and your login, which is not allowed on the public forums.
Forum: Reviews
In reply to: [Stealth Login Page] set it up but can't access my siteI think you meant to go to the support page, but this is what you’d find there to help with your likely prognosis:
http://wordpress.org/support/topic/please-help-every-button-is-rickrolling-me?replies=7
Forum: Plugins
In reply to: [Stealth Login Page] PLEASE HELP! every button is RICKROLLING me!Sure thing. Same thing happens without the plugin, only you don’t get rickrolled.
Forum: Plugins
In reply to: [Stealth Login Page] PLEASE HELP! every button is RICKROLLING me!I say it’s set up wrong because with 5,000 people running 3.0, if there as an issue as basic as every page being forwarded, it’d be hell on the forums.
I’m guessing from your first post that you logged out (got forwarded because that’s what it does) and then tried to navigate by hitting the Back button and trying to get around the dashboard.
Did you for sure log back in? If you’re not logged in but see a dashboard page, WP forwards you to the original login screen, which is now a Rickroll URL.
Try editing the wp-config.php with the settings here:
Add the following 3 lines to wp-config.php (right after the $table_prefix variable is good placement) to fully engage the plugin across the network:
- $slp_redirect = “URL”
- $slp_question = “question”;
- $slp_answer = “answer”;
Forum: Plugins
In reply to: [Stealth Login Page] PLEASE HELP! every button is RICKROLLING me!You set it up wrong. See the FAQ to disable. http://wordpress.org/plugins/stealth-login-page/faq/
Forum: Plugins
In reply to: [Stealth Login Page] Is this plugin usable on a members focused site?I will probably do that. It’s been seeming like the FAQ isn’t being read, but I’ll add it for those who do since it’s clear you did.