By Dennis T. on Thursday, 03 September 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 318
Votes 0
Hi,

how to change the title in the tab of the browser?
Hello Dennis,

May i know which page you want to change the browser title? Can you give me the link?
Please advise.
Sam
·
Thursday, 03 September 2015 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Of cause
·
Thursday, 03 September 2015 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

I dont see any link added from your previous reply. Am i missing something?
Sam
·
Thursday, 03 September 2015 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I inserted the link under "Site Details" in order to not make it public
Can you find it there?
·
Thursday, 03 September 2015 17:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

Thanks I can able to see the issue now. Look like there is a missing translation on the event page. Can you add the below translation to your EasySocial frontend language file?


COM_EASYSOCIAL_PAGE_TITLE_EVENTS_FILTER_ONGOING="Ongoing Events"


Also, if you want to change the browser title of this page, you can do it at file 'JOOMLA/components/com_easysocial/views/events/view.html.php' and look for line start from 181 ~ 307 and look for the php code similar to below:


FD:: page()->title(JText::_('COM_EASYSOCIAL_PAGE_TITLE_EVENTS_FILTER_ONGOING'));


The FD:: page()->title() is the one that setting the page title

Hope this help and have a nice day!
Sam
·
Thursday, 03 September 2015 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post