-
AuthorPosts
-
iaweb Friend
iaweb
- Join date:
- February 2009
- Posts:
- 76
- Downloads:
- 135
- Uploads:
- 10
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 7, 2016 at 1:27 am #938298I installed the Events Booking Module on the Front Page and somehow it overwrites the actual Browser Title with " EVENT CATEGORIES" … (see attachment) whatever I try to do to remove this again, the only way it goes away is when I disable the Module…
Any idea where this overwrite is located and how to disable it?
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 7, 2016 at 2:24 am #938319Hi
Did u added the Browser page title from Menu options > Page display > Browser page title ?
Also check the same with default Joomla template and see if this issue is same with default Joomla templates like protostar/Beez3 .iaweb Friendiaweb
- Join date:
- February 2009
- Posts:
- 76
- Downloads:
- 135
- Uploads:
- 10
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 7, 2016 at 11:41 pm #938666It was working fine before I published the Module, even if I add the Browser Page title it still shows Event Categories…
It does not happen when I use the Beez3 Template, as than it does not use the Joomlart Override, but in JA Events 2, there is a html overwrite for the Events Booking Module and somewhere there inside must be something written which overwrites the Browser Title. I searched inside the code, but could not find it…
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 8, 2016 at 2:48 am #938711This reply has been marked as private.iaweb Friendiaweb
- Join date:
- February 2009
- Posts:
- 76
- Downloads:
- 135
- Uploads:
- 10
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 8, 2016 at 8:36 pm #938926This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 9, 2016 at 12:42 am #938960This reply has been marked as private.iaweb Friendiaweb
- Join date:
- February 2009
- Posts:
- 76
- Downloads:
- 135
- Uploads:
- 10
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 9, 2016 at 10:24 pm #939226This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2016 at 4:56 am #939280@iaweb: That’s a custom from com_eventbooking component on your site and you can fix this bug with my solution below
- Open components/com_eventbooking/helper/html.php file and find prepareDocument function and remove script
if ($pageTitle) { if ($siteNamePosition == 0) { $document->setTitle($pageTitle); } elseif ($siteNamePosition == 1) { $document->setTitle(JFactory::getConfig()->get('sitename') . ' - ' . $pageTitle); } else { $document->setTitle($pageTitle . ' - ' . JFactory::getConfig()->get('sitename')); } }
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
iaweb Friendiaweb
- Join date:
- February 2009
- Posts:
- 76
- Downloads:
- 135
- Uploads:
- 10
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 10, 2016 at 12:18 pm #939372That did the trick, thank you very much!
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 8 replies, has 3 voices, and was last updated by iaweb 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Events Booking View Module overwrites Browser Title
Viewing 9 posts - 1 through 9 (of 9 total)