Quote:
The bottom of my index.php file looks like this. I am trying to get multiple shouts to appear, no luck. Someone help me out here
|
Replace the contents of the "forumhome_shoutbox" with:
PHP Code:
<tr id="cat">
<td bgcolor="#1D6AA0" colspan="6"><a href="$bburl/shoutbox.php?s=$session[sessionhash]" title="The Shoutbox"><normalfont color="#EEEEFF"><b>The Shoutbox - Latest Shout</normalfont></b></a></td>
</tr>
<tr>
<td bgcolor="#13486D" colspan="6">$shouts</td>
</tr>
As in Bald Bouncer's original post?