No title in Table view

  • GEOBID
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 2 months ago - 12 years 2 months ago #26924 by GEOBID
No title in Table view was created by GEOBID
Hi, i don't have title into my table view,

the ("www\components\com_eventbooking\views\category\tmpl\table.php" ) code:
Code:
if ($this->config->show_cat_decription_in_calendar_layout) { ?> <div class="eb_cat"> <?php if($this->category->name != '') : ?><h1 class="eb_title"><?php echo $this->category->name;?></h1><?php endif; if($this->category->description != '') : ?><div class="eb_description"><?php echo $this->category->description;?></div><?php endif; ?> <div class="clr"></div> </div> <?php } else { ?> <h1 class="eb_title"><?php echo JText::_('EB_EVENT_LIST') ; ?></h1> <p class="eb_message"> <?php echo JText::_('EB_EVENT_GUIDE') ; ?> </p>


EDIT: BAD CATEGORY PLX CHANGE!
Attachments:
Last edit: 12 years 2 months ago by GEOBID. Reason: bad category

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

More
12 years 2 months ago #26976 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No title in Table view
Hi

It seems you used category table layout to display events but you forgot to choose a category in the menu parameter and the system display events from all categories. Normally, at the position you mentioned, the title and description of category will be displayed.

In this case, I think you can go to Events Booking->Configuration, look at Themes tab, find the config option Show Category Description in table layout, set it to No and it should work. Could you try?

Tuan

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

Moderators: Tuan Pham Ngoc