Setting for having the event overview at the top rather than the buttom

  • Vilhelm Kruse Christensen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 6 months ago #138611 by Vilhelm Kruse Christensen
Hi I am struggling with the Event Overview Information coming at the very bottom of the page.
Is there a way to have that appear at the top of the detail page as well? Or move it? or?
I have attached an image of what I refer to when I say Event Ovrerview Infomration.

Best regards
Vilhelm

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

More
4 years 6 months ago #138623 by Tuan Pham Ngoc
Hello

There is no option to change position of that section. So if you want to change it's position, please edit the file components/com_eventbooking/themes/default/event/default.php, move this block of code to the position you want:
Code:
<div id="eb-event-info-left" class="<?php echo $bootstrapHelper->getClassMapping($leftCssClass); ?>"> <h3 id="eb-event-properties-heading"> <?php echo JText::_('EB_EVENT_PROPERTIES'); ?> </h3> <?php $layoutData = array( 'item' => $this->item, 'config' => $this->config, 'location' => $item->location, 'showLocation' => true, 'isMultipleDate' => false, 'nullDate' => $this->nullDate, 'Itemid' => $this->Itemid, ); echo EventbookingHelperHtml::loadCommonLayout('common/event_properties.php', $layoutData); ?> </div>

Please note that once the change is done, you should move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/event folder so that the change won't be lost when you update to future releases of the extension

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc