Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    This is a cool but difficult feature to implement
    What i want is each calendar to have it own set of custom fields, So when you go to Add Calendar Form you see this (admins only)



    When you submit the form, the array is saved as such

    $CustomFields[] = array(0 => array("CustomFieldName1" => "Website", "CustomFieldType1" => "Url"),
    1 => array("CustomFieldName2" => "Location", "CustomFieldType1" => "String"));

    Which I can serialize and save to the database.

    Now when you go to the EventForm to create a new event, you select the calendar, and out pops that calendars custom fields like below


    When you submit the form, the array is saved as such

    $CustomFields[] = array(0 => array("CustomFieldName1" => "Website","CustomFieldValue1" => "http://Ticketmaster.com", "CustomFieldType1" => "Url"),
    1 => array("CustomFieldName2" => "Location","CustomFieldValue2" => "Central park NYC", "CustomFieldType2" => "String"));

    Which I serialize and save to the database

    Does this make sense so far, or you guys have a better idea or potential pitfalls with this method
    • CommentAuthorsb56637
    • CommentTimeNov 20th 2007
     # 2
    Good! Is it possible to edit the data in the same fields later on if necessary?
  2.  # 3
    thats the idea
    • CommentAuthorklod
    • CommentTimeNov 21st 2007 edited
     # 4
    Hi,

    What would be great, if you publish a calender, is to give (or not) a possibility for members to register for a specific event that is in the calender.
    I'd tried to explain what would be my need in that post : http://lussumo.com/community/discussion/6723/free-form-for-event-registration-member-access-only/#Item_1
  3.  # 5
    did anyone find any problem with this approach
    • CommentAuthorsb56637
    • CommentTimeNov 25th 2007
     # 6
    Sounds good to me!
Add your comments
    Username Password
  • Format comments as