johnzenausa
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingMy PHP version is 8.2.22
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingHi @gwalter75 On my site everything is working fine. I created a field called event_date and put that in the shortcode
[netsposts post_type='tribe_events' exclude_all_past_events='event_date']
and only events with a date selected in the event_date acf field are showing.- This reply was modified 3 months, 1 week ago by johnzenausa.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingWordPress doesn’t allow me to do this. Let me test it on my end first.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingso you have upcoming events with a future date in the date picker field not showing?
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingOne more thing. show_after_date and exclude_all_past_events don’t work together. So to make it simple in the following shortcode:
[netsposts post_type='tribe-events' exclude_all_past_events='datum']
will only display posts that have a date of today or in the future. It will hide all posts listed in the past.show_after_date and show_before_date will work together if you have two date fields.
[netsposts post_type='tribe-events' show_after_date='datum::10/15/2024' show_before_date='datum_2::12/25/2024']
will only show posts that have posts where the datum field is after 15 October 2024 and posts that have a datum_2 field before 25 December 2024.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingI see the mix-up in the understanding of the plugin. With the following parameter,
show_after_date=
“datum::show_after_date"
the plugin will show all posts that have a date in the date picker field that is after what is in the shortcode. So for example:show_after_date='datum::12/25/2024' post_type='tribe_events'
will only show posts that have a selected date in the date picker field after December 25th. So if you have three events and the date picker field shows for the three events as such:
- 23 November 2024 (will not be shown)
- 01 December 2024 (will not be shown)
- 28 December 2024 (will be shown)
The confusion is the parameter isn’t saying only show the plugin after a specific date but the posts that have a date in the date picker field later than the one in the shortcode.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingOkay I have to rewrite some code. Will maybe take a few weeks.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingIs datum the custom field created by Events Calendar plugin? If so mine only works with the date picker field in the ACF plugin.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingAre they not showing properly or all events showing? That is you only want to include posts of
post_type='tribe_events'
correct?Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not working@gwalter75 If you want to just show future and recent posts (if I understand correctly) could you use the following shortcode:
[exclude_all_past_events='datum']
All you need is the name of the custom field as the argument. I see that you used “datum” as the custom field so only that and nothing else should appear as the argument.
Now as far as the shortcode you’re using you have:
show_after_date=”datum::show_after_date="datum::10 August 2024"
but it should simply be:
show_after_date="datum::10/08/2024"
Please let me know if either of these work for you.
Forum: Plugins
In reply to: [Network Posts Extended] show_after_date not workingLet me test it on my end. Thanks.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingOne last thing to check. I’m assuming that the database name in the wp-config.php file is u21_
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingThis is a question to wordpress. Am I allowed to have the user go to my site and fill out a support request?
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped Showingwhen it got moved over some tables are corrupted. I could help but WordPress won’t allow me to. See if you can talk to your host if they can fix it via phpmyadmin.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingAccording to the image below this is a disk space error. Please show this to your hosting provider.