Forum size issue

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Forum size issue

Post by tomt »

Your Portal Version: 1.0.1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?
Prior to installing board3 my forum has a board around the out side.

I've installed the portal and now the board has gone !!


What have you already tryed to solve the problem?


Description and Message
OLD Board:
Image

New Board:
Image

Can anyone advise ??

Thanks

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: Forum size issue

Post by tomt »

My fault.. I had an amended theme !!

aluth08
Active Member
Posts: 1
Joined: 6. October 2008 09:40

Re: Forum size issue

Post by aluth08 »

I'm trying to set my forum width to center within the page. Currently my portal expands to the full width of the page, which i do not want. Any ideas?

http://valleyfairzone.net/phpBB3
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Forum size issue

Post by Marc »

You messed up your overall_header.html.
Open your overall_header.html and find:

Code: Select all

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<div id="site-description">
				<a href="../phpBB3/index.php" title="Board index" id="logo"><img src="../phpBB3/styles/prosilver/imageset/site_logo.gif" width="139" height="52" alt="" title="" /></a>

				<h1>VALLEYFAIRZONE™</h1>
				<p>Your Valleyfair! Connection</p>
				<p style="display: none;"><a href="#start_here">Skip to content</a></p>
			</div>

		
			<span class="corners-bottom"><span></span></span></div>
		</div>
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>

	</div>
Replace it with:

Code: Select all

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<div id="site-description">
				<a href="../phpBB3/index.php" title="Board index" id="logo"><img src="../phpBB3/styles/prosilver/imageset/site_logo.gif" width="139" height="52" alt="" title="" /></a>

				<h1>VALLEYFAIRZONE™</h1>
				<p>Your Valleyfair! Connection</p>
				<p style="display: none;"><a href="#start_here">Skip to content</a></p>
			</div>

		
			<span class="corners-bottom"><span></span></span></div>
		</div>
			

			<span class="corners-bottom"><span></span></span></div>
		

	
Locked

Return to “board3 Portal 1.0.x - English Support”