- Messages : 16
- Remerciements reçus 3
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
What I mean by responsive is without the need to hit the search button, so when you select a category, the events of this category show up.Lyr!C écrit: @Hedzer
1 already possible with new option in menu options to set a global search (as it was) or a search limited to the current listHedzer écrit: Front end:
Search Filters in event list:
1: category selection: Is it possible to only include the categorys that are included in the options of this menu item instead of all the categories that are available to ICagenda.
2: Make it responsive, so the search button is obsolute. This way it is also possible to select multiple categories.
About 2, maybe some more details for "responsive" ? (as already with a responsive grid...)
About the multiple categories filter, it's a possibility i will add later
Nice!Lyr!C écrit:
It's planned already, with the add to calendar which one will be added to the main list too to export the current page list (so i will add a limit option for number of events to be displayed, to help to set export .ics file). Option which is in process, and almost ready for next 3.7.x serie.Hedzer écrit: Front end ical export
I don't know if this have been mentioned before, but it would be amazing if users could download the event list and import it to their own calender.
In addition, the category can be hidden from the search filters if your acces level does not permit viewing events in this category.Lyr!C écrit:
Exactly, a missing option i should (and should have already in fact!) add for category.Hedzer écrit: Acces levels on categories: I know it is possible to set acces levels for events. It would save time if the acces levels can be set for each category and that these setting are inhereted when a new event in this category is made.
As i've planned too to add a category image option, i will check in same time for other options (so i will work on categories refactory in the same period, so planned later, as currently working on paiement and registration improvement for 3.7)
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
' OR e.startdate LIKE ' . $search .
' OR e.enddate LIKE ' . $search .
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
sba écrit: First beta release of version 3.8 is scheduled for end of 2018, according to your roadmap. Is this still valid? We're in urgent demand of the feature that allows users to cancel / edit their registrations.
Thank you!
Connexion ou Créer un compte pour participer à la conversation.
Hello,aikie écrit: We're very pleased with this component, but we're missing the feature to search in the events list by date.
now we have to add 2 lines to the "events.php" on every update.
We have over 300 events every year which are imported from a csv-file in januari.
Could you please add the following lines to /administrator/components/com_icagenda/models/events.php?
' OR e.startdate LIKE ' . $search . ' OR e.enddate LIKE ' . $search .
This would probably benefit more people, because then they can search events by date as an administrator.
Regards,
Jaap Aikema
Connexion ou Créer un compte pour participer à la conversation.
Bonjour,blueberry38 écrit: Bonjour, j’aimerai pouvoir gérer 3 périodes pour un évènement
- afficher l’évènement avec le message "les inscriptions ne sont pas encore ouvertes"
- afficher l'évènement avec "inscription ouverte" donc accès à l’inscription et aux informations concernant l'évènement (plan d’accès, prix, repas , organisation générale)
- afficher l'évènement "inscription close" et ne laisser accès qu'aux informations concernant l'évènement (plan d'accés, prix, repas , organisation générale)
Pour l'instant, je ne vois pas de solution dans icagenda. Il faudrait autoriser l'inscription avec une gestion de date séparée.
Merci
Connexion ou Créer un compte pour participer à la conversation.