View Full Version : Chat Modifications - VSa - ChatBox (AJAX)
Pages :
1
2
3
[
4]
5
6
7
8
9
10
11
12
13
Valter
02-28-2010, 12:55 AM
Delete/Prune/Ban/UnBan, and more, are all found in Archive menus.
pilotxx
02-28-2010, 10:14 AM
On 4.0.2 vb i have problem. since i upgrade my system i can't add the chat to other templates but FORUMHOME... on 4.0.1 i add the chat as widget to my site...
any solution?
ZuFett
02-28-2010, 02:28 PM
it is possible to include a pn-system?
cory_booth
02-28-2010, 03:17 PM
Can u give a little more details on hot to this like where are the files i have to edit and where is UPDATE USER TABLE?
That is difficult because I do not know your website service. You'll need to access your vbulletin database and add a column to the vbulletin user table. Granted this could be done using a plugin, but I am not skilled enough to do that - yet... Sorry this isn't easier, but its the best I can do....
literatestylish
02-28-2010, 05:34 PM
Anyone figure out a way to speed up the "loading" process for the Chatbox yet? It says "loading" for a while before the actual chat comes up.
Blooded
02-28-2010, 05:50 PM
Please add things like /prune commands, /ban or /silence and so on. Include these in the next update and I won't use Inferno on mine anymore.
+1 to this, /prune, /ban and /edit mesagge commands are very usefull and will make this chatbox the best chatbox for vb 4.0.x
Valter
02-28-2010, 06:24 PM
Anyone figure out a way to speed up the "loading" process for the Chatbox yet? It says "loading" for a while before the actual chat comes up.
Slow database host or not original code.
Basboss
03-01-2010, 02:57 AM
Thank you, this works great.
aouni_tahech
03-01-2010, 03:30 AM
Hello Valter, I'd like to thank you for this fabulous hack. One thing I'm not being able to do is to make this hack show up below the navbar in the VBA CMPS homepage, as in other pages.
I tried to add the "adv_portal" template to the list of templates I need the hack to appear in, but nothing is showing up.
P.S. I'm not asking for a module, but for the hack to show up just like other pages.
Inflikted
03-01-2010, 06:03 AM
just made a two small plugin for New Topic and Reply Notification in your chatbox, im still new to vbulletin scripting so i apologize if there is any mistakes :) But I have been using it for a couple days fine
you must make a couple changes to it though once you install it, in BOTH plugins
alter line 2 or 3
that reads...
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
this will filter out private forums you don't want the public to see when a post is made, so add/remove the forumid's you wish to hide.
one last edit is the SQL insert in BOTH plugins, change the '2' to whatever userid you would like to show the posts as. I would setup a postbot and link it to that userid.
$vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "vsa_chatbox` (`userid`, `userip`, `message`, `dateline`, `textprop`) VALUES ('2', '".$_SERVER['REMOTE_ADDR']."', '" . $vbulletin->db->escape_string($message) ."', ".TIMENOW.", '');");
Thats all :)
ZuFett
03-01-2010, 09:19 AM
+1 to this, /prune, /ban and /edit mesagge commands are very usefull and will make this chatbox the best chatbox for vb 4.0.x
and /pm "Username" :)
topoli
03-01-2010, 11:40 AM
any fix for the alignment issue?
pantani
03-01-2010, 12:49 PM
Me too, gona try first, looks nice :)
Installed, but why dosn't he show the hour and minute's only the h:m??
EcoCav
03-01-2010, 08:35 PM
Is there a way I can get the older version of this? Before it had the log in / out area. The colors redisign, and the other useless stuff?
Its causing a lot of lag and slowness now compared to before, and my members now hate it.
Skreech94
03-01-2010, 08:42 PM
Hey, I am having a problem on where the time color is the same as the background. (Made my own style) and I want to know how to fix. Maybe change the time color?
Videx
03-01-2010, 10:18 PM
Is there a way I can get the older version of this? Before it had the log in / out area. The colors redisign, and the other useless stuff?
Its causing a lot of lag and slowness now compared to before, and my members now hate it.Most all the updates have fixed bugs, so I doubt you'll have much success with an older version even if someone sends you one.
Since you haven't asked for help or given any details, there's not much I can suggest. It may simply be that you're allowing too many people to sit in the box for too long and that's putting too much strain on your server. Try lowering the idle timeout.
EcoCav
03-01-2010, 10:29 PM
Well I can list the problems, and my site has less than 100 users. So its not a lot of people on the chatbox. 30 messages in the past 24 hours... unless thats to much for this mod? lol
• * The chatbox now has a scroll bar in the text area, you can scroll left and right 1 pixle.
• * After selectin a color, most users can not click the typing area, and have to refresh
• * After sending a message, it takes up to 2 minutes before its shown in the box
• * Sometime messages wont show
• Can't remove the "font size" drop down. Even with no size listed
• Can't remove the searcg box
• * Sometime the chatbox wont load, stays blank and can't post anything
* All these issues started when I did the update. I had no problems before.
Valter
03-01-2010, 10:33 PM
Skreech94, it's 'Shade' color.
EcoCav, Revert product templates. You are using old templates with your edits, while latest versions are needed to have product working properly.
Videx
03-01-2010, 10:36 PM
That sure sounds like either an overloaded server or interference from another mod. Have you been monitoring cpu and have you tried disabling all your other mods? I mean, I'm having none of those issues, and it looks like most aren't, so you need to do some troubleshooting.
Oh, and by all means revert your templates too.
EcoCav
03-01-2010, 10:54 PM
I disabled all mods 'cept for this one. Same problem. I check everything before posting here. Thanks Valter, that seems to have fixed the loading issues.
How can I remove the log in/log out, the horizontal scroll bar, the font size, and the search messages? These are useless to me on my forum, and just get in the way and look tacky. I keep the chatbox open on my phone (as do many members) and we get logged out all the time. Its pretty annoying. I didn't see anything in the settings to disable or remove these options.
Valter
03-01-2010, 11:05 PM
CB is executing queries every X seconds to get new messages. This is done for all users viewing CB. This may increase server load a lot in some cases. They are sometimes leaving their computers for a while, with forums opened, and then queries are executed for nothing. Why not kick them to save some server resources and bandwidth? This is why automatic log-out. And they are back online with single click.
You may wish to set log-out interval to some higher value? Like 20, 30, or 60 minutes, or more...?
archet1337
03-02-2010, 12:32 AM
I'm having a really hard time figuring out how to change the background of the chat window (not the text input field)
I've searched through all the pages now and can't figure it out. Have tried adding background-color:#dfdfdf; to various places but no success.
Any help would be much appreciated :)
Draygonia
03-02-2010, 01:24 AM
Hello, how would I be able to change the color of the font? My background is dark and the black text does not show up. Thanks.
Juggernaut
03-02-2010, 05:13 AM
A language pack made the time not show in the chatbox, it only shows the time when I have the chatbox displaying in english, where do I go to fix this? I already tried re-uploading the program and doing the upgrade, but this didn't fix it.
nicky.82uk
03-02-2010, 08:32 AM
Thank you so much ...
archet1337
03-02-2010, 03:00 PM
I'm having a really hard time figuring out how to change the background of the chat window (not the text input field)
I've searched through all the pages now and can't figure it out. Have tried adding background-color:#dfdfdf; to various places but no success.
Any help would be much appreciated :)
I figured it out. In case anyone else have the same problem, it's located under:
Style Manager > "Your Style" > StyleVars > blockrow_background
literatestylish
03-02-2010, 04:47 PM
Slow database host or not original code.
We have a pretty good database and are using the original code you have posted.
Any other ideas?
EcoCav
03-02-2010, 06:17 PM
Can anyone give me an idea on how to remove the items in red?
I don't need a font size drop down, even I change the setting to have no font sizes, the box is stull there. I also don't need a search... they are tacky and in the way.
Also there is now a scroll bar in the chatbox. No its not becuase of a long sentance. The only thing typed in the chatbox was "hi". How do I fix this? Its doing it on all 4 skins, including the main VB one.
https://vborg.vbsupport.ru/attachment.php?attachmentid=113415&stc=1&d=1267561021
Switch3130
03-02-2010, 07:30 PM
How can I get this to appear on another page such as a .php page I created myself?
Valter
03-02-2010, 10:28 PM
A language pack made the time not show in the chatbox, it only shows the time when I have the chatbox displaying in english, where do I go to fix this? I already tried re-uploading the program and doing the upgrade, but this didn't fix it.
Edit your language, make 'Locale' field blank, then remove all '%' from time/date format settings.
How can I get this to appear on another page such as a .php page I created myself?
Read optional installation steps (How to add...).
Juggernaut
03-02-2010, 11:51 PM
^^ Thank you, fixed :D
Tariq Waheed
03-03-2010, 12:46 AM
Can someone please tell me how to change the background of my VSa - ChatBox (AJAX). to a lighter color than black.
archet1337
03-03-2010, 01:29 AM
Can someone please tell me how to change the background of my VSa - ChatBox (AJAX). to a lighter color than black.
Style Manager > "Your Style" > StyleVars > blockrow_background
That should do the trick :)
ShawnV
03-03-2010, 02:27 AM
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.
Skreech94
03-03-2010, 03:43 AM
Skreech94, it's 'Shade' color.
EcoCav, Revert product templates. You are using old templates with your edits, while latest versions are needed to have product working properly.
I am using the up to date templates. It's just that my blockrow_background color (Shoutbox background color) is the same as the time color so you can't view it =\
Any stylevars I can edit or something?
EDIT: Nevermind, lol. I didn't read your post well enough. I went into the stylevars and changed the shade_color :)
Dream
03-03-2010, 05:16 AM
background color of chat and advanced statistics mod uses the background of the page, not the bg of who's online. this is a problem when using the just released semi-official vb4 styles here:
http://www.vbulletin.com/forum/showthread.php?343898-New-vB4-Styles-Now-Available!&goto=newpost#post1938064
EcoCav
03-03-2010, 06:02 AM
ANyone know how to change the color of the text input area? Its white, and the font I use its white... not working out se well lol.
Also, any way to remove the search and font size options?
Much thanks
aouni_tahech
03-03-2010, 07:21 AM
How can I get this to appear on another page such as a .php page I created myself?
Same question. On a vbAdvanced CMPS page please?
Karadenize
03-03-2010, 01:11 PM
Owh.. i see..
Valter, please help make it work with CMS.. pleaseeee..
princeedward
03-03-2010, 01:46 PM
ANyone know how to change the color of the text input area? Its white, and the font I use its white... not working out se well lol.
Also, any way to remove the search and font size options?
Much thanksHi There....
HOW TO CHANGE TEXT INPUT AREA :
ACP > STYLES & TEMPLATES > SEARCH IN TEMPLATES > SEARCH IN STYLE: YOUR DEFAULT SKIN > SEARCH FOR TEXT: color:{vb:raw vsacb_colorfirst}" > FIND
CLICK THE RED ONE TO OPEN
AT THE BOTTOM OF TEMPLATE YOU CAN CLICK AGAIN THE FIND BUTTON IF THE SEARCH CODE IS IN THE BOX (NORMALLY YES!)
NOW YOU CAN FIND THE SEARCH CODE IN BLUE CHANGE IT WITH THE CODE BELOW AND ADJUST THE COLOR CODE (RED) YOU LIKE....
color:{vb:raw vsacb_colorfirst};background-color:#000000"
===========================================
===========================================
TO REMOVE THE FONT SIZE AND SEARCH OPTIONS YOU HAVE TO GO
vsa_chatbox_status
FIND THIS CODE ABOVE
<select id="vsacb_m_size" name="vsacb_m_size" onchange="return VSacb_saveCookie('vsachatbox_txtsize', this.value);">
{vb:raw vsacb_sizes}
</select>
AND JUST ADD THIS
<!---- (AT THE BEGINNING)
----> (AT THE END)
ALSO FIND THIS TO DELETE OR JUST COMMENT(add same as above):
<img src="{vb:stylevar imgdir_editor}/separator.gif" border="0" alt="" />
============================
============================
FIND THIS CODE BELOW
<input type="text" class="primary textbox" name="cbt" size="20" onfocus="if(!this._haschanged){this.value=''};this._haschan ged=true;" value="{vb:rawphrase vsacb_search_chatbox}" /> <input type="submit" class="button" value="{vb:rawphrase go}" />
AND JUST ADD THIS
<!---- (AT THE BEGINNING)
----> (AT THE END)
AND THAT'S IT...
hope this help to solve your problem....you can click may donation button if you feel and like it.....LOL (its a joke)
best regards
:p
Iron Star
03-03-2010, 03:02 PM
Very great mod! Thank you.
But this time format doesn't work: %H:%i:%s
How can I do to display this kind of time: 17:15:23?
Thank a lot.
archet1337
03-03-2010, 04:05 PM
Hi There....
HOW TO CHANGE TEXT INPUT AREA :
Thank you! :)
buddyheiko
03-03-2010, 04:54 PM
Hello,
how can I fix my date / time from 113503 to a real date / time ( for europe ) 113504 ?
I tried it in vb4 and also in vsa chatbox. Nothing worked. The xml doesn?t change it, too.
Heiko
Valter
03-03-2010, 05:30 PM
Edit your language, make 'Locale' field blank, then remove all '%' from time/date format settings.
Niak_Judge
03-03-2010, 05:32 PM
Thank you <3,
going to try this now :].
*marked as installed*
tecnozul
03-04-2010, 12:13 AM
Since I can do for those that they moderate do not see the IPs of the users, it seems to me that it is very delicate up to(even) for the moderators.
Sorry my bad inglish
literatestylish
03-04-2010, 12:54 AM
Seems like a lot of people are having the loading issues. Anyone figure something out yet?
adreen
03-04-2010, 04:48 AM
downloaded and installed.
MarkFromMn
03-04-2010, 07:24 AM
Still trying to sort this out...
I love the chatbox - I'm totally spinning on how to get this to show up where I want it. Direct placement of the {vb:raw chatbox} seems to not work.
I really just want to figure out how to get the chatbox in two places - the forum sidebar and on the CMS page so it can be on the home page but off to the side. Perfect would be a widget but the bulk of the CMS page seems to be the layout template which doesn't show up anywhere I can find.
Tips welcome...
--
Mark
buddyheiko
03-04-2010, 08:14 AM
Edit your language
where and how ?
make 'Locale' field blank
where and how ?
then remove all '%' from time/date format settings.
where and how ?
Heiko
princeedward
03-04-2010, 08:39 AM
where and how ?
where and how ?
where and how ?
Heiko (Guten Tag Mein Freund!)Hi hope this help you to solve your problem....
Edit your language / (Make 'Locale' field blank): Go > ACP > Language & Phrases > Language Manager > Edit Settings > Date / Time Formatting > (Must All Blank)
Remove all '%' from time/date format settings: Go > ACP > vB Options VSa - ChatBox > Check all settings below
Date format (blank to disable): d-m
Time format: H:i
goodluck and best regards...
Gruss von Schleswig Holstein
:p:up:
buddyheiko
03-04-2010, 09:11 AM
Hi princeedward,
I made your first tip, then everything worked fine.
Thanks
Heiko
Gruss aus Baden-Wuerttemberg an alle "Fischkoepfe" ( Spass )
(Guten Tag Mein Freund!)Hi hope this help you to solve your problem....
Edit your language / (Make 'Locale' field blank): Go > ACP > Language & Phrases > Language Manager > Edit Settings > Date / Time Formatting > (Must All Blank)
Remove all '%' from time/date format settings: Go > ACP > vB Options VSa - ChatBox > Check all settings below
Date format (blank to disable): d-m
Time format: H:i
goodluck and best regards...
Gruss von Schleswig Holstein
:p:up:
princeedward
03-04-2010, 09:22 AM
Hi princeedward,
I made your first tip, then everything worked fine.
Thanks
Heiko
Gru? aus Baden-Wuerttemberg an alle "Fischkoepfe" ( Spass )Gott sei Dank (Thank God!)
dann bin ich beruhigt! (that's put my mind at rest! )
:p
aouni_tahech
03-04-2010, 09:36 AM
Same question has been repeated several times but not answer for it yet.
How can I get this to appear on another page such as a vbAdvanced CMPS index page?
Thanx!
princeedward
03-04-2010, 09:49 AM
Same question has been repeated several times but not answer for it yet.
How can I get this to appear on another page such as a vbAdvanced CMPS index page?
Thanx!Hi....did you try this TRICK (https://vborg.vbsupport.ru/showpost.php?p=1978846&postcount=294)? if you never....and you want to try it...first close your eyes, pray hope before you open your CMPS Portal... :p
and hope it works also for you...
best regards
;)
aouni_tahech
03-04-2010, 10:02 AM
Hi....did you try this TRICK (https://vborg.vbsupport.ru/showpost.php?p=1978846&postcount=294)? if you never....and you want to try it...first close your eyes, pray hope before you open your CMPS Portal... :p
and hope it works also for you...
best regards
;)
Thank you man, you're the king -not the prince!
It worked :)
princeedward
03-04-2010, 10:25 AM
Thank you man, you're the king -not the prince!
It worked :)Glad it helped to solve your problem....King? no dont want to be...it's a lot of work...and one woman...LOL
best regards
:p
baghdad4ever
03-04-2010, 10:54 AM
thanks
how to set time between posts inorder to prevent flood??
cory_booth
03-04-2010, 11:06 AM
just made a two small plugin for New Topic and Reply Notification in your chatbox, im still new to vbulletin scripting so i apologize if there is any mistakes :) But I have been using it for a couple days fine
you must make a couple changes to it though once you install it, in BOTH plugins
alter line 2 or 3
that reads...
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
this will filter out private forums you don't want the public to see when a post is made, so add/remove the forumid's you wish to hide.
one last edit is the SQL insert in BOTH plugins, change the '2' to whatever userid you would like to show the posts as. I would setup a postbot and link it to that userid.
$vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "vsa_chatbox` (`userid`, `userip`, `message`, `dateline`, `textprop`) VALUES ('2', '".$_SERVER['REMOTE_ADDR']."', '" . $vbulletin->db->escape_string($message) ."', ".TIMENOW.", '');");
Thats all :)
Awesome work - 'cept... It generates an SQL error if the forum post contains a single quote in the title.
elenh
03-04-2010, 11:59 AM
what do you thing about to add notification options?
i.e. when new thread posted by x user then auto message in the chat. The same for other actions like new reply by x,welcome to the new member x,The x user just logged in,you got pm etc..
That will be very nice if you add this extras.
princeedward
03-04-2010, 01:19 PM
just made a two small plugin for New Topic and Reply Notification in your chatbox, im still new to vbulletin scripting so i apologize if there is any mistakes :) But I have been using it for a couple days fine
you must make a couple changes to it though once you install it, in BOTH plugins
alter line 2 or 3
that reads...
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
this will filter out private forums you don't want the public to see when a post is made, so add/remove the forumid's you wish to hide.
one last edit is the SQL insert in BOTH plugins, change the '2' to whatever userid you would like to show the posts as. I would setup a postbot and link it to that userid.
$vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "vsa_chatbox` (`userid`, `userip`, `message`, `dateline`, `textprop`) VALUES ('2', '".$_SERVER['REMOTE_ADDR']."', '" . $vbulletin->db->escape_string($message) ."', ".TIMENOW.", '');");
Thats all :)nice...and i tried this one also but it much better if it can fetch the user's HTML markup
thanks for sharing mate
:p:up:
Iron Star
03-04-2010, 03:42 PM
Edit your language, make 'Locale' field blank, then remove all '%' from time/date format settings.
Thank you!
It works for me.
:)
SoltanWorld
03-04-2010, 04:14 PM
Nice One!
I have installed this Mod, Just I wanna knw how can i have this Chatbox as Wideget on CMS main page?
Inflikted
03-04-2010, 06:11 PM
i would add in html markups but i dont no how :D
tecnozul
03-04-2010, 09:06 PM
Since I can do for those that they moderate do not see the IPs of the users, it seems to me that it is very delicate up to(even) for the moderators.
Sorry my bad inglish
zapiy
03-05-2010, 06:54 AM
Ok there does not seem to be any clear instructions of how to display this on the vbcms (the suite version)
Please help?
Cheers
archet1337
03-05-2010, 07:37 AM
I'm having some real difficulty setting the default text color
- I've checked that the first color in chat options is set to black
- I've tried to swap {vb:raw vsacb_colorfirst} in chatbox_input to black
- I've checked that stylevar > body_color is set to black
And still it looks like this:
https://vborg.vbsupport.ru/
Any advice on how to alter the default text other than the methods I've already tried?
Edit: When I remove the option to change color, the text color goes back to black. This is really confusing.
elwachiman
03-05-2010, 11:51 AM
Option Will Be Moving The Private Message Between Users
Cmps Cms And I Use And Not Seen The Chat In The Same, That Way You Can See That Put Global Form
Baf_Jams
03-05-2010, 12:09 PM
I'm having some real difficulty setting the default text color
- I've checked that the first color in chat options is set to black
- I've tried to swap {vb:raw vsacb_colorfirst} in chatbox_input to black
- I've checked that stylevar > body_color is set to black
And still it looks like this:
http://www.digi-tech.org/images/diverse/chatbg_problem.png
Any advice on how to alter the default text other than the methods I've already tried?
Edit: When I remove the option to change color, the text color goes back to black. This is really confusing.
when you say chat options 1st color set to black
looking at your pic it must be set to DarkGray?
try this
goto
admin cp
setting
vsa chatbox
Colors available in drop-down menu
make sure 1st color there is set to black
then save
hopefully this helps as thats what i did mine is set to light blue
https://vborg.vbsupport.ru/external/2010/03/81.jpg
https://vborg.vbsupport.ru/external/2010/03/82.jpg
Andres Kello
03-05-2010, 04:41 PM
I've just installed this and it's working great.
However, with the default setting of "Below NavBar", I strongly recommend making the Chatbox appear BELOW the Notices as important new Notices might be missed otherwise.
Consider changing that for the next version.
Thanks.
gamershell
03-05-2010, 05:13 PM
Hello good peoples of vB. I could use your help if you would be so kind. I am new to installing mods and such to the forums even though I have been an admin for years. Sad, I know but, usually someone else did it.
Is there a way someone could guide me through the installation or point to a thread that shows how to install it? :D
Videx
03-05-2010, 06:46 PM
Is there a way someone could guide me through the installation or point to a thread that shows how to install it? :DStart with the manual: http://www.vbulletin.com/docs/html/import_product , then look in the package or the first post for specific instructions.
gamershell
03-05-2010, 06:57 PM
Thanks for the help Videx. I did upload the XML file as shown and it didn't work. I know it has got to be something simple I am not doing. I am just not sure what it is. Any other help would be appreciated. :D
Videx
03-05-2010, 10:26 PM
I did upload the XML file as shown and it didn't work.That's pretty vague. Did you have any trouble setting the options? Does it appear in Installed Products? Link to a page where it should appear? Have you read back through all 17 pages to see if someone else had the same trouble and fixed it?
gamershell
03-05-2010, 11:15 PM
Yes, it is a tad vague. I'll give you that. :D
Here is the deal: I uploaded the XML file inside the admin cp as directed. It does show up in the installed products, just not the forums. I did not read through seventeen pages as I really didn't think that was necessary. I may have been wrong! :D
I am not trying to be a pain in the ass here! I am just trying to learn and as it is Friday, our coder is off doing coder things. I just wanted to see what I did wrong. Nothing more, nothing less.
Thanks for the help though. :D
Videx
03-05-2010, 11:40 PM
Yes, one of the least fun parts about installing mods is slogging through all the pages. But it's necessary. For one, many mods simply don't work, and you won't know unless you read all the pages (posts telling you it doesn't work quickly get buried by noobs asking why it doesn't work!).
Anyway, check your settings in AdminCP. You didn't mention that above, so it could be something simple like you have it turned off.
gamershell
03-05-2010, 11:43 PM
Oh how I wish it was a simple thing like I had it turned off! Tis not. I'm not retarded, just new to the whole thing. I'll figure it out :D
Jonluci
03-06-2010, 12:12 AM
Great Mod....installed it last night and loving it so far :)
I have some suggestions...to add to the chatbox :D
1. Easy access to EDIT, DELETE and other moderating commands.
2. A PM option will be great
3. Notification on new messages and new threads
4. Also a minimum number of characters needed to send a message
I dont know if these have been mentioned before. There is a whopping 55 pages O.o to go through :D
Hope to see the above implemented
michiganbaja
03-06-2010, 12:27 AM
One problem, can anyone help? Everything works fine except when a member first logs in it will keep saying loading and never actually load the chat. If you click to another area in the forum all is well but if you try to enter something into chat while it is stuck loading, it says this..
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
archet1337
03-07-2010, 06:55 AM
http://www.digi-tech.org/images/diverse/chatbg_problem2.png
shows up as
http://www.digi-tech.org/images/diverse/chatbg_problem3.png
19 colors listed, 20 show up in the box and at completely random order. The default color isn't even specified in the list.
This really doesn't make any sense. Where am I going wrong?
Also, is there a way to have the smilies listed in order and not randomly when clicking the smily button?
Universal
03-07-2010, 07:27 AM
One problem, can anyone help? Everything works fine except when a member first logs in it will keep saying loading and never actually load the chat. If you click to another area in the forum all is well but if you try to enter something into chat while it is stuck loading, it says this..
Try reverting all the VSA chat templates.
FASEOFMARS
03-07-2010, 09:46 AM
is their a way in which i can have it just display above the forums and can remove the link to the full chatbox in the navbar?
also how do i edit the name of chatbox to something of my liking?
thanks..
madotds
03-07-2010, 10:01 AM
Add an alert sound to new chats....
OK folks, this is not for the faint of heart and I know there must be a much easier way to do this, but until something better comes along....
BEFORE YOU BEGIN.
You'll need a wav file and access to your database.
STEP 1: UPDATE USER TABLE
Add new column of type "INT"
Name Column = "countvsachats"
STEP 2: MODIFY PLUGINS - (VSa - ChatBox - MN)
Find the following function "ccbmessages"
Add above: $vbulletin->db->show_errors();
$tvsacurrent = $vbulletin->db->query_read("SELECT COUNT(ID) AS VSACURRENT FROM ".TABLE_PREFIX."vsa_chatbox AS vsa_chatbox");
while ($tvsacurrent = $vbulletin->db->fetch_array($tvsacurrent))
{
$vsacurrent = $tvsacurrent[VSACURRENT];
}
$tvsauser = $vbulletin->db->query_read("SELECT countvsachats AS VSAUSER FROM ".TABLE_PREFIX."user WHERE userid = " . $vbulletin->userinfo['userid'] ."");
while ($tvsauser = $vbulletin->db->fetch_array($tvsauser))
{
$vsauser = $tvsauser[VSAUSER];
}
if ($vsacurrent > $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
if ($vsacurrent < $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
$vsacb_box_totalmessages = $vbulletin->db->num_rows($vsacb_get_msg_box);
STEP 3: Scroll down and find .... if ($vsacb_box_totalmessages>0)
Add above (notice here I am loading a chat.wav from images\misc - you'll need to upload a wav and change accordingly):
if ($vsacurrent > $vsauser)
{
echo ('<div><table><tr><td><EMBED SRC="images\misc\chat.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED></td></tr></div>');
}
I have yet to try with FireFox but the idea is simple. Have a coulm in the user tabe keep track of the current amount of chats. When the chatbox refreshes, run a quick query to count the number of chats. If the chats in the query are larger than the entry in the user table - update the user table to match and fire off a sound.
I hope that there will be a good response to this and Valter might provide a similar solution?
Cheers for this! we were missing the BOING! and now it is back :) the whole process is not as daunting as it may seem at first :)
MaDavis
Videx
03-07-2010, 12:02 PM
is their a way in which i can have it just display above the forums and can remove the link to the full chatbox in the navbar?
also how do i edit the name of chatbox to something of my liking?
thanks..Setting the locations is in the options. There's also an option to disable the navbar link - the last one. Changing the name has already been covered: https://vborg.vbsupport.ru/showpost.php?p=1981718&postcount=399 .
Believe it or not, a very important part of installing any mod is taking the time to read through the entire thread for information. Yes, I know this becomes painful for popular mods, especially when people keep padding the thread with the same questions.
FASEOFMARS
03-07-2010, 02:58 PM
sorry i figured someone asked the question but their is 56 pages and i thought i would chance my arm and hopefully a gent like yourself would stop by and make my troubles a whole lot easier.. thanks a million!
Skreech94
03-07-2010, 04:32 PM
I'm sure this has been asked a lot and most of us would enjoy, can you add more command functions?
Examples:
/notice
/prune
/ban
and more things along those lines. It would be really nice for this chatbox and would make it perfect.
madotds
03-07-2010, 05:29 PM
Add an alert sound to new chats....
OK folks, this is not for the faint of heart and I know there must be a much easier way to do this, but until something better comes along....
BEFORE YOU BEGIN.
You'll need a wav file and access to your database.
STEP 1: UPDATE USER TABLE
Add new column of type "INT"
Name Column = "countvsachats"
I hope that there will be a good response to this and Valter might provide a similar solution?
Hi someone asked me how to add the column for this to there database so I have created a quick picturial HERE (http://www.called2duty.com/vbulletin-help/1438-how-add-column-table-phpmyadmin.html) for anyone who would like to know. It is not as hard as it sounds :)
Hope it helps
MaDavis
princeedward
03-07-2010, 06:26 PM
Hi someone asked me how to add the column for this to there database so I have created a quick picturial HERE (http://www.called2duty.com/vbulletin-help/1438-how-add-column-table-phpmyadmin.html) for anyone who would like to know. It is not as hard as it sounds :)
Hope it helps
MaDaviswhat a nice step by step add-ons tutorial out there mate...thanks a lot for the time you've spent...
but still confused about this thing here
STEP 2: MODIFY PLUGINS - (VSa - ChatBox - MN)
FIND THE FOLLOWING FUNCTIONS "ccbmessages"
ADD ABOVE: THIS ONE? >>> $vbulletin->db->show_errors(); OR WHAT?
AND WHAT IS THIS CODE BELOW?
$tvsacurrent = $vbulletin->db->query_read("SELECT COUNT(ID) AS VSACURRENT FROM ".TABLE_PREFIX."vsa_chatbox AS vsa_chatbox");
while ($tvsacurrent = $vbulletin->db->fetch_array($tvsacurrent))
{
$vsacurrent = $tvsacurrent[VSACURRENT];
}
$tvsauser = $vbulletin->db->query_read("SELECT countvsachats AS VSAUSER FROM ".TABLE_PREFIX."user WHERE userid = " . $vbulletin->userinfo['userid'] ."");
while ($tvsauser = $vbulletin->db->fetch_array($tvsauser))
{
$vsauser = $tvsauser[VSAUSER];
}
if ($vsacurrent > $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
if ($vsacurrent < $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
$vsacb_box_totalmessages = $vbulletin->db->num_rows($vsacb_get_msg_box);
STEP 3: SCROLL DOWN AND FIND .... if ($vsacb_box_totalmessages>0)
ADD ABOVE: >>> (notice here I am loading a chat.wav from images\misc - you'll need to upload a wav and change accordingly):
if ($vsacurrent > $vsauser)
{
echo ('<div><table><tr><td><EMBED SRC="images\misc\chat.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED></td></tr></div>');
}
tried to think to make this work still no luck...
:confused: hmmm...
madotds
03-07-2010, 07:20 PM
Just shooting some noobs on xbox and then i will make an addon to that post buddy ;)
madotds
03-07-2010, 07:48 PM
Ok the easiest way to do this is to go to the plugin we need to edit in this case
?VSa - ChatBox ? MN?
How? Admincp>>> Plugin and products>>>>Plugin manager Scroll down and find the VSa-Chatbox-MN plugin and next to that click edit.
Select everything in the php code box and copy it to a text editor of your choice ( I use notepad++ )
Once there you can use the find function and look for
$vbulletin->db->show_errors();
And add on the line above it (copy and paste)
$tvsacurrent = $vbulletin->db->query_read("SELECT COUNT(ID) AS VSACURRENT FROM ".TABLE_PREFIX."vsa_chatbox AS vsa_chatbox");
while ($tvsacurrent = $vbulletin->db->fetch_array($tvsacurrent))
{
$vsacurrent = $tvsacurrent[VSACURRENT];
}
$tvsauser = $vbulletin->db->query_read("SELECT countvsachats AS VSAUSER FROM ".TABLE_PREFIX."user WHERE userid = " . $vbulletin->userinfo['userid'] ."");
while ($tvsauser = $vbulletin->db->fetch_array($tvsauser))
{
$vsauser = $tvsauser[VSAUSER];
}
if ($vsacurrent > $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
if ($vsacurrent < $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
$vsacb_box_totalmessages = $vbulletin->db->num_rows($vsacb_get_msg_box);
Then use the search function again to find
$vsacb_box_totalmessages>0
And on the line above that add (copy and paste) the next bit of code
if ($vsacurrent > $vsauser)
{
echo ('<div><table><tr><td><EMBED SRC="images\misc\chat.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED></td></tr></div>');
}
Once you have done that you can copy the whole lot back from your text editor into the plugin phpcode box replacing the original code and click save.
You then need to find a good wav file. you can TRY HERE (http://www.findsounds.com/) and upload it to your images/misc folder ( make sure and name it "chat.wav )
Hope this helps
Mark
supadave
03-08-2010, 03:45 AM
Valter, this product is not working with IE8. I have no issues with Fire Fox. What i have done;
Reverted all your templates.
Removed Product, and reinstalled most current .xml file.
Dissabled all mods (was getting the error before and after mod disableing) but chatbox.
Pruned through 50+ pages here to find the problem.
What error does;
does not allow type input in the message text field i.e. I cannot chat. Also the area where you type in the message txt is exploded, compared to Fire Fox, no problems with Fire Fox.
I noticed you said it works on IE8 on win 7 x64, what about IE8 32 bit (most users still run these older version) on Vista & XP?
Server info:
Apache server running php5x and mysql5x , new forum so forum size is small. Running VB4.0.1 about to update to latest patch fix. Side note: VB style is default, only color changes.
Webbstre
03-09-2010, 06:04 AM
This is an excellent product, but I have one request: I would like to insert the chatbox as a forum block or cms widget. I haven't read through the 56 pages before this post, so it might have come up before, but is there a way to manage that?
eBola75
03-09-2010, 08:24 AM
Hallo,
I have strange problem.
When you go to forum page. "Smilies list" are displayed inside chat. When I refresh everything is OK.
See picture
https://vborg.vbsupport.ru/
bigjosh359
03-09-2010, 09:21 AM
Hallo,
I have strange problem.
When you go to forum page. "Smilies list" are displayed inside chat. When I refresh everything is OK.
See picture
https://vborg.vbsupport.ru/
I had this happen a couple times and mentioned it in a previous post, no answer but I havent had it happen since either.
eBola75
03-09-2010, 09:57 AM
I had this happen a couple times and mentioned it in a previous post, no answer but I havent had it happen since either.
it happens only first time loading page. Than never again.
But clear browser cache,cookies.
Reload...
and again
nyunyu
03-09-2010, 10:38 AM
Is there an option to ban users?
Ozymandyus
03-09-2010, 01:14 PM
This is an excellent product, but I have one request: I would like to insert the chatbox as a forum block or cms widget. I haven't read through the 56 pages before this post, so it might have come up before, but is there a way to manage that?
Valter indicated a few pages back that he was finding it very difficult to make it work as a widget, due to Jelsoft changing the way the code worked, so he was not going to make a CMS widget a priority. Whether this means he will get it working eventually or not I don't know, but given that he seems a skilled coder, I would imagine that it will happen eventually.
I believe it's possible to do yourself by pasting all of Valter's chatbox code into a custom PHP widget. It would still require tweaking though. Hopefully we get an official version soon, I'm planning on donating at that point myself, as it's the last functionality I need to seamlessly integrate this into my board.
Webbstre
03-09-2010, 10:46 PM
Valter indicated a few pages back that he was finding it very difficult to make it work as a widget, due to Jelsoft changing the way the code worked, so he was not going to make a CMS widget a priority. Whether this means he will get it working eventually or not I don't know, but given that he seems a skilled coder, I would imagine that it will happen eventually.
I believe it's possible to do yourself by pasting all of Valter's chatbox code into a custom PHP widget. It would still require tweaking though. Hopefully we get an official version soon, I'm planning on donating at that point myself, as it's the last functionality I need to seamlessly integrate this into my board.
Ok, it's not an essentially vital thing right now, I just thought I would ask.
Does anyone know how much of a load an active chatbox causes on their server?
mobe00
03-10-2010, 06:34 AM
Ok the easiest way to do this is to go to the plugin we need to edit in this case
?VSa - ChatBox ? MN?
How? Admincp>>> Plugin and products>>>>Plugin manager Scroll down and find the VSa-Chatbox-MN plugin and next to that click edit.
Select everything in the php code box and copy it to a text editor of your choice ( I use notepad++ )
Once there you can use the find function and look for
$vbulletin->db->show_errors();
And add on the line above it (copy and paste)
$tvsacurrent = $vbulletin->db->query_read("SELECT COUNT(ID) AS VSACURRENT FROM ".TABLE_PREFIX."vsa_chatbox AS vsa_chatbox");
while ($tvsacurrent = $vbulletin->db->fetch_array($tvsacurrent))
{
$vsacurrent = $tvsacurrent[VSACURRENT];
}
$tvsauser = $vbulletin->db->query_read("SELECT countvsachats AS VSAUSER FROM ".TABLE_PREFIX."user WHERE userid = " . $vbulletin->userinfo['userid'] ."");
while ($tvsauser = $vbulletin->db->fetch_array($tvsauser))
{
$vsauser = $tvsauser[VSAUSER];
}
if ($vsacurrent > $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
if ($vsacurrent < $vsauser)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET countvsachats = ".$vsacurrent." WHERE userid = " . $vbulletin->userinfo['userid'] . "");
}
$vsacb_box_totalmessages = $vbulletin->db->num_rows($vsacb_get_msg_box);
Then use the search function again to find
$vsacb_box_totalmessages>0
And on the line above that add (copy and paste) the next bit of code
if ($vsacurrent > $vsauser)
{
echo ('<div><table><tr><td><EMBED SRC="images\misc\chat.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED></td></tr></div>');
}
Once you have done that you can copy the whole lot back from your text editor into the plugin phpcode box replacing the original code and click save.
You then need to find a good wav file. you can TRY HERE (http://www.findsounds.com/) and upload it to your images/misc folder ( make sure and name it "chat.wav )
Hope this helps
Mark
i did all of this..but still no sound playing ???
kiwi1342
03-10-2010, 08:14 AM
Hi,
I don't know if anyone asked this already, but it would be cool if (like an other chat posted in this forum but not as good as this one ;) ) there would be the possibility to create a link in chat when a new post is made.
what do you think?
thx
kiwi1342
03-10-2010, 08:33 AM
just made a two small plugin for New Topic and Reply Notification in your chatbox, im still new to vbulletin scripting so i apologize if there is any mistakes :) But I have been using it for a couple days fine
you must make a couple changes to it though once you install it, in BOTH plugins
alter line 2 or 3
that reads...
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
this will filter out private forums you don't want the public to see when a post is made, so add/remove the forumid's you wish to hide.
one last edit is the SQL insert in BOTH plugins, change the '2' to whatever userid you would like to show the posts as. I would setup a postbot and link it to that userid.
$vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "vsa_chatbox` (`userid`, `userip`, `message`, `dateline`, `textprop`) VALUES ('2', '".$_SERVER['REMOTE_ADDR']."', '" . $vbulletin->db->escape_string($message) ."', ".TIMENOW.", '');");
Thats all :)
I will try this now but I dont' understand why it says 2 plugins but I see only one xml file :confused:
kiwi1342
03-10-2010, 08:55 AM
OK I figured it out. Here are the steps:
1. Download the replypost-notification.xml which you'll find here https://vborg.vbsupport.ru/showpost.php?p=1994272&postcount=765
2. open the file just downloaded and edit it as explained in the post. Be carefull that there are two plugin in this single xml file which means that you have to edit the text for both plugin ( search for 'forumid'], array(105,83,121,110,82,112,109,101,102,72)) inside the document and you'll find two results)
3. once you edited it save the file and go to your admincp page
4. scroll down to the end and go to Plugins & Products --> Download / Upload Plugins
5. scroll to the botton and upload the previous xml file. You should see now the "VSA New Reply" and "VSA New Thread" plugin in the list.
Job Done :D
mobe00
03-10-2010, 09:24 AM
OK I figured it out. Here are the steps:
1. Download the replypost-notification.xml which you'll find here https://vborg.vbsupport.ru/showpost.php?p=1994272&postcount=765
2. open the file just downloaded and edit it as explained in the post. Be carefull that there are two plugin in this single xml file which means that you have to edit the text for both plugin ( search for 'forumid'], array(105,83,121,110,82,112,109,101,102,72)) inside the document and you'll find two results)
3. once you edited it save the file and go to your admincp page
4. scroll down to the end and go to Plugins & Products --> Download / Upload Plugins
5. scroll to the botton and upload the previous xml file. You should see now the "VSA New Reply" and "VSA New Thread" plugin in the list.
Job Done :D
what shall we edit you mean, the numbers (marked in red) with the forum id you dont want to show ?? in my forum its id 57 that i dont want to show there
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
kiwi1342
03-10-2010, 09:31 AM
what shall we edit you mean, the numbers (marked in red) with the forum id you dont want to show ?? in my forum its id 57 that i dont want to show there
if (!in_array($this->info['forum']['forumid'], array(105,83,121,110,82,112,109,101,102,72))) {
yes :) as xplained in the original post you should change only the number insidde the bracket. If you want to NOT show notification for your forum id 57 you should remove all those numbers and write only 57 :)
eBola75
03-10-2010, 10:21 AM
Excellent kiwi!
Love that
Also change text color if you use white background as me or it will be white text on white background.
Nobody will help me with that "Smilies list" problem mentioned above?
kiwi1342
03-10-2010, 10:30 AM
Excellent kiwi!
Love that
Also change text color if you use white background as me or it will be white text on white background.
Nobody will help me with that "Smilies list" problem mentioned above?
oh well I have black background ;)
What's the problem with smilies?
eBola75
03-10-2010, 11:29 AM
oh well I have black background ;)
What's the problem with smilies?
I have this problem - https://vborg.vbsupport.ru/showpost.php?p=2000307&postcount=848
kiwi1342
03-10-2010, 11:35 AM
I don't understand your problem sorry. I visited your forum and I don't have the option to select smilies (maybe because I am not registered) and in the screenshot I don't understand what's going on :(
eBola75
03-10-2010, 12:12 PM
OK I figured it out. Here are the steps:
1. Download the replypost-notification.xml which you'll find here https://vborg.vbsupport.ru/showpost.php?p=1994272&postcount=765
2. open the file just downloaded and edit it as explained in the post. Be carefull that there are two plugin in this single xml file which means that you have to edit the text for both plugin ( search for 'forumid'], array(105,83,121,110,82,112,109,101,102,72)) inside the document and you'll find two results)
3. once you edited it save the file and go to your admincp page
4. scroll down to the end and go to Plugins & Products --> Download / Upload Plugins
5. scroll to the botton and upload the previous xml file. You should see now the "VSA New Reply" and "VSA New Thread" plugin in the list.
Job Done :D
I'm using it and like it. But problem I see is when somebody edit message it make new chat post also. is it possible to make it work only for new messages?
kiwi1342
03-10-2010, 12:21 PM
I'm using it and like it. But problem I see is when somebody edit message it make new chat post also. is it possible to make it work only for new messages?
I think it is because the coder uses the postsave hookname. I am not a vb coder so we should wait his answer.
Anyway what was the exact problem that you had with smiles?
eBola75
03-10-2010, 12:33 PM
I think it is because the coder uses the postsave hookname. I am not a vb coder so we should wait his answer.
Anyway what was the exact problem that you had with smiles?
When somebody cames to forum for first time ever. (no cashe, cookies...) "Smilies list" is displayed in chat body. Refreshing page solve this and after that everything works fine.
kiwi1342
03-10-2010, 12:43 PM
well on that screenshot that you posted I don't see the smilies menu. I see the entire forum loaded inside the chat but I tried before and your chat looks fine (there is no smilies menu, and it was my first time that I connected to your forum).
I notice that you changed the layout from what was in that screenshot... maybe that fixed the issue
eBola75
03-10-2010, 01:13 PM
well on that screenshot that you posted I don't see the smilies menu. I see the entire forum loaded inside the chat but I tried before and your chat looks fine (there is no smilies menu, and it was my first time that I connected to your forum).
I notice that you changed the layout from what was in that screenshot... maybe that fixed the issue
You have to come directely to forum site. Not from main site link. It happening even when I changed style. if you visit this link - http://www.soccervista.com/forum/ from browser you have not used before you will se what I mean.
Sorry for link posting and my English
dangerin
03-11-2010, 07:43 AM
Good morning at alls..
I need ( if possible ) to have a sound , how i hear in a lot of chat, when there's a new post.. because it happen very often that the admins or moderators are reading articles on cms or in forum and some users post a question on chat and no one answer because we do not see the new message except when we scrool up the screen and is ever later to cath the user and i think that it's not good for a chat ( maybe i wrong but i only ask that for me coukd be very usefull )
Thanks
dangerin
03-11-2010, 08:50 AM
Or if sound is impossible some thing that can see that someone has written in the chat box..
so .. if someone do not see on chat is really difficult to know that's a message in ..
Hi
tiga2
03-11-2010, 12:20 PM
I was trying to remove the Icons : Underline, Bold, Italic and remove text formatting.
I cant find which template to remove it from. Anyone has a solution?
princeedward
03-11-2010, 01:31 PM
I was trying to remove the Icons : Underline, Bold, Italic and remove text formatting.
I cant find which template to remove it from. Anyone has a solution?hi...go vsa_chatbox_input template and find this code...delete or just add the red one
<!---
<input id="vsacb_m_bold" type="button" class="button" style="width:30px;font-weight:bold;" value="B" onclick='VSacb_updateSButton(this, "fontWeight")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<input id="vsacb_m_italic" type="button" class="button" style="width:30px;font-style:italic;" value="I" onclick='VSacb_updateSButton(this, "fontStyle")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<input id="vsacb_m_underline" type="button" class="button" style="width:30px;text-decoration:underline;" value="U" onclick='VSacb_updateSButton(this, "textDecoration")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<img src="{vb:stylevar imgdir_editor}/separator.gif" border="0" alt="" /><img class="inlineimg" style="cursor:pointer" src="{vb:stylevar imgdir_editor}/removeformat.png" border="0" alt="{vb:rawphrase vsacb_remove_formatting}" onclick="VSacb_delCookies();" />
--->
hope it help you and goodluck
best regards
:p
tiga2
03-11-2010, 02:09 PM
wOW U made my day princeedward, would love to buy u a beer hehe! Worked...
SoltanWorld
03-11-2010, 04:12 PM
No one wanna answer me ? How can i use this as widget ?huh?
Markos
03-11-2010, 04:27 PM
is there anyway to set the users font colour the same colour as there user group colour ?
Ozymandyus
03-11-2010, 04:39 PM
No one wanna answer me ? How can i use this as widget ?huh?
The short answer is you can't unless you want to write your own custom widget for it. Valter's aware of the requests but said that due to changes in the vBulletin code it was difficult for him to create one.
GamerPerfection
03-11-2010, 07:09 PM
Not sure if this has been mentioned in the 51 page thread, but is it possible to change the default colour? At the moment it's black, and my forum background is black.
i removed black from the colour options, but that doesn't have an effect on the default colour being black?
Any ideas?
EDIT: Ignore that, after removing black from the colour list it did actually move the default to the next colour I think. :)
EDIT EDIT: Ah ok I see what happened, it remember the last colour i used the next time I logged in so the last colour i used becomes my default next login. Ok that's not a big issue. :)
dangerin
03-12-2010, 07:13 AM
No one answer to my question about the sound for a new post?
How do you use this chat without sound? is possible that must be a person every present to see if someone write something?
Ok when the chat is very very used but when is used to ask something and no one answer because do not know that's written on is a problem.
Thanks
domi681
03-12-2010, 07:37 AM
Hello, you may write in the forum when you receive a notice posted on the chat?
dangerin
03-12-2010, 07:59 AM
mmhh i do not understand!
If someone write in chat must go also on forum to write that has written on chat to reciev an answer?
Chat is a simply and fast mode to comunicate if there are to do other operations except to write in chat i lost the useful of this mod do not think?
Think if when i write on a chat on a site i must go also on forum to advise.. i have never found a chat without sound or advise .. ( except when thers is only a full page in a site that is dedicate ONLY to the chat ).
I hope to have said all correctly because i'm italian and my english is not the best
kiwi1342
03-12-2010, 08:59 AM
Has anyone noticed that in the smilies menu, if you click on the More nothing happens?
kiwi1342
03-12-2010, 09:21 AM
is there a way to get older versions? I have some issue with latest 3.1.6
LouisB
03-12-2010, 11:42 AM
Anyone getting an error similar to this: Invalid Page Specified
I've tried reinstalling but no luck.
princeedward
03-12-2010, 11:46 AM
is there a way to get older versions? I have some issue with latest 3.1.6try the attachment below mate...hope it solve your problem...
goodluck and best regards...
:p
gamershell
03-12-2010, 02:50 PM
I finally got it installed however, I have a question. The chatbox shows up on the top of the forums and then again on the bottom. I can get it so it just shows up on the bottom but, not just the top.
Is there a way to fix this? I am sure there is a way, however, I don't want to search through 60 pages to find it. If someone could tell me how or point me to a thread that tells me, I would be greatly appreciative. :D
On another note, I would like to apologize to Videx (I think that's the name) for being a bit of ++++ the other day. I was just frustrated with the whole situation. Not that is an excuse. My apologies again.
kiwi1342
03-12-2010, 04:09 PM
try the attachment below mate...hope it solve your problem...
goodluck and best regards...
:p
thanks. the chat is much faster in loading now :)
e36freak
03-13-2010, 10:10 AM
Really great AddOn - thank you for it. But I have a question on it:
Would it be possible to show the information about the acitve users (Users active in last 10 minutes) on the standard view too? It would be great to have it.
I think it's only a small change, but could somebody help?
Thank you in advance!
ndahiya
03-13-2010, 01:37 PM
Hi,
Great chatbox. but 3 urgent issues for me:
1. is there a way to show "who's online in the chat" block on the main page (but not the chat itself).
2. is there a way to show login/logout of chat in the message list?
3. when i click on a username, want to open the profile page in a separate window. right now it opens in the same window, logging out of chat.
>>> edit template vsa_chatbox_bit . find
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw vsacb_msg_box.userid}">
replace with
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw vsacb_msg_box.userid}" target=_chatprofile>
<<<<
ndahiya
Kaosvf
03-13-2010, 03:55 PM
Hi,
Strangely today more than 100 guests were made to watch "ChatBox Archive", the Chatbox I have it installed for weeks and has never done so, what can it be?
https://vborg.vbsupport.ru/external/2010/03/47.png
xDazedx
03-13-2010, 04:06 PM
ok made the mistake of updating to 4.02. I did not see anything in the instructions about reverting templates and now my shoutbox layout is broken. Suggestion on how to fix?
****nevermind my whole site is messed up*****
Aclikyano
03-13-2010, 06:39 PM
/me does not work for me...
Aclikyano
03-13-2010, 06:39 PM
/*me
icemann
03-14-2010, 11:51 AM
I'm running vb4.0.2 and it only shows in Firefox browser, why? :confused:
Sacmo77
03-14-2010, 06:48 PM
The Chatbox works great and it's very flexible. However, I wanted to add 2 chat boxes, 1 for general users, 1 for Admins. Is there a way to accomplish this? I wouldnt mind if it was just the same product using a different SQL database. It seems like the easiest way.
testbot
03-14-2010, 07:33 PM
it's hard to search the entire thread but did anyone ever answer if it was able to make it so you can only chat one on one with someone if they're your friend?
wickedstangs
03-15-2010, 02:22 AM
Installed and Advertising Under Navbar is no longer there.. Awesome Chat by the way...
parks72
03-15-2010, 04:23 AM
thanks will try it tomorrow.......
dangerin
03-15-2010, 06:42 AM
it's hard to search the entire thread but did anyone ever answer if it was able to make it so you can only chat one on one with someone if they're your friend?
Interesting also this question and i'm waitnig to know if is possible to have a sound when there's a new message on chat box.
Please some one can answer also to say that is not possible and ther's no way to have this additional mod.
Bye
LouisB
03-15-2010, 10:44 AM
Anyone getting an error similar to this: Invalid Page Specified
I've tried reinstalling but no luck.
Bump. Anyone?
Videx
03-15-2010, 11:49 PM
Anyone getting an error similar to this: Invalid Page Specified
I've tried reinstalling but no luck.No, I don't recall seeing that error here. You'll have to figure it out yourself or give us a lot more information.
it's hard to search the entire thread but did anyone ever answer if it was able to make it so you can only chat one on one with someone if they're your friend?No, this mod currently does not allow one on one chats, and I don't recall seeing any easy way to hack it to do that.
Installed and Advertising Under Navbar is no longer there.. Awesome Chat by the way...Mine's gone too but I wasn't sure if it was this mod. Apparently so. If we didn't have so many repeat posts perhaps we could get the occasional real bug fixed.
Interesting also this question and i'm waitnig to know if is possible to have a sound when there's a new message on chat box.Yes, but it requires a lot of effort. Look back a ways and you'll find lengthy instructions. You probably don't want to do this unless you have a dedicated server (chat boxes in general will get you in trouble on shared servers; chat boxes that encourage people to hang around for hours at a time are even worse).
dangerin
03-16-2010, 06:45 AM
i'm sure that need a lot of effort but if i was able to do it i'd od surely because for me is really usefull and a sound for a new post i do not think taht create problems with shared hosting because also for the new private message ther's a sound and is not look like how a problem ).
Chat box for my site is important because users do not use a lot the ofrum but prefer the chat and so i'd like to give them this possibility but without sound or advice is not the best experience
Videx
03-16-2010, 09:26 AM
Chat box for my site is important because users do not use a lot the ofrum but prefer the chat and so i'd like to give them this possibility but without sound or advice is not the best experienceYou're looking at it backwards though. In fact, by lowering traffic in your forum, you are doing yourself a disservice.
dangerin
03-16-2010, 09:35 AM
your word are correct but i'm searching to use the chat to invite more users to use the forum and if they see that there are people on chat that answer may be go on forum.
Actually some one write on chat and no one answer except when see the post but is ever later.
is a mode to hope to increase the forum's users
Videx
03-16-2010, 09:57 AM
You may want to consider a more complete solution then like Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=233009&highlight=addonchat) which won't use your own bandwidth, and has features like sounds. Well, I don't remember if sounds are in the free version or not. But at least you should read that thread to get some idea of what you're up against. Ditto the Flashchat threads.
dangerin
03-16-2010, 10:08 AM
interesting but it not appear on screen and is a task on navbar so is normal that who click to go on chat read also the posts.
So i read that the free version is withput a lot of add on.
But now i lìread better all the posts.
thank you..
i'd love THIS vsachat because for me is the better chat that i've seen
vanbeat
03-16-2010, 10:40 AM
I have a problem, the chat don't show me date and time, only [d-m, H:i]. Anyone can help me? I see some pages of this post, but is so large to can find the response...
Thanks in advance
-=Leb=-
03-16-2010, 08:55 PM
thx, for your great plugins cyb hmm i mean vsa. sorry i'm still used to call you the old name <3
9mmPreacher
03-16-2010, 11:13 PM
I installed the xml file and everything seems to be working fine but I don't see the chatbox anywhere on my forum home page. Any advice?
Aclikyano
03-17-2010, 12:40 AM
any reason why */me does not work on the shoutbox?
Videx
03-17-2010, 12:54 AM
I installed the xml file and everything seems to be working fine but I don't see the chatbox anywhere on my forum home page. Any advice?Have you gone into Options and turned it on and given it a location(s)?
any reason why */me does not work on the shoutbox?I dunno, but /me works here (without the asterisk). e.g. "/me yawns and wakes up".
wickedstangs
03-17-2010, 05:29 AM
https://vborg.vbsupport.ru/external/2010/03/35.jpg
How do you change that white color to match my theme?
9mmPreacher
03-17-2010, 10:07 AM
I went into my options I just cannot find the chat box. It's installed as a product but in the settings/options there are no options for it there.
Videx
03-17-2010, 10:56 AM
I went into my options I just cannot find the chat box. It's installed as a product but in the settings/options there are no options for it there.As the years go by that Options box isn't getting any easier to find stuff in. I think it would be easier as a page of links; at least you could search for "chat" and get a hit.
Mine is 8th from the bottom - "VSa - Chatbox". But there's no telling where yours might be since it will depend on how many other mods have put things in there. If it's really not there then all you can do is try uninstalling and starting from scratch with a new download/install.
PS The color question has been answered in-thread. Good Luck finding it.
Ozymandyus
03-17-2010, 01:42 PM
PS The color question has been answered in-thread. Good Luck finding it.
You mean that I can't just show up here and demand that someone find the answer for me?! :rolleyes:
9mmPreacher
03-17-2010, 04:43 PM
Thank you I got it to work. The product had not installed properly and that is why I couldn't see it. I uninstalled and reinstalled and it's working fine! Thanks again everyone for all the help.
alfanexus
03-18-2010, 01:54 PM
Wish: Use it in a Widget!
Great mod, just wanted to add the abillity to use it as a widget instead of showing om the forum. My biggest wish when time ;)
AspoX
03-18-2010, 06:57 PM
hello, I have a problem with the chat you posted on our forum, for some reason does not show the date of messages, the chat will be a bug or error in configuration?
Screen
https://vborg.vbsupport.ru/external/2010/03/33.jpg
Greggg
03-18-2010, 07:04 PM
hello, I have a problem with the chat you posted on our forum, for some reason does not show the date of messages, the chat will be a bug or error in configuration?
Screen
https://vborg.vbsupport.ru/external/2010/03/33.jpg
look ;)
http://img441.imageshack.us/img441/2395/timedate.png
:)
AspoX
03-18-2010, 07:17 PM
Thanks, Problem solved :)
Greggg
03-18-2010, 07:50 PM
This does not include additional Usergroups ? :(
Valter, This does not include additional Usergroups ? please
columbonet
03-18-2010, 09:07 PM
I have the issue of chat not loading on page load the first time. I actually have to click the '"forum" button and when it reloads the page it will reload chat properly.
tiga2
03-18-2010, 09:45 PM
How can I make the Load a bit lower... Its eating up all the server resource.. I changed the settings but im not sure which is best
Hippy
03-18-2010, 09:52 PM
admincp >options>Vsa-chatbox Auto-refresh & Status
Messages auto-refresh interval in seconds
Note: Don’t set this value too low because of server load / default 10
Toxic2
03-19-2010, 01:35 AM
Valter,
What code and where, to add to make a Sticky Chat to stay at the top for announcement or for something Important ?
Great Chat box !
stator
03-19-2010, 05:58 AM
I'd like to how to adjust the width of chat Box
Thanks in advance
ndahiya
03-20-2010, 11:13 AM
1. is there a way to show "who's online in the chat" block on the main page (but not the chat itself).
2. is there a way to show logins/logouts of chat in the message list?
ndahiya
Bump....
Also, is it possible to show only the last say x mins of messages in the chat list by default (the archive still has all)...
ndahiya
Installed ... thanks for your work ...
Is there any way to insert an image?
thanks
musado1961
03-20-2010, 12:01 PM
Is it possible to run two instances of the chatbox on one forum?
As in, one for Moderators that members cant see/access and another for members that everyone can access?
Webbstre
03-21-2010, 05:58 AM
Just out of curiosity, has anyone installed this on a very busy live board yet? I'm curious as to what kind of server load I can expect.
210665
03-22-2010, 02:16 PM
Hello
Is it possible to be installed, the button of the type of [img] [/ img] replaced.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXX
Hallo
Ist es möglich ein Button so einzubauen das der das eingeben von ersetzt.
Aclikyano
03-22-2010, 03:10 PM
why /me does not work!! !!!!!
Just a question: isn't this AJAX chat very server intensive with about 10-20 users chatting at the same time? And I don't mean a really slow chat, but one where's everyone talking with eachother?
jkcerda
03-22-2010, 11:59 PM
Just a question: isn't this AJAX chat very server intensive with about 10-20 users chatting at the same time? And I don't mean a really slow chat, but one where's everyone talking with eachother?
yes it is, I have it set to refresh every 20 secs, I DONT have that many users on it 10-12 tops.
The_Big_K
03-25-2010, 02:19 AM
Any clues, on how to change the name from 'Chatbox' to something else?
badawidollah
03-25-2010, 02:26 AM
wow
installed
very nice
Videx
03-25-2010, 11:11 AM
Any clues, on how to change the name from 'Chatbox' to something else?https://vborg.vbsupport.ru/showpost.php?p=1981718&postcount=399
badawidollah
03-25-2010, 03:11 PM
how to make this vsa - chat box below vsa -advanced statistic
if both installed, vsa-chatbox always under the vsa-advance statistic
thanks
Hi everyone. Im asking for some advice here as i do not understand how to do something.
The chatbox is installed fine and works fine.
However only a limited amount of people are allowed to see this shoutbox. Those people all have access to a single subforum : http://forum.clipwiregames.com//forumdisplay.php?98-Seriously-Offensive-Shit-General
The rest of the forum population use a different chat system.
On 3.8 i had this setup and had no issue, but I am not seeing or understanding how to do this now in 4.0 and with this updated version.
To add to desired template (example FORUMHOME):
1. Add 'index' to THIS_SCRIPT locations (Product options)
2. Add 'FORUMHOME' to template names (Product options)
3. Open 'FORUMHOME' template and put "{vb:raw vsachatbox}" to desired line (for example after '<!-- /main -->') -> Save
But where to i put this or..how do i define this so it is only forum 98?
THanks
fferre
03-26-2010, 09:31 AM
Hello
installed and running propertly!
but I would like to know something. I want to make chat only visible in one subforum.
Is there any setting to do that?
THANKS
Heldenverband
03-26-2010, 02:13 PM
One question from my side.
After standard installation the chat have the complete width of my webside. What I have to do to use this only at the same dimension as my category ( forum ) because I have boxes on the left side.
Heldenverband
03-26-2010, 03:16 PM
Solved. Thank you.
It was necessary to disabled position on page.
RNGDE
03-26-2010, 05:39 PM
For some reason, I am not unable to see chatbox. this was workign fine for 2 months now, and now everyone can see the chatbox (except me admin), including other admins in the same usergroup as me (they can see it). I cannot though
Any suggestions as to why this is happening
xDazedx
03-26-2010, 09:41 PM
Need some help here customizing this a bit and I know one of you can or has done this. I want to basically do a cut and paste of the chatbox to post outside the forum. I did this before with phpbb3 but have not been able to do this with the chatbox.
Fox example, the chatbox has a "full version" which you could use in an iframe on an external page. However you get the header and footer which is not good. You can get rid of some of that with the iframe but would still have the header. I basically want a 720px by 350px (roughly) of just the chatbox.
Has anyone done this or have any ideas on how to accomplish?
****Resolved*****
baghdad4ever
03-27-2010, 06:19 PM
please can some one answer this request?
how to set time between posts inorder to prevent flood in the chat??
Videx
03-28-2010, 12:40 AM
how to set time between posts inorder to prevent flood in the chat??I see no option in this mod to do that. If one of your members can't help themselves, infract them. And of course keep a low logout set - no more than maybe 5 minutes.
Razfaz
03-28-2010, 10:01 AM
Is it possible to hear a little sound notice if someone write into the shoutbox?
Works in vBA out-the-box m8 :D
All I did was create a new template 'adv_portal_shout' with content as
{vb:raw vsachatbox}then in vBA admincp created a new template module, using the above template and turning 'Module Wrapper Template' off.
In chatbox CP I set 'Show chatbox on pages' to
adv_indexand 'Show ChatBox in templates' to
adv_portal_shoutand set 'Position on Page' to 'Disabled'
Thank you for the tip. Works perfectly
majazi
03-30-2010, 06:01 AM
coooooooooooooooooool
neiljedmonds
03-30-2010, 01:47 PM
Ive just read through 64 pages and I cant find where to edit the background, my current forum is black so with the white text bar that is two colours lost.
Nick
milaszewski
03-31-2010, 03:04 AM
Chatbox archive is limited to 50 entries per page. Any value above 50 in ACP will result in 50 entries per page displayed. I want to have 100 entries per page in archive. How can this be done?
tehtide
03-31-2010, 03:28 PM
Double post...
tehtide
03-31-2010, 03:28 PM
XHTML still isn't valid... this is the last plugin, for now, that isn't valid on my forum home. There are 2 errors, both in the vsa_chatbox_input template. Any chance we can get those fixed?
exyuteam
03-31-2010, 05:43 PM
Hello Valter,
Where are you m8 :up: Is this all from you for Chatbox, or you working on upgrades and new features? Just to know did you working on it, or you have too much private work....
Greetings from BG
axix20xx
03-31-2010, 09:24 PM
i installed this but its only said Loading... and nothing happend after post a message i got an error :
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error
how can i fix it ?
KEKforce
03-31-2010, 09:31 PM
i installed this but its only said Loading... and nothing happend after post a message i got an error :
how can i fix it ?
I got that too... Only when i'm behind a proxy server....
Lostboyfan
04-01-2010, 12:36 AM
I just installed it on my vBulletin site. Excellent 4.0 Mod.
literatestylish
04-01-2010, 02:07 PM
I've asked before but with no answer. Is anyone having loading issues? It takes about 5-10 seconds to fully load on my page.
Videx
04-01-2010, 03:30 PM
I've asked before but with no answer. Is anyone having loading issues? It takes about 5-10 seconds to fully load on my page.As I recall, nobody answered, indicating others aren't having the problem. But I also seem to remember you didn't give us a link then either so we could try it for ourselves.
Razfaz
04-01-2010, 05:26 PM
Again: Is it possible to hear a little sound notice if someone write into the shoutbox?
axix20xx
04-01-2010, 09:47 PM
again : why am i see the loading... ONLY ?
How Can i handle it ?
Videx
04-01-2010, 10:47 PM
Again: Is it possible to hear a little sound notice if someone write into the shoutbox?
Yes, but it's not easy. And worse, it will encourage people to sit in the chatbox keeping it active, which will increase your server load. https://vborg.vbsupport.ru/showpost.php?p=1992214&postcount=742
again : why am i see the loading... ONLY ?
How Can i handle it ?Who knows. Are you on a shared server? Have you asked your host about it? Does it do this in all browsers? Do you have a link?
NiTRoN
04-02-2010, 07:48 AM
Works in vBA out-the-box m8 :D
All I did was create a new template 'adv_portal_shout' with content as
{vb:raw vsachatbox}then in vBA admincp created a new template module, using the above template and turning 'Module Wrapper Template' off.
In chatbox CP I set 'Show chatbox on pages' to
adv_indexand 'Show ChatBox in templates' to
adv_portal_shoutand set 'Position on Page' to 'Disabled'
I've created this but for some reason on the main page instead displaying msg it says "Loading....." on the forumhome pages works correctly.. any idea why?
peleh
04-02-2010, 11:58 AM
would be nice to have borders, and maybe a shadow on the left like regular forums.
Ozymandyus
04-02-2010, 01:29 PM
Is this all from you for Chatbox, or you working on upgrades and new features? Just to know did you working on it, or you have too much private work....
I've tried not to nag about this as well, but seeing as how it's been a few weeks without hearing anything I thought I'd ask again. The only thing currently missing to make this a perfect mod for me is integration with vBulletin's CMS package. You'd indicated before Valter that this was difficult due to some changes Jelsoft had made in their code, have you had a chance to look at this? If you're going to add this functionality, do you have any idea on a timeline? Or perhaps you're waiting for the next major vBulletin 4.0 patch first?
axix20xx
04-02-2010, 06:21 PM
Who knows. Are you on a shared server? Have you asked your host about it? Does it do this in all browsers? Do you have a link?
when i install it for the first time , it did right . but as soon as i change the word for my persian forum . its stock in Loading...
I 'll Pm you my link and user and pass
Hippy
04-02-2010, 07:20 PM
would be nice to have borders, and maybe a shadow on the left like regular forums.
agreed:up:
Videx
04-02-2010, 08:18 PM
when i install it for the first time , it did right . but as soon as i change the word for my persian forum . its stock in Loading...
I 'll Pm you my link and user and passSo you think it may have something to do with languages? That's possible.
I logged in and looked around, but I really don't have time to troubleshoot it for you, sorry. But from my first impressions, I'd say you've got so many mods installed I'm not surprised they aren't beginning to interfere with each other. You need to at least try disabling all of them and see if it works, then enable one at a time to see which is the cause of the conflict.
But it may not be that easy. It looks like you've got mods that required manual template editing, and if one of those is the cause you're going to have to revert templates before you may find it.
Debbi
04-03-2010, 05:29 AM
This is just what I was looking for, and the easiest one I've ever installed. Great work!
Hitek Solutions
04-03-2010, 11:41 AM
Works great as expected!
sKippah
04-03-2010, 11:56 AM
Well, works quit nice but still no answers on how to integrate in vB cms (suite)?!
Does anyone know about that?
bigjosh359
04-03-2010, 02:08 PM
Well, works quit nice but still no answers on how to integrate in vB cms (suite)?!
Does anyone know about that?
That has been answered a dozen times...this version is not meant to be used as part of the CMS, at least not yet. Valter mentioned that there is considerable coding needed to make it work with the CMS.
sKippah
04-03-2010, 03:25 PM
okok.. thx.. to read 65 pages is quit a bit tough....
Is there a list of what commands are possible? like /me....
Valter
04-03-2010, 07:00 PM
No other commands available, as banning/deleting/pruning and other options are available in Archive menus.
nathanloehlein
04-04-2010, 04:48 AM
Is there a possibility of having multiple channels added to this chatbox?
Toxic2
04-04-2010, 08:07 AM
Valter,
What code and where, to add to make a Sticky Chat to stay at the top for announcement or for something Important ?
Great Chat box !
I have asked this question before, is it possible to get an answer of some sort? :confused:
Valter
04-04-2010, 01:12 PM
There is no easy way to add it by yourself.
betts02
04-05-2010, 11:15 AM
Have you any plans on making it so we can have different channels ?
Would be great for me and many more i dare say
Bouncer222
04-05-2010, 01:11 PM
Hey Valter I hope you can answer this question....
I noticed here at www.edgegamers.org (its an older version vbulletin and they dont run your shoutbox)
But they have their shoutbox automatically post this message " Welcome to the community, Yummy." when someone joins their community. It posts it in the shoutbox.
How can i do that?
Same thing with the Medal Awards system here on vbulletin , do you know how I can do it so that when someone receives an award from that mod, it says "Congratulations! Namehere has received the ______ award!
cracktvdigital
04-05-2010, 07:12 PM
Hi,
thanks for this hack ...
i would like know how i can change de color from chatbox (background) ...
now i have the chat in black ground but i would like change all chat in white color ...
sorry my bad english !
kordasspiros
04-06-2010, 07:30 AM
How add sound, for post in to chat?
shuett
04-06-2010, 12:12 PM
Great mod, and looks great on my site.
How can I change the words 'Chatbox full' to something else?
Thanks to the developer.
Kingdombuilder
04-07-2010, 02:28 AM
-One-click actions: View all messages posted by user X, Delete all messages posted by user x, Ban/unban user from ChatBox, View last message posted by user X, View your last message, View first unread message
-"/me" action (used when you want to refer to yourself in the "third person")
...and more...
How do i find the list of features this awesome chatbox has... I'm loving it! Is there a list somewhere that will allow me to see all them?
armthehomeless1
04-07-2010, 02:44 AM
Tried searching, but nothing came up and I'm not reading 66 pages....
To disable the 'Log-out user from ChatBox after X minutes of inactivity' option, do you just put '0'? Or do you leave it blank? Or can't you turn it off?
My users are complaining about it.
Haenk
04-07-2010, 09:03 AM
My guest (id: 1) can't send messages.
Any ideas?
https://vborg.vbsupport.ru/attachment.php?attachmentid=115413&stc=1&d=1270634587
Videx
04-07-2010, 01:38 PM
To disable the 'Log-out user from ChatBox after X minutes of inactivity' option,Why not just set it to something like 9999 minutes? But be aware - this will increase your server load. It is probably not something you want to do on a shared server!
Kolbi
04-08-2010, 07:24 AM
There is a little issue in connection with ibparcade.
Sometimes then a highscore is submitted the chatbox is shown below.
URL: http://www.2-wheel-planet.de/index.php?act=Arcade&do=newscore
Alucard^
04-08-2010, 08:56 AM
Would be really cool if this have pm system.
chriske
04-08-2010, 04:10 PM
I really like this mod, I would like it even better if there was an option to report messages somehow..
Also an option to place a line of tekst (where you can put a link to the chatbox rules or something)
Toxic2
04-09-2010, 01:14 AM
Argghh 4.03 stole My Chat box, Re-imported the xml and nothing, Mod is active, disabled, and re-enabled and still nothing. Gads !
Valter, is this something that needs to be upgraded via the xml?
Edit: Resolved, Had to re add the hook in the Forum home template.
min0taur
04-09-2010, 06:02 AM
Edit Never Mind I Manage to do This :P
Videx
04-09-2010, 01:40 PM
That looks like GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046) . Interesting though - in searching for it, I see someone managed to put it in a widget and get it to display on the CMS. Since this is so often requested here, I thought I'd mention it as I don't see why the same general technique wouldn't work for this chatbox. GCBOS Widget for vb Suite Gold! (https://vborg.vbsupport.ru/showthread.php?t=231448)
CharlieDelta
04-09-2010, 06:22 PM
Has anyone had this trouble?
When I enable the Cyb-Advanced Forum Rules I get this error inside of the chatbox;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1146) : eval()'d code on line 173
Any suggestions would be greatly appreciated
CharlieDelta
04-11-2010, 01:53 AM
Anyone?
exyuteam
04-11-2010, 09:32 AM
You have VB 4.xx? try to upgrade to VSa-Advanced Forum Rules ver. 5.0 - https://vborg.vbsupport.ru/showthread.php?t=236069 Maybe this help?
CharlieDelta
04-11-2010, 11:41 AM
exyuteam! Thank you very much! That worked!!!
exyuteam
04-12-2010, 06:27 PM
Thanks Valter for this update.... But, I still waiting for:
- Chatbox title
- Announcement in the chatbox
I think this is easy to add and useful options ;)
Also,
- New thread and new post warning in the chatbox (in separate column OR inside other chats)
- Adding chatbox channels
would be also very useful options?
THANKS M8!!!
Hello Valter... Did you want to conisder to put this in next versions of Chatbox?
As already explained earlier - First color is your style default, and it's automatically added. Second 'black' is one you defined in product options.
About this - if I use one skin (black), and someone use different (white), we have a problem. First, I will write with lite text color (white) and another user with dark text color (black). Can you do this - when I write with STYLE DEFAULT color, that text show on default skin color (on dark skin, text will be white, and on white skin text will be black!). Just custom text colors are displayed in choosen color.... This will solve many problems. Also, you can separate default color - maybee put it on top of color pickups, maybe text "Default" beside....
Thanks m8!
(littel explain in serbo-croatian:
Mozda nisam bas najbolje objasnio pa u najkracim crtama oko boja :) Problem je ako su skinovi potpuno razliciti (tamni i svetli) i ako se u Chatbox-u pise defalt bojom, najlogicnije je da se taj tekst i ispisuje defaul text bojom za taj skin, pa ne bi moglo da se desi da se poruka napisana na svetlom skinu ne vidi dobro na tamonom i obrnuto. Takodje, u color-selecoru ne bibilo lose da se ta default boja posebno odvoji u potpuno posebnom redu na vrhu - preko koje (ili pored koje) bi moglo da pise DEFAULT. Mnogi tu prvu boju i ne konstatuju i ne primecuju kao default boju izabranog skina. HVALA UNAPRED DRUZE!)
Ozymandyus
04-12-2010, 06:36 PM
That looks like GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046) . Interesting though - in searching for it, I see someone managed to put it in a widget and get it to display on the CMS. Since this is so often requested here, I thought I'd mention it as I don't see why the same general technique wouldn't work for this chatbox. GCBOS Widget for vb Suite Gold! (https://vborg.vbsupport.ru/showthread.php?t=231448)
That was actually one of the first things I tried, Videx...modifying that widget to work with this chatbox. Didn't have any luck getting it to work myself, perhaps someone else can get it going.
Any compatibility issues with 4.0.3? I've been holding off upgrading my board to see if there were any problems to be aware of.
K4GAP
04-13-2010, 01:26 AM
Works great!!!!
Is there any way to change the background color of the text area?
dbigras
04-13-2010, 04:16 AM
For some reasons, ever since I installed VSA Chatbox, I see TONS of people on my site, but I think they are phantom connections because they are all in the Chatbox Archive and it affects my stats.
ellinofatsa
04-13-2010, 11:06 AM
thank you thats very good!!
1i have a litle problem my chat is white color and the line its the same color white can i make it a nather color;;
thats here <has posted the thread> can i make that black?
its a post from member.
thank you for help.
innout
04-13-2010, 10:29 PM
Can anyone help me out changing the ChatBox title? And I looked through the settings couldn't find anything for unregistered users maybe let unregistered users chat.
Videx
04-13-2010, 11:14 PM
Change title: https://vborg.vbsupport.ru/showpost.php?p=1981718&postcount=399
I dunno about guests posting. What would you use for names?
BENSTER
04-14-2010, 01:38 AM
For some reasons, ever since I installed VSA Chatbox, I see TONS of people on my site, but I think they are phantom connections because they are all in the Chatbox Archive and it affects my stats.
Hiding your chatbox from unregistered users should do the trick. it sounds like the search engines are crawling all over it.
Videx
04-14-2010, 01:56 AM
I dunno about that. Guests are allowed to see my chatbox, but right now not a single one of anybody is viewing the chatbox archive. I think it's some sort of odd server issue.
K4GAP
04-14-2010, 02:32 AM
Works great!!!!
Is there any way to change the background color of the text area?
I've been digging in the code for a couple of days now and still can't find this myself. Anyone know?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.