| View previous topic :: View next topic |
| Author |
Message |
rbyrd
Joined: 24 Dec 2006 Posts: 9
|
Posted: Wed Dec 27, 2006 3:54 am Post subject: Location drop-down |
|
|
| What exactly controls at what times the "Location" drop down appears? I can't seem to find any logic. It'd be NICE if it *always* showed up... |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Dec 27, 2006 4:46 am Post subject: |
|
|
If the current calendar does not have any locations the filter will not be displayed. With the thought that displaying the locations filter would not do any good if choosing any one of them will filter out all of the events currently displayed.
If you want to change this, edit modules/locations/location_filter.php, find the line containing:
| Code: |
| if(!count($locs)) return; |
and place a # at the beginning of it.
Let me know if you have any questions. |
|
| Back to top |
|
 |
rbyrd
Joined: 24 Dec 2006 Posts: 9
|
Posted: Wed Dec 27, 2006 9:46 pm Post subject: |
|
|
| Errr, I don't seem to *have* a modules/locations/ directory, nor the location_filter.php file. Hmmm. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Dec 27, 2006 9:51 pm Post subject: |
|
|
Ahhh.. I see. I misunderstood. You are speaking of the locations drop down when you edit an event. This is set per calendar in Admin -> Calendars. Edit a calendar and choose 'Remember locations' on the General tab.
I apologize for the misunderstanding. |
|
| Back to top |
|
 |
rbyrd
Joined: 24 Dec 2006 Posts: 9
|
Posted: Wed Dec 27, 2006 9:56 pm Post subject: |
|
|
I see--it's per calendar, not global. Too bad!
r |
|
| Back to top |
|
 |
|