View Full Version : Chat Modifications - Cyb - ChatBox
twm1010
12-28-2009, 05:09 PM
Anxiously awaiting the vB4 version of this!
Freesteyelz
12-28-2009, 09:00 PM
Hey Cybernetec, this is a great mod! :D
I looked in vB's function_newpost.php and there's a section of code that prevents all CAPS in posts. Is there a way to connect that into Chatbox to prevent all CAPS in chat?
Breakpoint
12-28-2009, 09:32 PM
Can someone let me know how to set the Chatbox to only display on the Chatbox Full link and not show on any other pages such as the forum home, etc.
Thank you
Breakpoint
12-28-2009, 11:02 PM
Just do exactly what he did for the archive page.
(Find code like this and modify as below.)
if ($_REQUEST['do']=='cchatbox')
{
require_once('./global.php');
$navbits = array('misc.php?do=cchatbox' . $vbulletin->session->vars['sessionurl_q'] => $vbphrase['cybcb_chatbox']);
construct_forum_jump();
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
etc....
I wish he would update this error
www.ch-joy.com
12-31-2009, 07:00 PM
Merciiii & thankss alot
J105C
01-01-2010, 08:47 AM
I have the same issue
You need to force www. and that should fix your problem!
Will be released a version for vb4?
Really want a vb4 update.......Would be awsome
ProFifaLeagues
01-04-2010, 11:04 PM
Anyone like to give me a foolproof way to install on vbadavanced please my first attempt didnt work at all!
mtlcore
01-05-2010, 12:17 AM
Sorry if it has been asked, is there a guide on how to implement the chatbox on let's say a wordpress page?
WEBDosser
01-05-2010, 06:56 AM
Anyone like to give me a foolproof way to install on vbadavanced please my first attempt didnt work at all!
thats because it dont work with vbadvanced.. as far as i know.
Crystal Shards
01-05-2010, 05:12 PM
Please please please mod this for 4.0... It's so freaking awesome, and the chats that they currently have for 4.0 suck.
Actually, please just mod all your mods for 4.0. I miss having them.
Bansheebob
01-05-2010, 05:33 PM
installed with ease, very nice thx!
Freesteyelz
01-06-2010, 02:56 AM
Suggestion:
With the "onkeyup" the character limit can be bypassed if the user does not lift the key when submitting the message (try holding the key down while submitting).
In addition to "onkeyup" in the textarea add "onkeypress" like below:
onkeypress="Ccb_LimitChars('ccb_entermessage', 'cybcb_counter','$vboptions[cybchatbox_charlimit]');"
It basically is a duplicate of the "onkeyup" but using "onkeypress".
Now when users try to bypass the character limit it'll allow just one more character and you can't type anymore.
For pasting:
Users can still bypass the character limit if they paste. You can set it where users can paste but disallow additional/repeated pasted messages by:
onpaste="Ccb_LimitChars('ccb_entermessage', 'cybcb_counter','$vboptions[cybchatbox_charlimit]');"
Still, if the text is extremely long users will still be able to bypass the character limit. So to prevent pasting all together you can add into textarea:
onpaste="return false;"
That was my workaround. If there's a better solution please post it in this thread. :)
TheInsaneManiac
01-06-2010, 05:30 AM
Suggestion:
With the "onkeyup" the character limit can be bypassed if the user does not lift the key when submitting the message (try holding the key down while submitting).
In addition to "onkeyup" in the textarea add "onkeypress" like below:
onkeypress="Ccb_LimitChars('ccb_entermessage', 'cybcb_counter','$vboptions[cybchatbox_charlimit]');"
It basically is a duplicate of the "onkeyup" but using "onkeypress".
Now when users try to bypass the character limit it'll allow just one more character and you can't type anymore.
For pasting:
Users can still bypass the character limit if they paste. You can set it where users can paste but disallow additional/repeated pasted messages by:
onpaste="Ccb_LimitChars('ccb_entermessage', 'cybcb_counter','$vboptions[cybchatbox_charlimit]');"
Still, if the text is extremely long users will still be able to bypass the character limit. So to prevent pasting all together you can add into textarea:
onpaste="return false;"
That was my workaround. If there's a better solution please post it in this thread. :)
I just tested all those exploits and nothing happened. I've known about the pasting thing, but it never flooded the chatbox, it just allowed you to paste messages...
amazing - although my colours don't display?
I have this Hack/Mod installed and the time/date was not showed right. So i change the format for date / time. Now this hack works fine but i have a problem with another of your hacks CYB.
The problem is with the CYB- AUTO BIRTHDAY GREETER.
When the system write a post for a birthday the date is in wrong format.
The post look like this:
Today %25-%b-%2009 is celebrating one of our friends.
All this happend when i have to change in cyb-chatbox the date format, etc because the correct hour and date was not showed in that chat, When i change that, i get this error here.
You can help me?
Thanks in advance!
PD: I have vbulletin 3.8.x
justdaves
01-07-2010, 07:56 PM
Anyone know of any smart phone apps (iphone or any others) that are chatbox friendly?
justdaves
01-07-2010, 08:01 PM
check that, need an app that is chatbox specific.
justdaves
01-07-2010, 08:02 PM
I may need to pay a coder in India to get one I suppose.
justdaves
01-07-2010, 08:17 PM
--- or one here in the USA, where jobs are needed.
atcspaul
01-08-2010, 01:53 AM
chat works fine with my 3g iphone. no ap needed
Erica1977
01-08-2010, 03:25 AM
thanks for this mod.
stevectaylor
01-08-2010, 08:02 AM
Any chance of rolling it out to V4?
milaszewski
01-08-2010, 04:22 PM
Any chance of rolling it out to V4?
they said they would release it when they have bought the vb4 license...
they said they would release it when they have bought the vb4 license...
lol
kidthanh86
01-10-2010, 02:57 PM
so We can make a bot.. it can check bin credit card ???
Please help me
https://vborg.vbsupport.ru/external/2010/01/103.jpg
https://vborg.vbsupport.ru/external/2010/01/104.jpg
cagbaazee
01-14-2010, 04:24 PM
will it work with vbulletin 4.
willy888
01-16-2010, 11:32 AM
will it work with vbulletin 4.
Are you sure ????
milaszewski
01-16-2010, 11:43 AM
Are you sure ????
that was a question, not a statement :)
This version will not work in VB4.
The real important question is - when this will be updated to VB4? I miss it very much!
willy888
01-16-2010, 11:52 AM
yes me tooooo
I have troubles with the only shoutbox for v4
I need this
Shanj
01-16-2010, 11:33 PM
I would like a small neat shoutbox to fit in a side column.
All the others on vb.org stretch right across the page.
Could this one do that?
Hard to tell from screenshots.
Twisted Shifter
01-18-2010, 05:56 AM
I have read all 36 pages, could have been 15 had the same 3 questions not been asked 100 times over, people really need to read before asking a question /rant
Any way to change the color of the text input field, mine looks like the rest of the page and its hard to figure our where you need to type.
Thank you in advance
CYB hacks or none!
Loki12
01-18-2010, 09:20 AM
This is the best chatbox of them all, I am waiting for it to be on vb4 before I buy the vb4 licence, lol.
twm1010
01-18-2010, 06:00 PM
We jumped the gun on VB4 and miss this chatbox badly. :(
Tom
carrlos
01-18-2010, 07:21 PM
We jumped the gun on VB4 and miss this chatbox badly. :(
Tom
I didn't jump the gun. I knew I'd be without it, but I miss it. ;)
bigjosh359
01-20-2010, 12:21 AM
Is there a place to donate to help them get a VB4 license sooner?
platini
01-20-2010, 07:33 AM
hello , this chat it's ok for Vb 4 ?
thanks
SonicGT
01-20-2010, 12:00 PM
Not sure if anyone else noticed, but cyb is now valter, and has released a couple 4.0 mods a few days ago. Maybe this is promising news for us waiting for his mods to upgrade to 4.0 :)
maf1973
01-21-2010, 06:01 AM
Not sure if anyone else noticed, but cyb is now valter, and has released a couple 4.0 mods a few days ago. Maybe this is promising news for us waiting for his mods to upgrade to 4.0 :)
These are superb news
platini
01-21-2010, 12:06 PM
many thanks !! :))
digif
01-21-2010, 05:30 PM
Can I add some new colors on it.. there is a list of colors in admincp, but by the names, I don't know exactly other names.. and is it possible, tnx
kiwi1342
01-22-2010, 01:27 PM
does this work with vbulletin 4??
edit:
I noticed the question was already asked eheh. BUt is there any news regarding the vb 4 porting?
This is the best chat addon for vBulletin. I would really REALLLLLLLY like to see this for vBulletin 4.
Pleeeeeeeeeeeeeeeeeeeeeeeaaaaaaaaase {puppy eyes}
Valter
01-25-2010, 08:18 AM
I'll make vB4 version soon.
kiwi1342
01-25-2010, 08:21 AM
I'll make vB4 version soon.
Thank you so much!!!! :)
J105C
01-25-2010, 12:46 PM
I'll make vB4 version soon.
Awesome, thank you so much!
willy888
01-25-2010, 05:26 PM
I'll make vB4 version soon.
Thanks for the upgrate to vb4
I m waiting for this too pleaseeeeee
SonicGT
01-25-2010, 05:37 PM
I'll make vB4 version soon.
Very good news! I've only been on 4.x for 2 days now and users are already complaining. And I think this is the best chat mod out there so don't want to give them a temporary inferior product :up:
RK1gaming
01-26-2010, 01:37 AM
great news - can't wait for the upgrade to 4.0
venom2124
01-26-2010, 03:56 AM
Can't wait for this on vB4 since everything that is currently available is inferior.
john devost
01-26-2010, 10:22 AM
Thanks a lot for this...it works perfect! :up:
k1klass
01-26-2010, 11:21 AM
upgrading to vb 4 this weekend and its great news this mod will soon be available, with out question its the most popular and used mod on my site - ty
RedFoxy
01-29-2010, 12:19 AM
really great! I'm waiting to upgrade an intere forum only for that mod :D
venom2124
01-29-2010, 12:58 AM
Any actual time frame for the vB4 mod.
iguano
01-29-2010, 10:35 PM
it's the best chat, i dream a fast conversion for vb4
RedHacker
01-30-2010, 12:56 AM
I will waiting for vBulletin 4 Vesrion for this mod...
melbo
01-30-2010, 01:22 AM
I'll make vB4 version soon.
Awesome. I'm waiting on upgrading to vB4 until I get a good chatbox!
k1klass
01-30-2010, 11:16 AM
i keep checking everyday in hope.....
venom2124
01-30-2010, 06:07 PM
Yeah I've been checking everyday too to see if it's been ported for vB4
Juggernaut
01-31-2010, 10:57 PM
Checking everyday for cChat myself. I need it for my forum :(
bigjosh359
02-01-2010, 07:30 PM
Is there anyway to bribe the coders on this? I would donate funds for this to get on VB4
frenchief
02-01-2010, 08:02 PM
Is there an ignore user function?
scan-pa
02-01-2010, 09:14 PM
VSa-Chatbox (FKA: Cyb-Chatbox) for vB 4.x is being worked on. Everyone needs to remember he has a full time job, Family and other daily things to deal with.
Just relax and wait. He will post in the vB 4.xx MODS area when it is ready for download.
:)
venom2124
02-02-2010, 12:44 AM
Totally understand the job, family, and life. Can't wait for the mod for sure.
jkcerda
02-03-2010, 02:36 AM
VSa-Chatbox (FKA: Cyb-Chatbox) for vB 4.x is being worked on. Everyone needs to remember he has a full time job, Family and other daily things to deal with.
Just relax and wait. He will post in the vB 4.xx MODS area when it is ready for download.
:)
swwet, this is one modification I am waiting for to upgrade my forum.
hardboiled
02-03-2010, 03:00 AM
Love this mod, nice work.
Jasey
02-03-2010, 08:41 AM
Love this mod, only thing i would change is the layout of the chatbox. I'd prefer the text area to be at the bottom with the smilies and editor at the right...
Could anyone advise me how i could do this or if someone already has done this, i'd appreciate if they could send me the updated xml :)
Thanks in advance!
pjcnlv
02-03-2010, 01:07 PM
I too am patiently waiting. I want VB4 badly but will not deprive my people of the chatbox hey love.
Please do not change the layout or functionality. A port is all I and I think a lot of us need.
The sooner the betetr.
oldfan
02-03-2010, 01:53 PM
Can this be put inside a CMPS module?
thanks
atrademark
02-05-2010, 01:10 PM
Hi,
Recently this mod stopped working on my site. Instead of loading the chats it only says: "loading..." I have exactly the same problem with the CYB statistics. I already re-installed both but still not working:( Other "chatbox" and recentposts mods work though:
Please someone who can help me?
misterfade
02-05-2010, 02:22 PM
This hack looks great, the one issue I have though is with the permissions. It has the option to enter the usergroups that I don't want to view the chat, but the groups that I want to view the chat are secondary usergroups.
Example:
-Usergroup 2 (main usergroup) - can't view chat
-Usegroup 14 (secondary usergroup) - can view chat
So if I'm in usergroup 2 and also in the usergroup 14, then I still can't view the chat.
How can I get around this?
Thanks.
jdougher
02-07-2010, 08:17 PM
Well it would be nice if there were a way to alert forum users that there is activity in the chat box. Otherwise this goes unused.
sherytiger
02-08-2010, 09:44 AM
I am having the same problem..
The CyB chat is working fine at the forums but when I tried to used it at the Advanced CMPS, it keeps showing "loading"..
Please help me out asap.. I need urgent solutions for this..
Barteh
02-08-2010, 11:07 AM
Did something go wrong? I received a mod update mentioning a v3.0, but the mod details still show v2.3.
Fra VB
02-08-2010, 12:20 PM
Did something go wrong? I received a mod update mentioning a v3.0, but the mod details still show v2.3.
same :confused:
Noblefist
02-08-2010, 01:51 PM
You Rock, My guild loves this add on. thanks.
NobleFist,
Dutch_Boy
02-08-2010, 02:39 PM
Hi,
Im using your chatbox on my forum. But i mis one thing and that is private messeges via the chatbox. Is it possible you can add this?
Kind regards,
Dutchboy.
AskewDread
02-08-2010, 04:40 PM
Did something go wrong? I received a mod update mentioning a v3.0, but the mod details still show v2.3.
the mod update is for the vbul 4 version
Cyb - ChatBox
https://vborg.vbsupport.ru/showthread.php?threadid=201283
Reason ;
vB4 version here:
https://vborg.vbsupport.ru/showthread.php?t=235271
v3.0 - Feb 08. 2010.
-Rewritten for vB4
-Known bugs fixed, code optimized
Barteh
02-08-2010, 06:58 PM
I hope vB3 won't be turning into a bit of abandonware where the modding community is concerned - many of us aren't ready to move over to vB4 yet. Valter, any chance you could maintain your vB3 version a little while longer? :)
misterfade
02-10-2010, 01:36 PM
This hack looks great, the one issue I have though is with the permissions. It has the option to enter the usergroups that I don't want to view the chat, but the groups that I want to view the chat are secondary usergroups.
Example:
-Usergroup 2 (main usergroup) - can't view chat
-Usegroup 14 (secondary usergroup) - can view chat
So if I'm in usergroup 2 and also in the usergroup 14, then I still can't view the chat.
How can I get around this?
Thanks.
For anyone else looking to add simple permissions per usergroup, do this:
1. Don't put anything where it says "groups that cannot see the chatbox".
2. Open FORUMHOME and right underneath $navbar, put this code (whatever group id's you want):
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5)">
$cybchatbox
</if>
jkcerda
02-16-2010, 04:16 AM
smilie box issue
http://i220.photobucket.com/albums/dd250/jkcerda/smilies.jpg
the box looks weird,,even when I change the amount of smilies per row and th size of the box itself
any one else have this issue?
quarum
03-04-2010, 03:18 PM
I am having the same problem..
The CyB chat is working fine at the forums but when I tried to used it at the Advanced CMPS, it keeps showing "loading"..
Please help me out asap.. I need urgent solutions for this..
I am having the same problem. Works fine on the Forums page but on the vBa portal it just says loading.
One thing to note about my install. My portal page is in my website root and vBulletin is in the /vb folder. So do I need to do something additional?
MotMann
03-07-2010, 03:02 PM
What i must do, that the chatbox will be smaler.
I try to get it in the Modules on the left side, but the box is to big.
www.xboxgamertag.de
I try all settings... but nothing works fine.
And i can't see the Colors in the Pulldown Menu in Safari.
Any ideas?
vidmarc
03-15-2010, 09:30 AM
How do I modify the "Ask your questions in the forums. The ChatBox is for small talk" to add "Please do not post images in the chatbox"?
Zidane007nl
03-15-2010, 09:25 PM
Great looking chatbox. Installation was easy. :)
hermoine22
04-20-2010, 02:38 AM
How do I add this to the bottom of the page above what's going on? also how do I manage the chatbox I dont see the options? also mine just keeps saying loading it wont display my message?
hermoine22
04-22-2010, 09:54 PM
I was abe to figure it out but it still shows its loading? and the drop down list wont show up any reasons why?
hermoine22
04-24-2010, 03:50 PM
This chatbox does not work for 3.8.5
hermoine22
04-27-2010, 11:52 PM
Why is there no support on this?
Mike1018
04-28-2010, 12:19 AM
This is an AMAZING chat box you made! One feature I love about it, is that it automatically fits to your template color scheme! Superb work!
Barteh
04-28-2010, 11:28 AM
This chatbox does not work for 3.8.5Yes it does. Has worked ever since I installed it on ~3.7.2 up to the 3.8.5 that I'm running now. I'd suggest removing both product and files from your forum, then doing a clean reinstall. Make sure you follow the instructions to the letter, it's easy to miss something and end up with a product that doesn't work. Another possibility is some customisation on your forums that interferes with the chatbox, either a hack or a different product (try disabling the others, see if the chatbox works then, also try switching to an unmodified default skin just to be sure).
Tbh I can't quite rule out a simple settings problem (for example the wrong usergroup permissions) but it's easier to troubleshoot settings when you're 100% sure you did the installation process exactly as described. Peace of mind thing.
Why is there no support on this?Presumably because no one that has read your post so far, recognises the symptoms you describe. And don't forget that the coder made this available for nothing, he's not under contractual obligation to spend his free time sorting everyone who runs into a speed bump (although it would of course be very nice of him if he did) :)
hermoine22
04-28-2010, 03:38 PM
I know.....I understand...do I need to create a SQL database for it? all the instruction say is to upload the product xml file. I created a database last night but where do I add the info?
Barteh
04-28-2010, 05:10 PM
You're going about this the wrong way. As with almost all mods it just creates extra tables in your existing vbulletin database. Just looked up the installation instructions, and they're even simpler than I thought:
Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (custom placement on forum page)
Open desired template and put "$cybchatbox" to desired line.
That's it. No creating databases, no excessive modification of your board required, just import through the admin CP and *possibly* edit additional templates (if you want it to show up in more places than FORUMHOME).
The rest of it is modifying the chatbox settings themselves, but the chatbox hanging at 'loading...' doesn't sound like a settings issue.
Out of curiosity, do you have a lot of plugins installed at your browser? You may want to download a second one (for example google chrome (http://www.google.com/chrome/)) and keep that devoid of any modifications, a convenient way to find out if it's somehow a problem on your PC.
hermoine22
04-28-2010, 08:09 PM
Yea its what i did over and over but it just keeps hanging on the loading...and no i dont have anything else installed except an automatical usergroup sorter.
hermoine22
04-28-2010, 08:13 PM
here just go to my site and see.... www.bookworm-central.com/forums
Barteh
04-29-2010, 12:43 PM
Can't see anything, I assume it's not enabled for unregistered users (group 1?). Did you check the other things I mentioned?
hermoine22
04-29-2010, 03:21 PM
Yes I did everything....i reinstalled it why you cant see it now....nottin works its just frustrating...do you have messenger?
hermoine22
04-29-2010, 03:23 PM
Now you can see
Barteh
04-29-2010, 06:37 PM
Yep. Not sure what to suggest.
hermoine22
04-29-2010, 07:20 PM
What is it? PM me
PHATTPANTZ
04-30-2010, 07:18 AM
Awesome, installed and works perfect
thanks
Barteh
04-30-2010, 07:34 AM
Don't have MSN. And as mentioned I have no idea what would be causing that, not sure what you want to discuss (and in private at that)?
hermoine22
04-30-2010, 01:56 PM
I dont know I might just reinstall VB
Pandemikk
05-01-2010, 04:55 AM
Try reuploading all your clientscript files^
And for anyone getting security token errors here's how I fixed it.
Go to your templates --> Edit cyb_chatbox ---> Search for:
<form name="cybcb_post_form" action="misc.php?$session[sessionurl]&securitytoken=$cybcb_sectok" method="post" onsubmit="return Ccb_postMessage(this);">
Replace with:
<form name="cybcb_post_form" action="misc.php?$session[sessionurl]&securitytoken=$cybcb_sectok" method="post" onsubmit="return Ccb_postMessage(this);">
hermoine22
05-01-2010, 04:05 PM
What do you mean by clientscript?
hermoine22
05-01-2010, 04:07 PM
I've reuploaded and reinstalled the chatbox several times doesnt do anything.
Pandemikk
05-02-2010, 01:32 AM
I mean the files located in public_html/forums/clientscript
Reupload them with the original vBulletin files.
hermoine22
05-02-2010, 03:27 PM
Yea done...ended up my original vbuletting install was coruptted it works now thanks.
da_judge
05-10-2010, 05:53 PM
Hope someone can answer my question.. the chatbox is showing up in my mobile template.. i cannot find a call for it anywhere.. is there a way to remove the chatbox from only my mobile template?
The way i done it was
Edit cyb_chatbox template of the skin you dont wanna show... and delete all content
haytham
05-10-2010, 07:37 PM
My smilies button isn't working. Any clues?
Bester
05-11-2010, 05:10 PM
Hi,
I've got a problem.
The clock at chatbox does not work at all!
Instead of a specific date and hour like 11-05, 19:57 and so on there is just a plain format [d-m, h:m]
I need some help guys.;)
TruthElixirX
06-05-2010, 06:20 PM
I am having a problem with the Cyb-Chatbox when I put it in the footer of vB. It works fine all other pages except Photoplog.
When it loads in Photoplog it loads all the HTML but none of the actual functionality. I have attached two screen shots to show the difference.
Any ideas? I tried adding it to the global variables in photoplog too.
93Corvette
06-08-2010, 01:21 PM
I also get the continous "Loading...." problem. For some reason, if I go into the AdminCP, then everthing works again. God knows why logging into the AdminCP clears the fault and gets things going again....
Has anyone ever figured out how to fix this problem? I have reinstalled it many times and it still shows the fault.
PhillyTom
06-15-2010, 03:25 AM
I installed this about a month ago and am just getting around to saying that it works really well. Installation was a snap. Thanks, and sorry for the delay.
Dutch_Boy
06-15-2010, 04:50 PM
This is the best shoutbox :) Only thing im missing some things :(
1. Send private messages via the shoutbox. Just short messages you can read and see in the shoutbox without using th PM system.
2. Private shoutbox rooms.
atcspaul
06-15-2010, 11:37 PM
my favorite also. sound and pms would make a great thing even better
Monarch.V
06-16-2010, 06:15 AM
Best ChatBox I ever seen!! Thx 4 it.
slipkot
06-26-2010, 10:12 AM
I think it would be nice to see some new features from version 3... What do you think?
gothicuser
06-26-2010, 11:44 AM
I think it would be nice to see some new features from version 3... What do you think?
I must admit to using this chatbox because of it's simplicity and 'minimalist' presentation. Too many features=too many resources/slower/incompatibilities.
BlissfulErin
07-03-2010, 12:55 AM
my favorite also. sound and pms would make a great thing even better
+1 mine has been running over a year with no issues.
RTMdotORG
07-12-2010, 03:15 AM
I would like to know how to remove the auto refresh text and shouts since last visit, I combined this with latest posts side by side and it kind of makes the chatbox bounce. How would I go about doing this?
fta2k
07-15-2010, 02:37 AM
How do I fix this showing with every post :
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/fta2k/www/www/misc.php(100) : eval()'d code(1427) : eval()'d code on line 1
ik7jwy
07-18-2010, 06:04 AM
HI,
I updated right now the vbulletin board from 3.8.5 to 3.8.6. Now the chatbox no longer supports accented letters. For example, when I type รจ in the message and then I put it in the chatbox I see this code "è". Can I fix the problem ?
Thanks
jansen_berlin
07-21-2010, 01:03 PM
How can i deactivate the drop-down textcolor list?
I've had this chatbox installed on my forum for about a year now and my users love it. I just updated my forum skin though to a narrower template than the default which I had been using. Can anyone advise me how to change the width of the chatbox? It now pokes out the right side of the forum.
Thanks!
kenmoresp
08-01-2010, 08:57 PM
No problems Breeze to install Really Sweet Thank you
Is there any way to resize images in the chatbox? Sometimes users post bb code links to images which are a lot bigger than the chat window and the chatbox pops out the right side of the forum. Any ideas how to fix this?
atcspaul
08-26-2010, 09:03 PM
great chat box but sometimes it posts the chat out of sequence. anyone else have this problem and find a fix
Danny Diamond
08-27-2010, 07:44 PM
How do you prune the whole shoutbox?
onealien
09-03-2010, 04:47 AM
worked like a charm..thanks...
is there a list of all the commands?
Froggy32701
09-12-2010, 03:05 AM
I get the following error when attempting to make any changes to any usergroups after installing the chat box.
Database error in vBulletin 3.8.6:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'VIP',
`description` = 'VIP Member',
`usertitle` = 'VIP Member',
`opentag` = '<b><font color=\"#003399\">',
`closetag` = '</b></font>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '1',
`trgpermissions` = '0',
`forumpermissions` = '12317183',
`genericpermissions` = '1579685571',
`attachlimit` = '0',
`pmquota` = '55',
`pmpermissions` = '1',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '655350',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '200000',
`signaturepermissions` = '139263',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '650',
`sigmaxlines` = '5',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '0',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_refreshrate` = '30',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0'
WHERE usergroupid=12;
MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Saturday, September 11th 2010 @ 09:59:39 PM
Error Date : Saturday, September 11th 2010 @ 09:59:39 PM
Script : http://www.pnwham.com/forum/***********/usergroup.php?do=update
Referrer : http://www.pnwham.com/forum/*********/usergroup.php?do=edit&usergroupid=12
IP Address : ******
Username : *********
Classname : vB_Database
MySQL Version : 5.1.47-community-log
Any ideas ? I even tried uninstalling it, still same problem. I noticed that even after I removed it the cyb cb options still appear in the usergroup options :scratching head:
EDIT:
I figured it out, it was from that other chat box I had installed..
BlackThorn
09-14-2010, 01:58 PM
Thank you Valter love it very much ^^
Lethaeus
09-17-2010, 08:20 PM
Thank you Cybernetec
masterme
09-20-2010, 01:03 PM
I have 3.8, works fine, but the time does not show, only H:M
Anybody an idea how I can solve that?
MotMann
09-21-2010, 09:23 AM
If the Box refresh, my Forums goes a little bit down in a row.
How i can fix that?
massi64
09-22-2010, 10:40 PM
I also get the continous "Loading...." problem. For some reason, if I go into the AdminCP, then everthing works again. God knows why logging into the AdminCP clears the fault and gets things going again....
Has anyone ever figured out how to fix this problem? I have reinstalled it many times and it still shows the fault.
well my problem was the same with vBadvanced , my error was on the default settings, main options, CMPS URL wich it say The full URL to your CMPS file (originally named cmps_index.php). so you think you should put the full adress , but a dind't like it on mine and the only one working is ,for me , /index.php or ./index.php the dot in front sometimes it is important .
I hope a will help you .
:):)
synth19
09-24-2010, 03:20 PM
Had a weird issue with my forum today. My host actually locked my main index.php page. They said that they put a temporary block on the database, due to "an inordinate amount of processor time, to the point of degrading overall system performance."
I optimized my tables and also deleted my chat archive (something like 300,000 messages). Does anyone think the chat had something to do with this?
atcspaul
09-24-2010, 03:32 PM
i have not had a problem but i only have it visable to members and not guests. i also have it prune every 2 hours and last but not least i have it invisable to anyone with less then 3 posts. that helps to keep people from spamming in the chatbox
synth19
09-24-2010, 03:39 PM
^ Good idea. I just changed my settings to allow only users with 5 posts to see the box. I also set the pruning for every 24 hours.
atcspaul
09-24-2010, 03:55 PM
helps with a lot of useless stuff being done on the chat area. i also think it is a nice reward form members that are active to have a place to chat
Mathew7000
09-27-2010, 01:26 PM
i'm trying to use variable replacement manager to change one word to another but when i do this it fuggers up cyb chatbox, it gets stuck saying loading and does nothing, any insight to this?
kimof911
10-03-2010, 08:01 PM
i have a problem with security token over opera and IE8
it is working proberly on Chrome and firefox
so what to do ?
nitl300
10-04-2010, 08:42 AM
Ty Bro ,i Have Bug In ChatBox On vBulletin 3.8.6 (vBulletin Hebrew )
Watersoul
10-06-2010, 11:21 AM
Thank you very much.
Is possible to add "reply" system in chat?
Something like start string with name of user reply to, instead showins user details when click on username...
bc641990
10-08-2010, 04:58 PM
love the chatbox, but have a couple of problems
users have been injecting the javascript and making there own /me functions allowing them to use any bbcode by changing or like for now i just removed all caps which fixes the problem but users are kind of upset with it lool
thanks
milaszewski
10-08-2010, 06:04 PM
will you release a chatbox for xenforo?
bc641990
10-08-2010, 07:14 PM
fixed the bug with the bbcode
src
find
$vbulletin->GPC['ccb_newmessage'] = str_replace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
replace
$vbulletin->GPC['ccb_newmessage'] = str_ireplace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
find
$vbulletin->GPC['ccb_editmessage'] = str_replace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_editmessage']);
replace
$vbulletin->GPC['ccb_editmessage'] = str_ireplace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_editmessage']);
Seba123
10-11-2010, 04:03 PM
Seems to be laggy.
masterme
10-12-2010, 07:54 AM
Did not see any answer floating by, so I'll try again:
I have 3.8, works fine, but the time does not show, only H:M
Anybody an idea how I can solve that?
Is there a way to alter the width of the chatbox?
gr8whtd0pe
12-08-2010, 03:04 AM
I went playing with the code, but the input box on the top, made it full width etc. Only catch is I use it in full only. This should have changed for the little version too... don't know for sure. Back up the current template before you go changing everything, just in case. If you want to see it in action (top style): http://www.wvmotorsports.com/forums/misc.php?do=cchatbox but you would have to join first and all of that... more of a hassle really... so, screenshot:
124294
Anyways, enjoy! Feedback?
Oh edit Template "cyb_chatbox" under "Cybernetec Templates"
Input on top of message box, refresh stats to left of submit button:
124292
Input on bottom of message box, refresh stats to left of submit button:
124293
atcspaul
12-08-2010, 11:00 AM
does anyone have problems with chat being out of order. like when you post something in chat it goes under something that is already thier
gr8whtd0pe
12-08-2010, 06:21 PM
I don't no.
RF600
01-08-2011, 10:58 PM
Hello
I have problems to get the chatbox in the arcade.
"$ cybchatbox" I have mentioned templates in the Arcade but nothing happened.
What's wrong?
Spinning9
02-18-2011, 08:18 AM
Gives a Style fix for Opera and Internet Explorer?
With Firefox is the Text normal "Left" and with Opera/Internet Explorer is the Text in Center.
How can i fix this?
Zylantex
02-25-2011, 06:12 AM
As per usual, if it says Cyb it's good. Thanks for the great mod.
|Jordan|
03-02-2011, 08:01 PM
I have my chatbox set up so that regular members can view it but not post. How can i hide display of the text input area? I just want the conversation list to display.
I tried putting an if condition member statement around the text input area in the template, but it didnt hide it.
htscpl
04-27-2011, 09:30 AM
I've had it with FlashChat so now on to better things ** installs **
zentao
05-14-2011, 04:17 AM
Works perfectly. Simple to install. Nice options. I'm pleased. Very.
wmlvb
05-26-2011, 04:49 AM
after having this mod for over a year, and no problems, am now missing the message box area including the input box. This is the case for both the full chatbox and the mini shatbox that I have constantly open. I checked all the settings and can see nothing wrong there. Can someone tell me how to fix? Thanks
wmlvb
05-26-2011, 05:20 AM
Never mind. I figured it out. The chat box was collapsed. Now I am wondering how the default got set to Collasped mode. Anyone have idea to change this option in vbulletin admin? Default was set to show it open at all time.
Valter
05-26-2011, 07:32 PM
There is an "collapsed by default" option in product settings.
CodeRed
05-29-2011, 02:28 PM
Question.
I have a Logician's Webtemplates Mod (https://vborg.vbsupport.ru/showthread.php?t=186644) template with PHP code embedded in it from another mod and I would like to add the Cyb Chatbox (https://vborg.vbsupport.ru/showthread.php?t=201283) in that custom template page as well.
The call to code is "$cybchatbox"
I'm willing to pay $25 via paypal gift if someone can send me the code to get this web template working with both included mods.
PM me if interested. Thanks a ton guys in advance for your help
mastertek2000
06-03-2011, 09:16 PM
i moved the site from usajeepowners.com to usajeepowners.com/forum/ and made a home page now on cyber chat box when you go to edit your chat i get this Mess The requested URL /forum/misc.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5...
need2fart
06-06-2011, 04:15 PM
I'm having trouble with the vbulletin censorship and this mod. When I have the censorship replacement include a bbcode: [color=red]*[ /color] the chatbox doesn't display the color but instead just displays [color=red]*[ /color][color=red]*[ /color][color=red]*[ /color][color=red]*[ /color] for a curse word. (ignore spaces it's just to display on this post)
Can you help me fix this? Whenever I copy the [color=red]*[ /color] and paste it into the chatbox it displays the red asterisk just fine. But it doesn't display if I type in a censored word.
Example of what I mean:http://img3.imageshack.us/img3/6/unledoz.png
In the picture the censored word is replaced by bbcode but the bbcode does not display. However if I copy the text and paste it into the chatbox it displays the colored bbcode just fine.
Konstantinos
06-19-2011, 05:08 PM
When u are using the option to show newest messages at the bottom (reverse order) u cant see the previous messages by scrolling up becouse everytime the autorefresh refreshes the page the scrollbox goes down automaticly which doesnt happen when u are not using the reverse order. any idea how to fix this ?
same happens in the vb4 ver
Valter, can you check this out when you get time.
If you set the CB to: Reverse message order in ChatBox (newest at bottom) the CB will load with the last message not at the bottom, however it will scroll down after it auto updates.
CMFINC
07-19-2011, 09:48 PM
just installed.. sweet.. thanks for the hard work
CMFINC
07-27-2011, 11:52 AM
how do i get into edit chats on the main page? when i click to view all i get blank pages. only chats that show are the few i have on the main page.what do i have set wrong. LOL.
ikorolis
07-29-2011, 02:33 AM
How to fixed this error?
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.]]>
DeniDov
07-29-2011, 02:41 AM
Thank you! I needed this.
DeniDov
07-29-2011, 07:01 PM
I downloaded this addon and now I keep getting this: "No file uploaded and no local file found."
kiradotee
07-30-2011, 10:02 AM
In my forum this plugin doen`t work in IE, it says Loading... for forever.
Are there anyone with the same problem?
ikorolis
07-30-2011, 03:08 PM
i am wait to answer the coder/developer for moment i am change chat for another client.
corman420
09-19-2011, 02:10 PM
This is a great chatbox. It would be great if you could exclude certain styles from using this. I have an iPhone style and the chatbox doesn't load correctly. It seems to cause the entire page to refresh.
montsa007
09-26-2011, 04:45 PM
How do you enable it globally?
B@Zzz...
10-09-2011, 04:44 PM
Hello,
I saw this chatbox on an other forum and I like it, so i installed it on my onw forum.
But there is one problem, the time and date isn't working :( I only see d-m-y, H:i.
Is there anyone who recognizes this problem or knows the solution?
Thanks in advanced!
20paws4awd
10-23-2011, 07:45 PM
When u are using the option to show newest messages at the bottom (reverse order) u cant see the previous messages by scrolling up becouse everytime the autorefresh refreshes the page the scrollbox goes down automaticly which doesnt happen when u are not using the reverse order. any idea how to fix this ?
same happens in the vb4 ver
I am having similar issues with this.
We do reverse order and the chatbox starts halfway back up and by the time you scroll down to read the newest messages it auto-refreshes and sends you back halfway up the chatbox
amine13420
11-10-2011, 03:06 PM
Hello,
I saw this chatbox on an other forum and I like it, so i installed it on my onw forum.
But there is one problem, the time and date isn't working :( I only see d-m-y, H:i.
Is there anyone who recognizes this problem or knows the solution?
Thanks in advanced!
I have the same probleme,
It can't show the date and time, i only see : d-m-y, H:i
How can we resolve that ? :(
amine13420
11-10-2011, 06:27 PM
Owwwwwwww,
My counter of connected has bombed unstead of 2000 now it show 20.000 membre connected online :s
this hack have some fault ?
or somethings bad on my forum ?
amine13420
11-10-2011, 11:20 PM
solved,
must add :
%d-%m-%y, %H:%S
:)
mA|tRiX
11-11-2011, 05:58 AM
Owwwwwwww,
My counter of connected has bombed unstead of 2000 now it show 20.000 membre connected online :s
this hack have some fault ?
or somethings bad on my forum ?
Same on my forum!!!
I?ve deactivated the ChatBox and all "Guests/Bots" gone!!!
muratcan25
12-29-2011, 01:47 PM
To have ChatBox enabled on vBa CMPS:
1. Hack options - Add "adv_index" to "Show ChatBox on" setting field (values in this field should be separated by commas) > Save
-------------
Can you picture for this expression?
haytham
02-02-2012, 04:20 PM
Didn't work for me. Any other solutions?
Reinstalled, I finally figured it out. AGH!
For those of you having issues with it not showing up in the ipbarcade.
open file /root/arcade/functions/functions.php
1) Search for:
global $vba_options;
// add additional needed variables here
2) add right below:
global $cybchatbox;
3) Save & Upload.
Cyb's mods are GOLDEN, so I knew there had to be a way to get this thing to work. Definitely pleased! Re-clicking Installed.
haytham
02-02-2012, 04:36 PM
Spent too much time on this. Although it's a great mod, I will look for something easier to place on pages.
Can't find anything better than this....................please I need help in adding the chatbox to my Arcade page.
haytham
02-05-2012, 06:15 AM
Sorry...Actually it was very easy to add it to the arcade page so my issue is solved. Thank you.
blind-eddie
02-05-2012, 04:21 PM
Sorry...Actually it was very easy to add it to the arcade page so my issue is solved. Thank you.
For the life of me I can not remember how I got it to work on the Arcade on one of my sites.
I have it working on others without using "$cybchatbox" in the arcade template or editing php files. Yes I set "THIS_SCRIPT" to arcade but wont show on the arcade page.
I posted here a long time ago how to get it to work on the arcade page. Seems this thread has been cleaned up quite a bit & I seem to have no post on 3.7 & 3.8 chatbox threads...
Would you please share what you did to get it to work on your arcade page?
haytham
02-05-2012, 04:34 PM
Ah..I see you say you set it in This Script but still doesn't show...strange..it did for me but maybe you have a style problem then.
blind-eddie
02-05-2012, 04:49 PM
No, it does not show on any style on the arcade page.
I only use chatbox in the arcade as I have for a few years.
Not sure why its not showing, thanks for your time.
Kitmitsu
02-13-2012, 06:19 PM
I've had this installed for years without any problem. However, over the past few weeks it's made our forums unusable. Here are the symptoms.
- The Chatbox will get stuck on "Refreshing Messages" after a few seconds
- Only about half of messages posted in the Chatbox will actually go through
- The entire forum is noticeably slower when the Chatbox is enabled. Opening pages takes longer and many pages will just hang loading constantly.
I haven't changed anything on either our forums or server setup before it started playing up. I literally woke up one morning and it wasn't working properly. Since it's started having problems, I've reinstalled it twice. Both times it started working incredibly fast again for a few minutes but then it went back to crawling after a few messages. It was running on the default settings. I've even reinstalled the servers OS just to get it working again but with no luck. I've reinstalled Apache, MySQL, PHP and Xcache but nothing changes. At first I thought it was because the chatbox table was getting to big but reinstalling it proves that isn't the problem.
Does anyone have any ideas on how to fix it? Our members heavily rely on the Chatbox and everyone feels a bit lost without it. I don't want to use an alternative as this one has been so good to us for so long.
I hope you can help me.
ikorolis
02-13-2012, 08:30 PM
i have uninstalled chatbox
maybe no support VB3
i have many problems/errors and dont have time to search how to fix
found another chatbox and working without problems.
Kitmitsu
02-15-2012, 09:17 PM
Quick follow up. I've fixed it. It turns out Cloudflare (which I've been using for some time) has changed how they cache our forums and it for some reason renders the chatbox unusable. Putting Cloudflare into development mode or purging the cache had no effect. I had to disable it entirely.
They're still my DNS but my site isn't being accelerated by them anymore. It's all working fine again. Hope this helps anyone else with the same problem.
logicSix
03-02-2012, 12:51 PM
had to remove this plugin after years of use. it brought my forum to a crawl at peak hours. the members really miss it!
sinomama
07-19-2012, 11:03 PM
How to display the message in chinese, plz?????
Now, all the messages is question mark. :(
http://www.tingzi.net/vb/attachment.php?attachmentid=37808&stc=1&d=1342742541
cheech47
10-31-2012, 12:30 AM
i just removed all caps
Hi
How can this be done? there are some members who seem to leave caps lock on all the time and it gets really annoying
jazzyname
01-21-2013, 01:29 AM
i have uninstalled chatbox
maybe no support VB3
i have many problems/errors and dont have time to search how to fix
found another chatbox and working without problems.
what one have to started to use....
I'm having problems as of late... it doesn't post messages in to the chat box area...
I stopped by here to see if it was updated... but ???guess not , and need a newone
TheKdd
01-29-2013, 05:04 PM
The way i done it was
Edit cyb_chatbox template of the skin you dont wanna show... and delete all content
I just wanted to say thank you for this. I know it was a long time ago, but after reading about 40 pages, it was very nice to find the answer! (Since the OP is not quoted here, the above were the instructions on how to remove the chatbox from a certain theme.)
TheKdd
01-29-2013, 05:07 PM
Owwwwwwww,
My counter of connected has bombed unstead of 2000 now it show 20.000 membre connected online :s
this hack have some fault ?
or somethings bad on my forum ?
Disable the chatbox for guests and this no longer happens.
shakirulqadree
05-12-2013, 09:26 PM
What apsyz banned in the chat room is not a bad thing if it lets ban it
NOCTURNES
05-17-2013, 10:21 PM
Hey there, I have installed this specially when our chat rooms go down for technical reason. However although I edit settings so only banned users cant post on the chatbox, I find that guests can't post either. Is there a fix to that? I want guests to be able to post too.
petame.gr
06-28-2013, 09:52 PM
Hello,
The chaybox has been installed on our site for a long time. Suddenly the chatbox stopped accepting characters other than english as the forum is in greek, even a text color change in english characters is not working.
Any help would be great
Thanking you in advance
Antonis
petame.gr
07-01-2013, 03:58 PM
Hello,
The chaybox has been installed on our site for a long time. Suddenly the chatbox stopped accepting characters other than english as the forum is in greek, even a text color change in english characters is not working.
Any help would be great
Thanking you in advance
Antonis
Any tips to find a solution?
Jamey
07-04-2013, 12:55 AM
Under options...What do I put in the two boxes for date and time so that it don't show military time? I messed them both up.
Time: h:i
I don't know about date as I don't use the date, kind of useless in my opinion.
But just search for PHP date formats.
Jamey
07-05-2013, 02:01 AM
Yeah...gotta fix that. Thanks.
How about having it show on the bottom of every page?
Having what show on the bottom?
iZefi10
07-31-2013, 07:05 PM
Very useful! Gratitude! :)
Terrablade
06-02-2014, 09:07 AM
it doesnt have an option to have 2 different chatbox like vbshout has. I need 2 shoutboxes, 1 gor everyone and 1 for Staff only.
Is it possible?
blind-eddie
03-23-2015, 08:49 PM
To my fellow 3.8 member that use this and can not get https to actually display a link.
ACP/Plugins & Products/Plugin Manager, scroll to the Chatbox section, click edit on Cyb - ChatBox - MN
Create a backup of this plugin before you edit, incase you have an error.
Search for:
if (substr($ccb_word, 0, 7) == 'http://' ||
Add below:
substr($ccb_word, 0, 8) == 'https://' ||
Save
Che_1955
08-01-2015, 07:05 AM
hello Turkish characters are blank
eyedream27
07-18-2020, 02:24 PM
need php 7.1 fix please
lange
08-12-2020, 11:09 PM
Works perfectly but I have two errors in the logs.
[12-Aug-2020 00:45:35 UTC] PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in /home/.../public_html/.../global.php(607) : eval()'d code(126) : eval()'d code on line 1
[12-Aug-2020 00:45:35 UTC] PHP Warning: Use of undefined constant userid - assumed 'userid' (this will throw an Error in a future version of PHP) in /home/f.../public_html/.../misc.php(100) : eval()'d code(502) : eval()'d code on line 1
I tried to fix them but it didn't work. The 'index' error is most likely caused by the following code inside the MN mod but I don't how to fix that:
if (!in_array($vbulletin->userinfo['usergroupid'], array($cybtopstats_exclgroups)) AND $vbulletin->options['cybtopstats_enable_global'] AND !isset($_POST['fromquickreply']) AND (THIS_SCRIPT == "index" OR THIS_SCRIPT == "misc" OR THIS_SCRIPT == $vbulletin->options['cybtopstats_add_loc']))
{
global $vbulletin;
Any idea?
desmomax
09-28-2020, 11:48 AM
hy
i just installed the mod
i have also installed a postimage plugin that allows to attach images in vb 3.8.x
i dont know why but chatbox show it twice.. as screenshot attached.
"add image" (aggiungi immagine in italian) is showed twice.. how can i fix? thanx
saadessa1
09-28-2020, 11:22 PM
Thanks for the great work
desmomax
10-09-2020, 06:44 AM
nobody can help me?
Dr.CustUmz
10-09-2020, 06:19 PM
nobody can help me?
link to site, im going to need to see source for this
desmomax
10-09-2020, 06:35 PM
link to site, im going to need to see source for this
https://www.ilbraccoitaliano.net/forum/index.php
Thanks
Dr.CustUmz
10-09-2020, 06:42 PM
https://www.ilbraccoitaliano.net/forum/index.php
Thanks
i need to be able to see the chatbox
desmomax
10-09-2020, 06:45 PM
Check pm
Dr.CustUmz
10-09-2020, 06:57 PM
hy
i just installed the mod
i have also installed a postimage plugin that allows to attach images in vb 3.8.x
i dont know why but chatbox show it twice.. as screenshot attached.
"add image" (aggiungi immagine in italian) is showed twice.. how can i fix? thanx
Without knowing what image product that is, I am assuming it attaches to every textarea. The chatbox has a invisible textarea that flashes a notification.
I have attached a modified version that should do the trick for you, revert any template changes you made to cyb templates, and uninstall. use the attached chatbox and it should show only one image upload (this does loose status notifications, but it was the easiest way without removing your image upload product.
desmomax
10-13-2020, 07:12 AM
not sure i want to lose notification since last visit.. and all phrases translated in italian.. but thanks
boss22
03-10-2021, 01:12 PM
Can someone fix this for PHP 7.4 please!
lange
03-11-2021, 10:45 AM
fixed at https://vborg.vbsupport.ru/showpost.php?p=2606625&postcount=15
TheLastBatman
03-11-2021, 03:53 PM
Got this from vBTeam, DrCustUmz already fixed this.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.