boka003
Forum Replies Created
-
Hi,
This are 2 tickets: #3748552 and #3487752Forum: Plugins
In reply to: [Quiz Maker] Results page filterFor option 2.
We can create in excel Pivot table and at values select to show Max of Score.
After that we can sort users by score.
Then we will find users who did not past at least score of 80.Forum: Plugins
In reply to: [Quiz Maker] Results page filterThank you for your email.
I will write here if someone has the same problem.
1. I have found a solution for users who did not take a test.
– We will export WordPress users in a .csv file and leave only the name column.
After that, we will sort users by alphabet
– We will export quiz results in a .csv file.
– We will leave only the name column.
– We can sort users by alphabet.
– We can remove duplicated names.
After that, we can use this site: https://www.diffchecker.com/ to find differences (users who did not take the test).
2. How we can find users who haven’t passed the test even once?
When we export test results, we have a column with a score, can we use that information to show users who haven’t passed the test even once?
RegardsWe use a plugin to create a test for our employees.
All our employees need to take the quiz.
They can take the quiz multiple times until they pass it.On the Results page, how we can filter users who did not take a quiz?
We want to force all our users to take a test.
Also, all our users get auto-logged in when they visit our website (using LDAP). So we know which user takes a test.After we know which users did not take a test, how we can filter users who haven’t passed the test even once?
– We want to force all our users to pass the test.
They can have multiple tries until they pass it.Regards
Forum: Plugins
In reply to: [The Events Calendar] Month view v2Hello,
I hope that you are well.
I want to check if anything has changed in the new releases or if we are still stuck with the old version of the plugin if we want to use it with WP forms?
RegardsForum: Plugins
In reply to: [Advanced Excerpt] Events Calendar ExcerptsHere is a full code
<?php // Don't load directly defined( 'WPINC' ) or die; $events_label_singular = tribe_get_event_label_singular(); ?> <div class="events-community-post-content"> <?php /** * Allow developers to hook and add content to the beginning of this section */ do_action( 'tribe_events_community_section_before_description' ); ?> <?php tribe_community_events_field_label( 'post_content', sprintf( __( '%s Description:', 'tribe-events-community' ), $events_label_singular ) ); ?> <?php tribe_community_events_form_content(); ?> <?php /** * Allow developers to hook and add content to the end of this section */ do_action( 'tribe_events_community_section_after_description' ); ?>
Forum: Plugins
In reply to: [The Events Calendar] Month view v2Thank you for your reply.
I have opened new topic https://evnt.is/ideas
Hmm, I did not find anything at Troubleshooting page. “No notable changes detected”.
But this is the same for newly added events. They have status published, but they are not showing up in month view ??
RegardsForum: Plugins
In reply to: [The Events Calendar] Month view v2Hi,
Hope that you are well.
Everything is the same as before, OS-version, PHP version, WP version, WP Forms version (events are added as published), and The Events CalendarI have tried to rollback WordPress, back to 5.7.9, and it still is not working ??
WP Forms are using the same version for sure, but I have tried a couple of older versions and a couple of new ones, and it is exactly the same.
Events are not displayed, and all of them publish status.
I will keep trying to find a solution for this.Now in database I am not able to find that “-1” value.
hmm is it possible to make some cron, that will run update when new event is published?
RegardsForum: Plugins
In reply to: [The Events Calendar] Month view v2Hello,
Yes, they appear in the backend but not in front end.
We don’t use any cache plugin.
Please take a look at this topic: https://www.ads-software.com/support/topic/month-view-7/I would like to know is some older version of the events calendar can display all events in month view (even if they are sent via wp forms).
RegardsForum: Plugins
In reply to: [The Events Calendar] Month viewHello Darian,
Everything was working well with 5.16.4 version of the plugin.
Now it has stopped working, but the configuration is still the same.
Plugin 5.16.4 – https://prnt.sc/rVvdp4uK3Jxl
WordPress – 6.0.5 (downgraded from 6.2.1 for testing (to be the same date as plugin release )).
PHP – 7.4
WP Forms – 1.8.1.2Events are getting posted in admin area, but not at the calendar month view.
If I update events I admin area, then it will show up at calendar.
Thanks a lot ??Forum: Plugins
In reply to: [Advanced File Manager] Sort by nameI can not find that option here:
www/wp-content/plugins/file-manager-advanced/application/library/js/commands/sort.jsForum: Plugins
In reply to: [The Events Calendar] Calendar themeHello,
This is an internal website, in our internal network.
I check if can i create a VPN account for you.
But we use WP Forms 1.8.1.2 and The Events Calendar ?5.16.4
It is a very strange situation, now I have added new events and everything gets back to normal.
Then I change the date of the event to the past (via wp-admin), and still design is normal: https://prnt.sc/uR9UctVs3Mnu
If is there any idea, what can make this problem and how to fix it, I will be very grateful.
Also, we allow all users to submit events.
Is there any shortcode or link where users can edit events that they submit
(change the date or time of the event)?
RegardsForum: Plugins
In reply to: [The Events Calendar] Calendar themeHello,
I have add event for 06.07.202 and it look like this: https://prnt.sc/lw1UWTkMkLWQForum: Plugins
In reply to: [The Events Calendar] Calendar themeHello Darian,
Thanks for this info!
We use an outdated version of the plugin because only that version is working with wp forms: https://www.ads-software.com/support/topic/month-view-7/#post-16752346
RegardsForum: Plugins
In reply to: [The Events Calendar] Edit eventsThanks @iammarta,
But is there any link for backend where we can get direct access to “my events”
Regards