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.
Chatango
Chatango
0
Comments
1. the folder should be named Chatango not Chatango1.0
2. in the default.php I didn't add a url as a result the extensions widget did not read the extension.
Please download the latest as it will solve those 2 problems. Thanks.
Really Appreciate your work and efforts you've taken to get this in place.
HATS OFF
Great Work!
Just a tip request: is there a way that we can have the Links removed which are being shown on the chatbox?
I just figured it out:
Simply Remove the Links soon after the closing of the Tag under chatcode.txt file:
i.e.
______________________________________________________________________________
[ a href="http://example.chatango.com/clonegroup?ts=1228795605593"
Copy this
/a
| a href="http://chatango.com/creategroup?ts=1228795605593">Start New/a |
a href="http://example.chatango.com" Full Size /a ]
_______________________________________________________________________________
The Above will be right below the closing of the Object Tag
Also Another One to change the Default Name of CHATANGO displayed on the top of chatbox to your custom Name,
simply edit the default.php file and change the text on
From ---> $Panel->AddString(' h2 CHATANGO /h2'
To ----> $Panel->AddString('h2 Your Custom Name /h2'
Regards
Syed
1. the browser still loads the extension even though it does not show up.
2. if you want to disable chatango there is a check box to do that in your individual forum preference.
The chat is not exclusively for the registered users of your forum, however is happening in the shed of your forum.
Is there a way we can have this in a new Tab or page instead of the left panel?
because it is pushing all the other forum links in the bottom and users might find it difficult to locate some useful links on the panel.
What do you say?
Demo: Bhangraholic.com
I'm not sure if I have to edit these lines. I left this as is.
$Context->Dictionary["DisableChatango"] = "Disable Chatango on side panel";
$Context->Dictionary['ChatangoOption'] = 'Chatango Options';
$Context->Dictionary['ChatangoTitle'] = 'Please provide a chatango title';
$Context->Dictionary['ChatangoEmbeddedTitle'] = 'Please provide the embedded Chatango Code';