PDA

View Full Version : Please add color usergroups! to shoutbox! (Like that groups color!) on shoutbox!


hypnoticpimp
09-02-2005, 07:35 PM
As u know in IPB, they got a hot shoutbox! that will take any of your members! Colors for there groups! and will display them on shoutbox! It has alot more effects like that! and would be great! TO vbulletin , make the forum more entertaining! heres some proof


i had an ipb forum and installed the Dean's Shoutbox! http://www.NittoLive.info/ (http://www.nittolive.info/forums)! and heres a pic of how it looked like

http://img240.imageshack.us/img240/7381/shoutbox8fo.jpg

I will pay some money! if someone can make a hack for any of the shoutboxes! that will display there groups color! when shouting? i currently have Geek Designs'! Shoutbox installed

Necron
09-03-2005, 05:21 AM
without looking at the actual shoutbox script, change $username/$post[username] to $musername/$post[musername] (whichever is the var)?

hypnoticpimp
09-03-2005, 07:09 PM
i tried that., didint work! i editied the shoutbox.php file and searched for $username . this section was the closest to what u asked for

if (isset($_REQUEST['username']) && $_REQUEST['username'] != '') {
$username = $_REQUEST['username'];
} elseif (isset($_POST['username']) && $_POST['username'] != '') {
$username = $_POST['username'];
}

so i changed it to this
if (isset($_REQUEST['username']) && $_REQUEST['username'] != '') {
$username = $_REQUEST['username'];
} elseif (isset($_POST['username']) && $_POST['username'] != '') {
$musername = $_POST['musername'];
}

and its still the same