Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Chatbox 0.9 by KRAK_JOE
I have tried to download this but the file I get is neither a zip or a php file. I have tried to open it in Notepad but got gobbledygook. Is there more than one file? Could someone just post the script please?
Thanks
0
This discussion has been closed.
Comments
I was just wondering if there's a way to modify the ChatBox extension so that when you 'shout' something it's linked to your Vanilla account? So basically you'd need to be logged into Vanilla to use the shoutbox. Would that be an easy change to make? Is it even possible?
Thanks for a cool chatbox.
Have you checked out the extensions' default.php (I think it's called "Lace")?
If it's not there, add this
$nick = $Context->Session->User->Name; setcookie ("LACE_NICK", $nick, time()+604800);
This should set a cookie LACE_NICK that the chat will look for and it should be populated with the respective users username.