reyerm
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Menu Exporter] The export included “all content”!Unfortunately the plugin specifically states that it does include any posts or pages linked to menu items. I am also hoping to find a way to only export menu not the pages linked to the menu items.
Forum: Plugins
In reply to: [When Last Login] Undefined array key “page”Getting similar
`Warning: Undefined array key “page” in ****/wp-content/plugins/when-last-login/when-last-login.php on line 607 Warning: Cannot modify header information – headers already sent by (output started at ***/wp-content/plugins/when-last-login/when-last-login.php:607) in ****/wp-admin/includes/misc.php on line 1381 Warning: Cannot modify header information – headers already sent by (output started atis there a hot fix avail or when do you expect new version to be released? thanks Andre1!
Thanks Stef and Ronnie, that is good to hear! I am looking forward to seeing the result next year.
Forum: Plugins
In reply to: [Import Users from CSV] Password Nag with PMPthanks Andrew, no problem that makes sense.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Help keeping this plugin in developmentany news on this guys!? i too would love to see it staying in production
Glad to hear you got it working @webedgeaus! Pity about the 24 hours ??
Appreciate your initial help on the redirect. End up being a collaboration… nice!
yes I would have assumed so, but for some reason not needed my side. if it works, then best to stick with login path i imagine, to be explicit.
Ok! I think I have made sense of my confusion, as query strings aren’t parsed by Mod_Rewrite. So need to rather use RewriteCond to be specific on the query string.
RewriteCond %{QUERY_STRING} action=rp(.*)
RewriteRule ^wp-login.php?(.*) https://app.mydomain.com/$1 [R=301,L]thanks again for the help.
p.s.
For interest this works:RewriteRule ^wp-login.php?(.*) https://app.mydomain.com/$1 [R,L]
But as soon as i try get more specific with action=rp (or even just the a!) it breaks. maybe something to do with repeated rewrites or the ? character being reserved
Thanks!
Unfortunately no luck. Seems to produce same format path ayhow (with diff key of course). I think it is working from regex perspective but the key itself is not valid.https://www.mysite.com/wp-login.php?action=rp&key=qni9xxxxxxxxxxxxxxf8&login=reyerm.test107
Oh dear so close yet not quite.
It is correctly redirecting but now finds the reset key to be invalid. Could the key somehow be in part based on the address?
Redirect ends up at :
https://www.mycube4change.com/login/?login=invalidkeyMessage returned to login page:
Your reset password key is invalid.@voltronik any ideas if within the BNFW logic?
thanks again to you both!
Thanks very much for that update, as I tried the previous one briefly yesterday but it was getting stuck at login page (due to other wp-login paths being incorrectly converted too). I suspected your later approach or something more specific like that could work. I’ll give it a try later.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Respondent previous resultsPity, that would be a useful addition, maybe via shortcode.
Can you point me to anything (maybe the relevant module on your github that pulls the results for wp-admin) that i might be able to use to reference the correct entries programmatically in javascript or PHP?
thanks!