Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.prxa.info/aword/portal.php
What have you done before the problem was there?
fresh phpbb installation
What have you already tryed to solve the problem?
everything i can find listed on this forum.
changed the width in common.css
changed the width in the portal_body.html
Description and Message
i want my forum AND my portal to be a pixel width of 910 total, including the side columns of the portal
i can make my forum this width fine, but the portal will not change.
Edit, managed to make it work but the portal is now stuck left aligned.
portal width
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.
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.
Re: portal width
No Portal found on your site... Please activate it, so we can see whats wrong...
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: portal width
Hello
I am facing a similar problem
you can see it here:
http://hijaj.net/bb/portal.php
Borad Portal v1.0.3
I installed v1.0.5 on local server
set right and left block's width at 150 px
here is part of source code of my page on local server
I think problem is due to
So how and where can I change this value?
Thanks
I am facing a similar problem
you can see it here:
http://hijaj.net/bb/portal.php
Borad Portal v1.0.3
I installed v1.0.5 on local server
set right and left block's width at 150 px
here is part of source code of my page on local server
Code: Select all
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<!-- [+] left block area -->
<td valign="top" style="width: 150px; padding-left:10px;">
<br style="clear:both" />
<!--version $Id: portal_left.html 591 2009-12-11 23:48:49Z marc1706 $ //-->
<!--version $Id: main_menu.html 544 2009-09-10 12:35:25Z christian_n $ //-->
<div class="panel bg3"><div class="inner"><span class="corners-top"><span></span></span><h3><img src="http://localhost/bb307/styles/AutumnsColor/theme/images/portal/portal_menu.png" width="16" height="16" alt="" /> ???????</h3>
<div class="portal-navigation">
Code: Select all
padding-left:10px
Thanks
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: portal width
First of, the padding issue has been fixed in 1.0.5. Second of, Scout4All provides a Portal package that already has a few RTL fixes inside, the normal version of Board3 Portal 1.0.5 does not yet have.
Re: portal width
Thanks Marc for prompt reply
I am aware of Scout4All's package
But I was talking about left block exceeding board fixed width, altought I set both left an righr width to 150 px
I am aware of Scout4All's package
But I was talking about left block exceeding board fixed width, altought I set both left an righr width to 150 px
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: portal width
The problem is some parts of the blocks, for example forum names or usernames can extend the block and therefore also the column to a bigger width. There is pretty much nothing we can do about that.
Re: portal width
could content flow css definitions help or word wrap? Was just thinking about possible things from css - that came to my mind Although the layout will be damaged and the portal probably looks terrible
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: portal width
I don't think this is possible inside select boxes and I don't think you can modify the usernames that way.