shyam123
Member
Hi guys -
My forums homepage resides at http://example.com/forum/. The only issue I have with this setup is that the page titles are the same - "My Site" on my homepage and "My Site" on my forums index.
How can I modify "My Site" on my forums index page to be "CUSTOM TITLE"? I want to do this via a template or phrase change - not by changing the name of my site within the XenForo settings.
I find many solutions of this, but all are for version 1.5.x or older, and their is little bit of changes in template coding in version 2.0. I am not a coding genius, so please help me with this. May be their are also help topics for 2.0, but unfortunately I didn't find any.
Here is my title code in PAGE_CONTAINER template
Thanks!
My forums homepage resides at http://example.com/forum/. The only issue I have with this setup is that the page titles are the same - "My Site" on my homepage and "My Site" on my forums index.
How can I modify "My Site" on my forums index page to be "CUSTOM TITLE"? I want to do this via a template or phrase change - not by changing the name of my site within the XenForo settings.
I find many solutions of this, but all are for version 1.5.x or older, and their is little bit of changes in template coding in version 2.0. I am not a coding genius, so please help me with this. May be their are also help topics for 2.0, but unfortunately I didn't find any.
Here is my title code in PAGE_CONTAINER template
Code:
<title><xf:title formatter="%s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
Thanks!