Quote:
Originally Posted by Schorsch
how can I add the shoutbox of vBindex to the arcade?
|
what shoutbox are you using?
i used Black Vivi's Shoutbox -
BVShoutbox 1.0
if you used this one do the following
in the following template
arcade_main
FIND
HTML Code:
<!-- /small space -->
<!-- games -->
ADD under
HTML Code:
<!-- shoutbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
<a href="shoutbox.php?$session[sessionurl]">Shoutbox</a></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
<tr>
<td class="alt1" width="100%">
<iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="no" frameborder="0" name="shoutbox" id="shoutbox"></iframe>
</td>
</tr>
</tbody>
</table>
<!-- end shoutbox -->
<br />
SAVE!