Page 1 of 1

Quick Question

Posted: 24. May 2010 10:50
by Evanonian
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.ctrl-alt-defeat.com

What have you done before the problem was there?
n/a

What have you already tryed to solve the problem?
n/a

Description and Message
I don't know if this is the right place to post this but at the top of my page where it says

* Portal

I was curious, how can I make it say Ctrl Alt Defeat * Home so when people bookmark it etc. it doesn't just say " * Portal"

In advanced, thanks. ;)

Re: Quick Question

Posted: 24. May 2010 11:58
by Marc
You need to set your sitename in the ACP.

As this is a phpBB3 question, I'll move it to "General phpBB3 Support".

Re: Quick Question

Posted: 24. May 2010 23:40
by Evanonian
If I put the name in the ACP it shows the name next to the banner and it looks odd.

Re: Quick Question

Posted: 25. May 2010 09:39
by Evanonian
Ok, so I added the Site Name in the ACP and just edited my Overall_Header.html

Code: Select all

<div id="site-description">
       <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
       <h1>{SITENAME}</h1>
       <p>{SITE_DESCRIPTION}</p>
       <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
I just removed <h1>{SITENAME}</h1> and It now displays site name on the top of the browser and not on the banner. ;)