Search found 5 matches
- Fri Aug 21, 2009 12:32 pm
- Forum: The Lounge
- Topic: searching for PDF / upload documents
- Replies: 2
- Views: 3475
searching for PDF / upload documents
Hi guys, I'm developing a site that will be listing historic newsletters in PDF format. Does anyone know of a way to get these included in a search? They are currently sitting in a sub folder in uploads. I've tried a few of the search engines that come up when i google it but not really found anyt...
- Fri Jul 31, 2009 10:46 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] file_list tag Error
- Replies: 6
- Views: 2260
Re: [SOLVED] file_list tag Error
In order to get the list to sort by file modified date you will also need to change line 57 from:
$sort = " sort=\"".$params['sort']."\"";
to
$sort = $params['sort']."\"";
This seemed to work for me anyway!
$sort = " sort=\"".$params['sort']."\"";
to
$sort = $params['sort']."\"";
This seemed to work for me anyway!
- Wed Jul 01, 2009 12:42 pm
- Forum: Modules/Add-Ons
- Topic: Calendar generates list of events?
- Replies: 3
- Views: 1508
Re: Calendar generates list of events?
Hi, the two views are both driven from within the calendars module so they will be displaying the same information. there is a parameter that you set in the tag on the page telling it which display to use. See the module help file for how to use the parameters. When you go into the calendars modul...
- Tue Jun 30, 2009 7:48 pm
- Forum: Modules/Add-Ons
- Topic: Calendar module - multiple entries per day
- Replies: 2
- Views: 1067
Re: Calendar module - multiple entries per day
Hi thanks for your quick response, I have been playing with the "foreach" line but cannot get it to work. I have tried cross referencing it to the other templates so see if I could work it out but to no avail! I have also tried looking at the database tables to see if I could pick up any ...
- Tue Jun 30, 2009 6:41 pm
- Forum: Modules/Add-Ons
- Topic: Calendar module - multiple entries per day
- Replies: 2
- Views: 1067
Calendar module - multiple entries per day
Hi all, I have installed the calendar module (version 0.8.2) on a site that I am migrating to CMSMS 1.5.4, from static templates. I am using the list view but want to only have each date listed once with multiple events listed underneath. The page that I am using it on can be seen here if it helps y...