Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Disable number of seats

10 years 11 months ago
  • Andre's Avatar
    Topic Author
  • Andre
  • Offline
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi team,

How can I, preferably via overrides, disable the field "number of seats" and have "unlimited" as default for every Event creation?

Thanks,
Andre

10 years 11 months ago
Licenses:

Hi Andre,

better you do it by using override:
documentation.jomsocial.com/wiki/Customizing_Template

create override file for /components/com_community/templates/default/events.forms.php

and edit it:
delete line 350 - 352

<label for="ticket" class="form-label">
	<?php echo JText::_('COM_COMMUNITY_EVENTS_NO_SEAT'); ?>
</label>

edit line 354
from
<input title="<?php echo JText::_('COM_COMMUNITY_EVENTS_NO_SEAT_DESCRIPTION'); ?>" name="ticket" id="ticket" type="text" size="10" maxlength="5" class="jomNameTips" value="<?php echo (empty($event->ticket)) ? '0' : $this->escape($event->ticket); ?>" />

to
<input title="<?php echo JText::_('COM_COMMUNITY_EVENTS_NO_SEAT_DESCRIPTION'); ?>" name="ticket" id="ticket" type="hidden" size="10" maxlength="5" class="jomNameTips" value="<?php echo (empty($event->ticket)) ? '0' : $this->escape($event->ticket); ?>" />

let me know the result.

Regards,
Albert

The following user(s) said Thank You: Andre
10 years 11 months ago
  • Andre's Avatar
    Topic Author
  • Andre
  • Offline
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 1
Licenses:
JomSocial Expired

100%, thanks a lot.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW