Results 1 to 24 of 24

Thread: Contao 2.11.2 and calendar_eventsattend

  1. #1
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Contao 2.11.2 and calendar_eventsattend

    Hello,
    I need this extension to a website.
    My question is : how to implement this module in my new website ?

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    I believe it will only be a template thing, so copy/rename to .xhtml and .html5

  3. #3
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    ok thank's

    Is it possible to display the available places in the details of the event and not in form ?

  4. #4
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    You'd have to do a trick for that, because the available spaces is linked to the formauto extension. The only part the eventsattend is adding is the date control.

  5. #5
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    I do not understand the setup mode the counting ! !
    When it completes the form, you can choose a number of participants?
    For example : List field to select A people, 2 peoples, 3 peoples or 4 peoples in a same form

    excuse me for my bad english... :cry:

  6. #6
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Yes you can... That is the count validation... You should setup a field as a select type that contains the values e.g. 1,2,3,4, with your own labels. Then choose that as the field to decrement the registration with (instead of 1).

    You can also specify the totals for a select value, e.g. Venue or location with totals for each.

  7. #7
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    OK my number of free places by events is 8 places

    My list field = 1,2,3,4,5,6,7,8
    Count Maximum Values = ?? 8 or 1,2,3,4,5,6,7,8 or 8,8,8,8,8,8,8,8
    Select total field = my field list

  8. #8
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    no its not that complicated.

    You simply enter 8, since you don't have split registrations on 1 form.

    A split registration would be where you have registrations for 3 sessions on the same day, each with their own seat totals, because you may not get the same room at a hotel, so you might have to move to a room with more or less people, or whatever reason you have.

  9. #9
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    it does not work ...

    if I want to register 5 people to the event, he calculates :
    8-1 = 7 instead of 8-5 = 3 free place

  10. #10
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    You have to choose the participant drop-down field as the "select totals field" only then will it deduct the participant value from the total. Also remember to use the "Select Count Field" as the e-mail field, as it requires 1 field to be counted.

    if you select [x] Show inline free count, the form will contain the free seats, otherwise, you can add the form auto-free module to show the free seats above the form.

  11. #11
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    you should also NOT select [ ] filter validation, because that is enabled on your current config.

  12. #12
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    yes I wabnt to deduct the participant value from the total ! !
    But I can not do it .... :cry:

    please see this = http://91.188.65.244/meca-denyfontaine/ ... nique.html

  13. #13
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    please post your config screenshot and I'll tell you what's wrong.

    if you want, you can make a temporary admin account and PM me the details. I'll logon and configure it correctly for you.

  14. #14
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    ok this first :

    and second is a number of participant :

  15. #15
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Your config is incorrect:

    (1) as I mentioned above the first checkbox MUST be e-mail, or name or company (must NOT be field participants)
    (2) this "bug" doesn't happen on my installation, so I'm not sure why it's happening on yours, it's a CSS display issue only
    (3) the "missing" field where you should put the "8" is UNDER the select field
    (4) the select field for the total has been correctly selected

  16. #16
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    I fixed it for you. I'm not sure why the fields are not displaying correctly in your back-end. I'll have to test it on a 2.11 installation to see if its a problem with the module, or a problem with the DCA.

  17. #17
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    ok thank you very much !
    I understand how to calculate...
    But is not pretty on front end = Société(1 libre)*

    Why the free places is displayed here? it's not very logical ! !

  18. #18
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Quote Originally Posted by thyon
    I fixed it for you. I'm not sure why the fields are not displaying correctly in your back-end. I'll have to test it on a 2.11 installation to see if its a problem with the module, or a problem with the DCA.
    Thank, I have the same "BUG" with taxonomy :cry:
    You can to see that here : http://forum.contao.fr/utilisation/cont ... t2370.html

  19. #19
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Normally this is necessary, because when you book for multiple sessions they must be inline, e.g:

    Morning Session (1 free)
    Afternoon Session (19 free)
    Evening Session (22 free)

    This text is also stylable using the config/langconfig.php and inserting your custom language strings (or translating the variables to french in a french translation.

    You can also use the FormAutoFree module which will display the free seats for a formauto form.

  20. #20
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    You can update to build 24, because includes some fixes to the DCA to ensure the overlap doesn't occur anymore.

    PS. That is also not a taxonomy bug, but a Catalog bug.

  21. #21
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Quote Originally Posted by thyon
    This text is also stylable using the config/langconfig.php and inserting your custom language strings (or translating the variables to french in a french translation.
    it's strange because I dont' find the sentence in languages files : % libre or % free seats

    Quote Originally Posted by thyon
    I fixed it for you. I'm not sure why the fields are not displaying correctly in your back-end. I'll have to test it on a 2.11 installation to see if its a problem with the module, or a problem with the DCA.
    Thanks to the update

  22. #22
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    the language string is in formauto/languages/en/default.php

    $GLOBALS['TL_LANG']['MSC']['countFree'] = ' (%s free)';

  23. #23
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default Re: Contao 2.11.2 and calendar_eventsattend

    Ah yes it's FormAuto ! ! ops:

    Last Question : no posibility to do insert tags in event ? {{event::countfree}} lol

    How useful is this setting?

  24. #24
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Contao 2.11.2 and calendar_eventsattend

    That setting just includes the formautofree modules as well, without having to include it manually. If you use that, you can disable the [ ] Show inline free which won't show that anymore. This is only useful when you want to have a separate place to show the free places.

    Remember this is NOT truly an event system, only just a form with registration tagged onto an event. If it was an event-form you would be able to have access to these values. Until another solution is out, this is the best way for now, with workaround.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •