Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   shoutbox (http://www.bvlist.com/showthread.php?t=4365)

kowalsky 31st January 2010 00:26

shoutbox
 
Does anyone know how to make torrents names and username appearing in the shoutbox ?
:shock:

mat22 31st January 2010 15:43

About torrents i don't know but for usernames you have to edit shoutbox.php and set user class numbers in correct order. When you finish editing it must look something like this:

Code:

if ($rowowner["class"] == "7")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "6")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "5")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "4")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "3")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "1")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "0")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";
elseif ($rowowner["class"] == "2")
$usercolor= "" .htmlspecialchars($rowowner["username"]). "";

Of course you will have other colors and class numbers!:D

M_Mayers 6th January 2012 20:58

Quote:

Originally Posted by kowalsky (Post 20249)
Does anyone know how to make torrents names appearing in the shoutbox ?
:shock:


Has anyone found solution for this ? :sos:


All times are GMT +2. The time now is 18:55.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.