Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM --> {SITENAME}<!-- ENDIF --></title>
Hi, how about this?jonhcarter wrote: ↑Tue Oct 23, 2018 1:30 pmits works, but it remove fourm / post title also. i want to remove only from home/index page.
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME}<!-- ENDIF --><!-- IF S_IN_MCP --> - {L_MCP} - {PAGE_TITLE}<!-- ELSEIF S_IN_UCP --> - {L_UCP} - {PAGE_TITLE}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM -->{PAGE_TITLE} - {SITENAME}<!-- ENDIF --></title>
thank you very much. i appreciate your efforts. its working very well.Restless Rancor wrote: ↑Tue Oct 23, 2018 6:05 pmHi, how about this?jonhcarter wrote: ↑Tue Oct 23, 2018 1:30 pmits works, but it remove fourm / post title also. i want to remove only from home/index page.Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME}<!-- ENDIF --><!-- IF S_IN_MCP --> - {L_MCP} - {PAGE_TITLE}<!-- ELSEIF S_IN_UCP --> - {L_UCP} - {PAGE_TITLE}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM -->{PAGE_TITLE} - {SITENAME}<!-- ENDIF --></title>
Hi. Thanks for the help, as I am trying to accomplish this too. I tried by changing the code and I get either a blank page (in Firefox) or in Chome I get the following error.Restless Rancor wrote: ↑Tue Oct 23, 2018 6:05 pmHi, how about this?jonhcarter wrote: ↑Tue Oct 23, 2018 1:30 pmits works, but it remove fourm / post title also. i want to remove only from home/index page.Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME}<!-- ENDIF --><!-- IF S_IN_MCP --> - {L_MCP} - {PAGE_TITLE}<!-- ELSEIF S_IN_UCP --> - {L_UCP} - {PAGE_TITLE}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM -->{PAGE_TITLE} - {SITENAME}<!-- ENDIF --></title>
The HTTP 500 status you are seeing is unrelated to the change that was attempted for the page title. What I currently see in your https://peaceful-village.com/forum/styles/flat-style/template/overall_header.html template file regarding the page title is correct, and should work once the other remaining issues are resolved:michaellanfield wrote: ↑Fri Apr 24, 2020 10:32 pmThis page isn’t working
peaceful-village.com is currently unable to handle this request.
HTTP ERROR 500
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME}<!-- ENDIF --><!-- IF S_IN_MCP --> - {L_MCP} - {PAGE_TITLE}<!-- ELSEIF S_IN_UCP --> - {L_UCP} - {PAGE_TITLE}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM -->{PAGE_TITLE} - {SITENAME}<!-- ENDIF --></title>
Two issues still. Even though the Index page is removed from the text from the browser tab, it is showing up when I post the link to Facebook. The banner is sometimes there, sometimes not, just Index page and the sub title I have there. Also when the banner does show up, it is showing only part of it, not the whole thiing How do I get the name of my site World Vegan Community to show up with the sub title of my site on the bottom and my banner to show up every time? Here is screenshot for example.michaellanfield wrote: ↑Mon Apr 27, 2020 12:43 amIt is fixed now. Thank you all for the help once again.
Code: Select all
<meta property="og:title" content="Index page">
Code: Select all
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="World Vegan Community">
<meta property="og:url" content="https://peaceful-village.com/forum/">
<meta property="og:type" content="website">
<meta property="og:title" content="Index page">
<meta property="og:description" content="The foundation for building ethical, ecologically sustainable communities.">
I am not sure which extension would be causing this, but I have these installed.EA117 wrote: ↑Fri May 01, 2020 6:29 pmThe Open Graph meta tags in your page still cites "Index page" as the page title:
phpBB on it's own doesn't do that, so presumably you have an extension adding that information to your pages. If you can't already see any way to override or make an exception for the index page to cite a title you prefer, maybe let us know what the extension is so we can look. Or perhaps ask in the support area specific to that extension, in case other users of that extension have previously solved similar concerns.Code: Select all
<meta property="og:locale" content="en_GB"> <meta property="og:site_name" content="World Vegan Community"> <meta property="og:url" content="https://peaceful-village.com/forum/"> <meta property="og:type" content="website"> <meta property="og:title" content="Index page"> <meta property="og:description" content="The foundation for building ethical, ecologically sustainable communities.">
I see it's been asked before in the extension-specific support area, but for justifiable reasons, the author declined to make the extension provide for those kinds of overrides.