Display a list of past events

  • bryanteague
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 4 months ago #6427 by bryanteague
Display a list of past events was created by bryanteague
I looked, but don't see this request or the ability to do it (other than in a user's logged in account)

My client wants to be able to display information about past events they have held. It would be a great thing to have!

Thanks,
Bryan

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #7424 by mhadmin
Replied by mhadmin on topic Re: Display a list of past events
I have a client who has also request the ability to draw up and export lists of past events.

So far, I've implemented a small mod to allow this, but need to develop a more elegant solution as the list of events on the system grows:

In administrator/components/com_eventbooking/views/registrants/view.html.php I include past events by changing line 38:
Code:
$sql = 'SELECT id, title FROM #__eb_events WHERE published = 1 ORDER BY title';

to:
Code:
$sql = 'SELECT id, title FROM #__eb_events WHERE published >= 0 ORDER BY title';

Downside is the list will grow to be too long to manage as number of events increases.

Ben Cheek
MuddyHudson LLC
muddyhudson.com/consulting/web

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #8570 by kenlyle
Replied by kenlyle on topic Re: Display a list of past events
I am looking for this too.

What's the correct way to structure this in MVC? Should it be a new view?

Thanks!
K

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #8642 by kenlyle
Replied by kenlyle on topic Re: Display a list of past events
I had this done by hotswebtech on eLance.

Best,
Ken

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc