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.
Offer: Gabbly chat extension
Don't know if there's someone who's interested in this. I have coded a quick and dirty extension to integrate a link to a forums Gabbly chat (see http://gabbly.com/yourdomain.com). My first extension and it's working :D
Well, it's german only atm, since I hardcoded the two lang strings, but I'll change that tomorrow or something, i think. It's just bit annoying to have the users hardcode the language files to install only such a little extension. Or is there a newer, better way?
Well, here it is (all in german atm): http://www.mfkne.de/127/lussumo-vanilla-gabbly-extension
0
This discussion has been closed.
Comments
akb>> a vanilla/php-newbie question, in your extention the "start chat" ends up in the menu also for users not logged in. Is there an easy way to only have it in the menu for those who have logged in?
http://lussumo.com/addons/
Just a thought - not a programmer
I'm totally blond when it comes to some things
$GabblyURL = "javascript:(top==self) ? document.location='http://gabbly.com/" . $Configuration['COOKIE_DOMAIN'] . "' : top.location=document.URL;";
and change it to:
$GabblyURL = "javascript:(top==self) ? document.location='http://gabbly.com/your_domain.com/your_subfolder/" . "' : top.location=document.URL;";