I need help... Again

Flashgear

New Member
Messages
944
Reaction score
1
Points
0
Hmm, i don't actually have any resolution to your problem as i am not that familar with the phpbb portal. It looks like the theme isn't suitable for the portal to be in a fluid with (wide accross) but i may be wrong.

You will probably need to change the width and height in the portal's index.php page, i believe the portal comes already installed as you could probably do it via the Admincp on the board.

For the best PHPBB support your best bet for a solution would be to visit the PHPBB support forums itself.

www.phpbb.com

I hope this helps.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
It is compatible. It happened after I added the shoutbox. It always happen when I try to add something there. The code from the shoutbox block file:

HTML:
<!-- $Id: chat.html,v 1.1 2007/04/04 09:33:31 angelside Exp $ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
   <td class="cat"><h4>Shoutbox</h4></td>
</tr>
<tr>
   <td class="row1">
   		<table width="100" cellspacing="0" cellpadding="0">
		<tr>
			<td>
<div align="center"><iframe scrolling="no" frameborder="0" marginheight="0" marginwidth="0" style="border:0px" width="160" height="532" src="http://jagf.pcriot.com/chat/iframe.php">Sorry your browser dose not support Iframes.</iframe></div>
	</td>
</tr>
</table>
<br />

I include it in this way:
HTML:
<!--// [+] chat //-->
		<!-- INCLUDE bb3portal/block/chat.html -->
<!--// [-] chat //-->
Edit:
I'm really confuzed now. Javascript is destroying my site!!!! My banner rotator maked so I can't press on smilies and bbcode when I'm posting replys and making weird underlines little here and there. And now the google adsense refferal javascript messing up the portal even more. Any ideas. You can explore at http://jagf.pcriot.com
 
Last edited:
Top