×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Show max participants front-end (Bootstrap-3)

Show max participants front-end (Bootstrap-3) 9 years 3 months ago #29572

  • Vilhelm Kruse
  • Vilhelm Kruse's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 48
  • Thank you received: 10
Hi,
I feel this must be a bug. Because in the PRINT on the event page MAX PARTICIPANTS does show. But it does not show in the info box to the right.
But if it is not a bug it is very very much needed. For me its a very important feature.

Show max participants front-end (Bootstrap-3) 9 years 3 months ago #29573

  • Vilhelm Kruse
  • Vilhelm Kruse's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 48
  • Thank you received: 10
I did an custom override to the /event/bootstrap3.php around line 330
It did the trick. But I still think it should be managed back-end.
<div class="row mat_event_max">
								<div class="col-sm-6 col-md-4">
									<?php echo JTEXT::_('COM_MATUKIO_MAX_PARTICIPANT'); ?>
								</div>
								<div class="col-sm-6 col-md-8">
									<?php echo $this->event->maxpupil; ?>
								</div>
							</div>

I would in future releases really like the INFO box to the right to be much more flexible. Also I would like to have the option of putting it UNDER the event description. Or maybe a left/right/under option.

Show max participants front-end (Bootstrap-3) 9 years 3 months ago #29574

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Vilhelm,

we don't show the max. bookings, but we show how many places are still free / bookable:

(Max pupil - booked places)

awesomescreenshot.com/0b9447s274

Kind regards,

Yves

Show max participants front-end (Bootstrap-3) 9 years 3 months ago #29577

  • Vilhelm Kruse
  • Vilhelm Kruse's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 48
  • Thank you received: 10
Well let it be added to the wish list then...

Kind regards
Vilhelm

Show max participants front-end (Bootstrap-3) 8 years 1 week ago #33894

  • Norbert Graup
  • Norbert Graup's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi Yves,
this thread is quiet old, but it would be great if you could add this in one of the next versions.
We need to show participants of an event and also minimum participants in detail view of an event.
Furthermore would it be good to be able to show participants in category view.
Thanks

Nobs

Show max participants front-end (Bootstrap-3) 8 years 1 week ago #33898

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Nobs,

you can always do a joomla template override and at them to the view.. This is pretty easy, every event template does contain the necessary data already, so you just need to do one lines..

Yves

Show max participants front-end (Bootstrap-3) 8 years 1 week ago #33900

  • Norbert Graup
  • Norbert Graup's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi Yves,

thanks for your quick reply.
Ok, then I will make an override. Can you give me short example how to access and show this data?
Would be good to have this in the docs... ;-)

Thanks

Nobs
  • Page:
  • 1
Time to create page: 0.180 seconds