Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TSSE 5.6] Shoutbox (http://www.bvlist.com/showthread.php?t=5471)

smoky28 25th November 2010 00:33

Quote:

Originally Posted by Marco (Post 25193)
how could make when i clicking on jobbra.jpg to show the desired username class color too ?


nice job :)

PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
$valasz "<a href='javascript:window.top.SmileIT(\" [b][color=#663399]$username:>>[/color][/b]\",\"shoutbox\",\"shoutbox\")'<img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/nyil.gif></a>"

Color/username:ok::ok::ok:

mmisu120000 25th November 2010 08:49

Quote:

Originally Posted by smoky28 (Post 25837)
PHP Code:

$username htmlspecialchars_uni ($shout_row['username']);
$valasz "<a href='javascript:window.top.SmileIT(\" [b][color=#663399]$username:>>[/color][/b]\",\"shoutbox\",\"shoutbox\")'<img height=10px style=border:none alt=válasz title=válasz src=$BASEURL/$pic_base_url/nyil.gif></a>"

Color/username:ok::ok::ok:

The guy said username class color ... It means if the user is an admin it will be showed in admin's colour, etc....

You just added a color, but that color is for all users the same ...

Marco 26th November 2010 12:50

indeed mmisu120000 ;) i wish the user class collor what is different by class to class....

thx for help

lafouine022 27th November 2010 00:02

1 Attachment(s)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:

gabkoko 27th November 2010 10:58

Quote:

Originally Posted by lafouine022 (Post 25887)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:

you share it with us the source code? Pls...:ok:

ddshow 3rd February 2011 22:01

how to change the refresh rate of shoutbox?

gabkoko 4th February 2011 10:37

Quote:

Originally Posted by ddshow (Post 26694)
how to change the refresh rate of shoutbox?

shoutbox\shoutbox.js
find it:
PHP Code:

showData();setInterval("showData()",30000); 

30000ms = 30sec

change the value but do not set it too small :drink:

Marco 7th February 2011 11:57

Quote:

Originally Posted by lafouine022 (Post 25887)
Just do a loop on the 'str' that searches the user name for user preg replace color name

it's work for me :bubble:


maybe share with us?!?


thanks a lot

lafouine022 8th February 2011 01:23

it's just for me ^^ sorry

gabkoko 8th February 2011 07:01

no problem...


All times are GMT +2. The time now is 11:34.

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