Hello,
I've installed CGExtensions 1.15.3, CGCalendar 1.2.2 and Search 1.6.1.
So far everything is great. I can add new events and list the events in the frontend. But I didn't get it how to implement a working search-function for the CGCalendar-modul.
Thera are some search-form-templates and result-templates on the modul-page and I got the search-form-template displayed in the fronted - but without the HTML -Tag and without any function.
Where's my error in reasoning. What do I have to do to get the search working?
Thanks a lot.
Greetings, Michael
How to implement search-funtionality into CGCalendar 1.2.2 ?
-
- New Member
- Posts: 5
- Joined: Fri Apr 24, 2009 5:21 pm
Re: How to implement search-funtionality into CGCalendar 1.2.2 ?
I haven't implemented this before, but don't you just add the following parameter to the search module to include results from a specific module:
(optional) modules="null" - Limit search results to values indexed from the specified (comma separated) list of modules
so
{search modules="CGCalendar"}
That seems to be the most logical way to get it to work. Can anyone verify that this works?
Cheers
(optional) modules="null" - Limit search results to values indexed from the specified (comma separated) list of modules
so
{search modules="CGCalendar"}
That seems to be the most logical way to get it to work. Can anyone verify that this works?
Cheers
-
- New Member
- Posts: 5
- Joined: Fri Apr 24, 2009 5:21 pm
Re: How to implement search-funtionality into CGCalendar 1.2.2 ?
The basic search function is working now.
But I still have no idea how I can use the advanced input-fields that are delievered within the Calendar-modul:
Screenshots:
http://www.01-scripts.de/screencasts/20 ... 4_2215.png
http://www.01-scripts.de/screencasts/20 ... 4_2216.png
Which parameter do I have to use?
Greetings,
Michael
But I still have no idea how I can use the advanced input-fields that are delievered within the Calendar-modul:
Screenshots:
http://www.01-scripts.de/screencasts/20 ... 4_2215.png
http://www.01-scripts.de/screencasts/20 ... 4_2216.png
Which parameter do I have to use?
Greetings,
Michael
-
- New Member
- Posts: 5
- Joined: Fri Apr 24, 2009 5:21 pm
Re: How to implement search-funtionality into CGCalendar 1.2.2 ?
Any chance to get some help?