The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Chatbox 1.2.4 Details »» | |||||||||||||||||||||||||
What this hack does : Adds a box on top of your vB home page
where all members can chat/shout in an IRC like way, with all the vB options added (smilies, vBcodes....) I started this hack by modifying the shoutbox made by Doug Tanner for phpnuke (i think).. And it went far far from his original code. As far as i think he wouldn't recognize it . I integrated it as far as i could with vB, and in the admin CP, with every bit of it being possible to modify trough the admin CP (prune, ban, censure...)... SCREENSHOT This hack has been tested and used by some people out there in france . 1.2.4 changes : Install problems with the mysql reserved words solved, Uninstalling option added to the install script, Possibility to automaticaly add the templates to the templatesets you chose in the install script, IE6 problem with divs solved, timezoneoffset mod integrated, text input limited to 255 characters. 1.2.3 changes : security hole on the pruning of the admin part fixed. 1.2.2 changes : templatesused var filled with all templates used by the script in the shoutbox.php file and in the index.php file. And chmod 777 made on the admin/shoutbox_config.php file by the install script. Thanks to erwin Name changed from shoutbox to chatbox, because some people thought of this hack as related with TWT-commish's shoutbox... no more excuses Here is some sort of [high]FAQ[/high] from all the thread, hope this helps, and prevents you from reading all that i just read : [high]#----------------------------------------------------------#[/high] Erwin : limit of smilies a person can post in the shoutbox. This is to prevent smilie spamming : HERE [high]#----------------------------------------------------------#[/high] Erwin : Another tip for installers - instead of manually having to ban users in the shoutbox, to automatically ban users who you have already banned from the forums : HERE [high]#----------------------------------------------------------#[/high] For the shoutbox to be in a popup : HERE [high]#----------------------------------------------------------#[/high] To have 5 'shouts/chats' visible when the chatbox is reduced : HERE [high]#----------------------------------------------------------#[/high] SpeedStreet : This simply creates a link for people to click on so that they can easily view the 'Who's Online' page without having to dig for it : HERE [high]#----------------------------------------------------------#[/high] ThoughtDiver: if you want the date format on the shout timestamps to read Month/Day instead of Day/Month : HERE [high]#----------------------------------------------------------#[/high] Show Your Support
|
Comments |
#152
|
|||
|
|||
Sauron, I share your pain.
The options are all there in admin, and I did everything I was told to BUT still no ShoutBox on the main page at all.... I've checked my templates and $shoutbox is there in all its glory :ermm: @ Sauron - If anyone has given you an answer by PM or email I'd appreciate it if you could forward it to me. Everyone else... Heelp us PLEASEEEEE! |
#153
|
||||
|
||||
You are positive all the templates have been added.
And that you have added the code to your index.php |
#154
|
|||
|
|||
Yup
Triple Checked. |
#155
|
|||
|
|||
are you absolutely sure you put the last part in the index.php
just before le last call to the gettemplate function... Because if you put the chatbox function after, it would not appaer as it would not be parsed before the page is echoed. Just another try ... |
#156
|
|||
|
|||
Great add-on!
There are a couple French phrases in the templates and code that English speakers might want to translate. I found this site useful: http://www.freetranslation.com/ Also, if you want the date format on the shout timestamps to read Month/Day instead of Day/Month, then search the shout code added to shoutbox.php and root/index.php for: Code:
$date = date("Y")."-".substr($date,4,2)."-".substr($date,1,2)." ".substr($date,7,2).":".substr($date,10,2); $date = date("[d/m|H:i]",strtotime($date)+(($bbuserinfo['timezoneoffset']+5)*3600)); Code:
$date = date("Y")."-".substr($date,1,2)."-".substr($date,4,2)." ".substr($date,7,2).":".substr($date,10,2); $date = date("[m/d|H:i]",strtotime($date)+(($bbuserinfo['timezoneoffset']+5)*3600)); :-) Thanks again to p0s3id0n - and Erwin for add-ons! Scott |
#157
|
|||
|
|||
ok, i got this error and i cant figure out what it wants me to do? If you have an error message about a chmod() function having failed, go to your admin folder and chmod manually the shoutbox_config.php to 777.
i got that error and now dont know what to do. I finished the rest of the installation. Help please.. lol, tried again and got everything installed but that chmod thingy, just gave the summary page one big blank page. Is that only cuz the chmod and that everything else was installed right? |
#158
|
|||
|
|||
Thanks Erwin & Posidon for all your help - it (seemingly) works at last!
One problem - our site uses frames. When a user selects minimise, the forums break out of the frames, and the navigation is lost.. any suggestions? whilst I'm at it, is there an easy way to change the 'grey' colour around the box, maybe even centre the box on the page? And how do you set the time to UK if your server is in a different country? Regards, Oliver |
#159
|
|||
|
|||
OK I've got the time sorted, but still need help with the other two problems!
|
#160
|
|||
|
|||
Got rid of the grey as well, but have found another problem...
When the site has a message box on new pm, viewing it in the current window opens it in the shoubox I-Frame if it has focus, so you end up with a 'site inside site' scenario... any ideas? |
#161
|
|||
|
|||
We've got this as well!!!:
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|