mvisman
Forum Replies Created
-
Forum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginYes indeed, but the last week was just an example, it could also be last month or the last 20 days or whatever. But it’s a luxury to have, so no rush on this!
Maybe an alternative is the ability to sort of create a WHERE-clause (based on the wp-user and wp-user-meta fields, next to the Meta Filter. (but that might be a bit to heavy for this plugin)Anyway I’m already happy with the plugin for what it does
Forum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginHi Hardik,
No that’s not exactly what I meant. I mean that I can save a Filter with the title “saved last week” and
that the filter calculates from the current date the start day of last week and the end day of last week.
Like you said in the previous reply:meta_value: Y-m-d format eg: 2026-05-01
In the pop-up:
meta_key: last_updated
operator: BETWEEN
type: DATEvalue: but here you can put a calculation like in a WHERE clause using date functions,But there’s no rush, and if it doesn’t fit the plugin – then bad luck for me….
I can live with giving the start and end datesForum: Plugins
In reply to: [All Users Filter] How to filter on email address?Yes this works. I didn’t realise that when I save the Filter it also saves the normal Search argument.
I thought it only saved the arguments given in the plugin window – so that’s fine with meForum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginThat’s great Hardik, but I was looking for creating a filter that would use the current date and then calculate the values. So I don’t have to fill in the values any more
Forum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginbut I can change this if required. It’s just the format I started with.
Maybe YYYY MM DD is betterForum: Plugins
In reply to: [All Users Filter] Requested Additions to the plugin
28/06/2026 7:02 am.
d/m/Y g:i aForum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginsorry for the confusion – no just wp-user and wp-usermeta. The query was just an example, to give an idea. I’m only using custom fields in wp-usermeta
Forum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginO really? That’s great. Really didn’t mean to rush you.
Thanks a lot for the supportForum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginSomething like
SELECT *
FROM Members as l
WHERE (MONTH(CURRENT_DATE())=1 AND YEAR(l.lastupdate) = YEAR(CURRENT_DATE())-1 AND MONTH(l.lastupdate) =12) OR (YEAR(l.lastupdate) = YEAR(CURRENT_DATE()) AND MONTH(l.lastupdate) = MONTH(CURRENT_DATE())-1)
ORDER BY l.lastupdate ASCForum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginIf you mean the date stuff, I don’t know how to do this with your plugin yet.
I have a custom fields per user titled Last_update I want to create a query that’s called Updated_lastmonth, which pick which uses the current date, gets the month number and filters all users who were updated during that month. The same for the last 30 days, for exampleForum: Plugins
In reply to: [All Users Filter] Requested Additions to the pluginIt’s not really very advanced but I’d like to have some date functions I could use in filtering.
With each user I have a couple of custom fields that contain dates. With these dates I want to be able to select things like: “Who has been added the last month, the last 30 days, last year.
but also things like age (given a birthday)”. So a current date function, day of the week, month, year,
the usual things you can do in an SQL statement. Maybe it’s already possible, and I just didn’t recognize it.Forum: Plugins
In reply to: [All Users Filter] Save a FilterHi Hardik,
Thanks for building this feature so quick. It works well – this is what I was looking for
Best regards
Maarten VismanForum: Plugins
In reply to: [All Users Filter] Save a Filterok. That would be great. Thanks a lot in advance
Forum: Plugins
In reply to: [All Users Filter] Save a FilterHi,
Thanks for the quick reply, and I’m really pleased you will pick this up.
Any idea when you will be able to incorporate this?
Best regardsForum: Plugins
In reply to: [Simple Ebook Viewer] change default for Show PositionGreat! Thanks a lot