Hi Brian,
thanks for your quick reply as usual, but now i had been quite busy last week, so i had no time to continue my questions.
But now here they are
1.
i dont have any idea how to use, or better how to get the [eid]...
is there a way, how i can parse it somehow, to get the anchors to the selected events i talked (best would be in list mode)?
2.
What i want is a little bit complicated to explain (as ususal ;-))
i do have several categories and some subcategories.
E.g. an event is defined with categories like type of event, teacher and location.
I process the values of an event to a subscription form.
And now there would be the need to send different email-answers depending on the event-type.
So i just fried my brain to find out, if there is a way to seperate these subcategories, that you splitted with <div> tags in different variables from $category to $type, $teacher, $location
State at the moment is:
HTML Code:
$category = <div>type</div><div>teacher</div><div>location</div>
What i wish to get is:
HTML Code:
$type=type
$teacher=teacher
$location=location
You know, what i mean?
3.
can you please explain to me how to hard code the months?
I think i can get it working in calender view, but is this also possible in list mode? ...smoking brain cells
4. got it!
best regards
Viscum