Board Index Name Change

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Board Index Name Change

Post by IamDev »

I change the board index name which then reflects in the browser tab which is all good, but there is a "-" the name of I set in the board index. I am trying to figure out where the dash is coming from. Where is the board index stored in the php files?
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26908
Joined: Fri Aug 29, 2008 9:49 am

Re: Board Index Name Change

Post by Mick »

Hello Welcome to phpBB.

Please fill out the Support Request Template and post it back here to enable us to assist you better.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Re: Board Index Name Change

Post by IamDev »

Support Request Template
What version of phpBB are you using? phpBB 3.3.0
What is your board's URL? http://methodrp.net
Who do you host your board with? Locally
How did you install your board? I used the download package from phpBB.com
What is the most recent action performed on your board? Fresh Install
Is registration required to reproduce this issue? No
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What extensions do you have installed? VigLink
What styles do you currently have installed? ne-black green
What language(s) is your board currently using? english
Which database type/version are you using? MariaDB
What is your level of experience? New to PHP and phpBB
What actions did you take (updating your board; installing a MOD, style or extension; etc.) prior to this problem becoming noticeable? I just tried to edit my board index text.
Please describe your problem. When fill in the board index field the name updates on the website and the tab of the browser but it has an unwanted character in the name of the tab.
Generated by SRT Generator
User avatar
janus_zonstraal
Registered User
Posts: 6620
Joined: Sat Aug 30, 2014 1:30 pm

Re: Board Index Name Change

Post by janus_zonstraal »

delete => misread question.
Sorry! My English is bat ;) !!!
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52806
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve

Re: Board Index Name Change

Post by stevemaury »

Please upload as an attachment the styles/ne-forestgreen/template/overall_header.html file, but change its extension to .txt.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Re: Board Index Name Change

Post by IamDev »

I have uploaded the file.

edit: picture included is the error message I recieve up trying to upload the overall_header.txt
You do not have the required permissions to view the files attached to this post.
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52806
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve

Re: Board Index Name Change

Post by stevemaury »

OK, paste it in code tags.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Re: Board Index Name Change

Post by IamDev »

Code: Select all

<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
{META}
<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>

<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{{ path('phpbb_feed_index') }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{{ path('phpbb_feed_news') }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{{ path('phpbb_feed_forums') }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{{ path('phpbb_feed_topics') }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{{ path('phpbb_feed_topics_active') }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{{ path('phpbb_feed_forum', { forum_id : S_FORUM_ID } ) }}"><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{{ path('phpbb_feed_topic', { topic_id : S_TOPIC_ID } ) }}"><!-- ENDIF -->
	<!-- EVENT overall_header_feeds -->
<!-- ENDIF -->

<!-- IF U_CANONICAL -->
	<link rel="canonical" href="{U_CANONICAL}">
<!-- ENDIF -->

<!--
	phpBB style name: prosilver
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:
-->

<!-- IF S_ALLOW_CDN -->
<script>
	WebFontConfig = {
		google: {
			families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese']
		}
	};

	(function(d) {
		var wf = d.createElement('script'), s = d.scripts[0];
		wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
		wf.async = true;
		s.parentNode.insertBefore(wf, s);
	})(document);
</script>
<!-- ENDIF -->
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!-- IF S_PLUPLOAD -->
	<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!-- IF S_COOKIE_NOTICE -->
	<link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!--[if lte IE 9]>
	<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<![endif]-->

<!-- EVENT overall_header_head_append -->

{$STYLESHEETS}

<!-- EVENT overall_header_stylesheets_after -->

</head>
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">

<!-- EVENT overall_header_body_before -->

<div id="wrap" class="wrap">
	<a id="top" class="top-anchor" accesskey="t"></a>
	<div id="page-header">
		<div class="headerbar" role="banner">
		<!-- EVENT overall_header_headerbar_before -->
			<div class="inner">

			<div id="site-description" class="site-description">
		<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
					<img src="{T_THEME_PATH}/images/logo.png" alt="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
				</a>
<!-- 				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p> -->
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

			<!-- EVENT overall_header_searchbox_before -->
			<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box" class="search-box search-header" role="search">
				<form action="{U_SEARCH}" method="get" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
					<button class="button button-search" type="submit" title="{L_SEARCH}">
						<i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span>
					</button>
					<a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
						<i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span>
					</a>
					{S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
			<!-- ENDIF -->
			<!-- EVENT overall_header_searchbox_after -->

			</div>
			<!-- EVENT overall_header_headerbar_after -->
		</div>
		<!-- EVENT overall_header_navbar_before -->
		<!-- INCLUDE navbar_header.html -->
	</div>

	<!-- EVENT overall_header_page_body_before -->

	<a id="start_here" class="anchor"></a>
	<div id="page-body" class="page-body" role="main">
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner">
				<strong>{L_INFORMATION}{L_COLON}</strong> {L_BOARD_DISABLED}
			</div>
		</div>
		<!-- ENDIF -->

		<!-- EVENT overall_header_content_before -->
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52806
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve

Re: Board Index Name Change

Post by stevemaury »

Code: Select all

<snip>IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --><snip>
Try removing the dash before {SITENAME}
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Re: Board Index Name Change

Post by IamDev »

That did not work, I also restarted apache as well after saving the file.
User avatar
janus_zonstraal
Registered User
Posts: 6620
Joined: Sat Aug 30, 2014 1:30 pm

Re: Board Index Name Change

Post by janus_zonstraal »

Did you delete the phpbb cache as well?
Sorry! My English is bat ;) !!!
IamDev
Registered User
Posts: 6
Joined: Wed Apr 01, 2020 11:50 pm

Re: Board Index Name Change

Post by IamDev »

That solved the issue. Thank you.

Return to “[3.3.x] Support Forum”