Hjälp med Shoutbox
Postat: 2006-11-19 23:07
Tjena jag har installerat den nyaste av Ajax:s Shoutbox på den portalen jag driver.. Men jag får den inte att visas på indexsidan.. dvd portal sidan. Jag skulle vilja ha hjälp med att få den i högra sidan nedanför Röstnings delen på http://www.rage.nu .-.
portal_body.tpl som jag la in
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);
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);