Beee
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Random search results not loading properlymaybe I looked somewhere else then, i clicked the random button in the menu.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Random search results not loading properlyI don’t get the same posts. Did you fix it ?
A little more help info would help…
Forum: Developing with WordPress
In reply to: Pagination appends search queryDude, you made my weekend.
Forum: Developing with WordPress
In reply to: Pagination appends search queryI removed the esc_url and added html_entity_decode around pagenum_links.
Unfortunately no change.
*edit* but adding it around get_pagenum_link seems to do the trick.
- This reply was modified 8 years, 3 months ago by Beee.
Forum: Plugins
In reply to: [Theme My Login] Reset pass form redirects to other languageThanks for the pointers.
Forum: Plugins
In reply to: [Theme My Login] Reset pass form redirects to other languageContinuing on this: how do I make email variables/content multilingual ? Since %reset_url% links again to the English one instead of the Dutch one.
Can I filter/fix that in a similar way ?
- This reply was modified 8 years, 3 months ago by Beee.
Forum: Plugins
In reply to: [Theme My Login] Reset pass form redirects to other languageThat was my idea indeed, but can it be I might need it for some other situations ?
Forum: Plugins
In reply to: [Theme My Login] Reset pass form redirects to other languageThanks.
If I use this code, I ‘end up’ in the first IF condition.
$_REQUEST['redirect_to']is set so it doesn’t ‘reach’ my custom url.Maybe the redirect should be set before this ?
Forum: Plugins
In reply to: [Theme My Login] Log out filters not working ?Got it working, thanks.
Forum: Plugins
In reply to: [Theme My Login] What is the preferred method for user redirection ?That’s a good enough reason already 🙂
And I just discovered the referring URL is also included, which is helpful, so login_redirect it is.Thanks for the reply, kudos on the speed.
Forum: Plugins
In reply to: [Theme My Login] What is the preferred method for user redirection ?Correct, but I might overlook something, since I don’t know exactly what each filter does and I couldn’t find any info in the documentation on the website, hence why I ask.
Since I only want to use it for successful login, would login_redirect then be the better choice ?
Forum: Plugins
In reply to: [Theme My Login] $this->is_active not reachedI did… no luck, sorry….
I have this website somewhere on a (protected) web location with test data.
You’re welcome to rummage around on it, if you’re interested.Forum: Plugins
In reply to: [Theme My Login] $this->is_active not reachedA TML Page; /login/?pending=activation
I use the shortcode on both the register and login page.
[theme-my-login default_action="login" show_title="0"]Forum: Plugins
In reply to: [Theme My Login] $this->is_active not reachedI’ve tried it and it didn’t show any message after registering.