![]() |
|
#1
|
|||
|
|||
|
I have the Shoutbox Hack found HERE installed and running and I would like to make a LeftSide Module similar to the "Latest Forum Topics" Module but only display the latest 5 shouts with:
- Username - Shout Message - Time Stamp Any help would be appreciated. |
|
#2
|
|||
|
|||
|
bump...
|
|
#3
|
|||
|
|||
|
My site is almost ready for launch, this is the last hack needed. Can anyone help me out here?
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Any takers? Name your price!
Here is an example of how I would like it to look... |
|
#7
|
|||
|
|||
|
Ok, making progress...
I have the 'Shout Now' button working correctly, now I just need to know how to display the Last 5 Shouts, here is my Template Code: PHP Code:
Last edited by DGTLMIK; 05-26-2005 at 01:18 PM. |
|
#8
|
|||
|
|||
|
More progress...
Here is my PHP code: PHP Code:
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] <a href="$vboptions[bburl]/shoutbox.php?">Shoutbox</a></b></span></td> </tr> <if condition="!$bbuserinfo['userid']"> <tr><td class="$getbgrow"><span class="smallfont">Registered Members can use the Shoutbox here.<br /><br /><phrase 1="$vboptions[bburl]">$vbphrase[not_a_member_yet_register_now]</phrase></span></td></tr> <else /> <tr><td class="alt2"><span class="smallfont"> <u>$shoutbox_post_user</u>:<br /> $shoutbox_text<br /> <i>$shoutbox_post_date @ $shoutbox_post_time</i> </span></td></tr> <tr><td class="alt1" align="center"> <form action="$vboptions[bburl]/shoutbox.php?" method="post"><input type="hidden" name="do" value="addshout"><input type="text" class="bginput" name="message" value="" size="17" > <input type="submit" name="submit" value="Go" class="bginput" accesskey="s"></form><br /> <span class="smallfont"> <i>(50 Character Limit)</i> </span></td></tr> </if> </table> <br /> Brian, please help me out here, I can see the Finish Line ahead.
Last edited by DGTLMIK; 06-03-2005 at 10:29 AM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shoutbox? | boo | Add-On Modules & Modifications | 2 | 12-08-2004 11:44 AM |
| Shoutbox help :D | curetheitch | Add-On Modules & Modifications | 2 | 07-13-2004 07:21 PM |