Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions (http://www.bvlist.com/showthread.php?t=458)

3v0 14th June 2008 01:46

Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
How can you change it so all new shouts go to top of shoutbox and not to bottom? Also is there a shoutbox mod panel for clearing all shouts or banning members ?

Thanks in advance for any info received

BoLaMN 14th June 2008 03:50

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
in shoutbox search for the value ASC LIMIT and change to DESC LIMIT also to ban members u go into there userdetails and select chat = no

Code:

if ($CURUSER["chatpost"] === 'no'){
echo'


You are banned.

';
die();
}

as for clearing all shouts no but it does limit the shouts to 200 and delete after theres 200

Kotafi 14th June 2008 10:39

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
hmm, i have changed that direction of shouts too but there's a problem :shock:
That scrollbar on the right side of it dont work as it should,
when new messages appear they are hidden at the top :suicide:

BoLaMN 14th June 2008 12:01

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
i didnt test it i just thought it would work :P lol some one make me a todo list and ill work on it :)

3v0 14th June 2008 15:43

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
Can also confirm the slider on the right of shoutbox doesnt work as it should, the shouts are now going to the top (Thanks BoLaMN) but the slider is going back to the bottom of shout instead of staying at top of shout along with the text.

Kotafi 17th June 2008 23:18

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
Ok, here is a fix for that :happy:

change in shoutbox.php around line 43
Code:


to
Code:


works :D:

3v0 18th June 2008 01:52

Re: Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions
 
Thanks Hatchet :D:


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

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