vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - Digital Point Chat (https://vborg.vbsupport.ru/showthread.php?t=254433)

digitalpoint 11-05-2011 08:03 PM

What type of avatars are they? I believe it only works with custom avatars that are stored in the database.

Dave Hybrid 11-12-2011 10:46 PM

All custom avatars. Stored in the file system i believe.

Dave Hybrid 11-12-2011 10:47 PM

One other thing shawn, is it possible to have the chat log held for longer, it seems to delete after a period of time. Thanks!

digitalpoint 11-12-2011 11:19 PM

It keeps stuff for an hour... if you want to make it longer, you can edit the "Clean Up Chat Table" plug-in and change "3600" to however many seconds you want to keep stuff.

Dave Hybrid 11-13-2011 03:22 PM

Perfect, thanks.

Dirt Bike Addict 11-15-2011 03:01 AM

Got the following error:

Code:

Database error in vBulletin 4.1.2:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_digitalpoint_chat AS phrasegroup_digitalpoint_chat,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM vb_language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_digitalpoint_chat' in 'field list'
Error Number  : 1054
Request Date  : Monday, November 14th 2011 @ 10:42:50 PM
Error Date    : Monday, November 14th 2011 @ 10:42:50 PM
Script        : http://www.domain.com/forum/chat.php?do=ajax
Referrer      : http://www.domain.com/forum/chat.php
IP Address    : ***
Username      :
Classname    : vB_Database_MySQLi
MySQL Version :


digitalpoint 11-15-2011 05:32 AM

Did you restore a partial backup or anything? Looks like the phrase group that it comes with isn't there any longer.

Dirt Bike Addict 11-15-2011 12:12 PM

Quote:

Originally Posted by digitalpoint (Post 2268091)
Did you restore a partial backup or anything? Looks like the phrase group that it comes with isn't there any longer.

This was after a clean install of the chat mod.

Dirt Bike Addict 11-15-2011 02:10 PM

Well that was odd, the phrase error went away but then I got this error (that fix worked).
https://vborg.vbsupport.ru/showpost....3&postcount=72

Dirt Bike Addict 11-15-2011 02:24 PM

I do have one more thing that I'm having trouble with, I'm trying to reverse the chat order (newest at top) and got the PHP part of it working. However I know zlich about JS/AJAX and can't seem to get it to put the new chats at the top, they still get added to the bottom. (they'll be at the top after a page refresh though).

Any ideas?

paulket 12-20-2011 11:16 PM

Quote:

Originally Posted by Kingdombuilder (Post 2181347)
I have the same problem... It shows up fine but will not post my message in the chat box when i type it. i have the user groups set properly... I'm runing 4.1.2

Having the same problem with 4.1.8

Has anyone figured out how to fix this?

paulket 12-28-2011 04:46 PM

This mod obviously is not supported and I will unfortunately have to uninstall it :( I wish that it worked.

luismoreira 12-29-2011 04:51 PM

friend, need to put this chat on the side blocks.

That would be possible?

Would have to use iframe?

rbc1225 03-14-2012 01:21 AM

Chatbox comes up but when I place text and hit the submit button, nothing happens. Doesn't seem as though there is too good of support here since no updates since December and it is now March, but any help would be appreciated.

ekool 03-24-2012 07:13 PM

It would be nice if it showed who was "online" in the chat.

datoneer 05-16-2012 07:01 PM

Awesome mod!

lapiervb 06-23-2012 02:40 AM

Doesn't put a link anywhere to go to the chat in vb4.2

lapiervb 07-15-2012 11:31 PM

Anybody figure out how to add the link?

pelican 06-22-2013 08:13 AM

Quote:

Originally Posted by paulket (Post 2279572)
Having the same problem with 4.1.8

Has anyone figured out how to fix this?

Quote:

Originally Posted by rbc1225 (Post 2309247)
Chatbox comes up but when I place text and hit the submit button, nothing happens. Doesn't seem as though there is too good of support here since no updates since December and it is now March, but any help would be appreciated.



you need to do the following fix

Quote:

Originally Posted by digitalpoint (Post 2261894)
In chat.php, change this:
PHP Code:

LEFT JOIN " . TABLE_PREFIX . "customavatar ON (customavatar.userid user.userid

to this:
PHP Code:

LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON (customavatar.userid user.userid



Swatman1 12-05-2013 10:11 PM

I followed the steps and i can change the chat settings in my admincp options, yet the chat does not show up on my forum. Are there more steps i missed other than from the first post?

ZUCCO 12-06-2013 01:52 AM

Quote:

Originally Posted by Swatman1 (Post 2466056)
I followed the steps and i can change the chat settings in my admincp options, yet the chat does not show up on my forum. Are there more steps i missed other than from the first post?

Same here, I uploaded everything as it said but it doesnt work. I disabled my previous vsa chatbox to try this one.

billstelling 12-06-2013 03:31 AM

look in the community tab..

dartho 04-24-2020 06:58 AM

Quote:

Originally Posted by pelican (Post 2429716)
you need to do the following fix

and also edit the digitalpoint_chat template and change the jquery to be https

change
Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
to
Code:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>


All times are GMT. The time now is 12:08 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01200 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete