How can i deactivate menue title of event booking

More
11 years 9 months ago - 11 years 9 months ago #46337 by JJ
Hi.
i would like to get rid of the menu title of event booking.
I nearly tried everything in backend to deaktivate the title.
Could not catch any effect.
How can i do that?
kind regards
Jak
Last edit: 11 years 9 months ago by JJ. Reason: sorry wrong board, should be in events booking section...

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

More
11 years 9 months ago #46342 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How can i deactivate menue title of event booking
Could you please send me the link to the page so that I can look at it directly ? Seems I could not see it from the code

Tuan
The following user(s) said Thank You: JJ

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

More
11 years 9 months ago #46346 by JJ
Hi Tuan,
found it. i removed text from:
de-ini : EB_UPCOMING_EVENTS=""
Now its emty.
Thanks anyway!

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

More
11 years 9 months ago #46350 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How can i deactivate menue title of event booking
That's work. The other solution is not empty the language item but edit the code in the file components/com_eventbooking/views/upcomingevents/tmpl/default.php, find and remove the line of code below:
Code:
<h1 class="eb-page-heading"><?php echo JText::_('EB_UPCOMING_EVENTS'); ?></h1>

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc