portal_body.tpl som jag la in
Kod: Markera allt
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_show_shoutbox -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{L_SHOUTBOX}</th>
</tr>
<tr>
<td class="row1"><span class="genmed"><iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="270" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe></span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<!-- END switch_show_shoutbox -->
<br /></td></tr> </table> </form>
<br /> </td> </tr></table>
<br />Quote från install filen
## To include the shoutbox to any php file just put where you want the shoutbox to appear:
## include($phpbb_root_path.'shoutbox.'.$phpEx);
## You can fix the width and height of the shoutbox putting it like this in your file:
## $shoutbox_width = <your desired width>;
## $shoutbox_height = <your desired height>;
## include($phpbb_root_path.'shoutbox.'.$phpEx);


