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 - VSa - ChatBox (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235271)

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

Quote:

Originally Posted by shadowla05 (Post 1993035)
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

Quote:

Originally Posted by Boko577 (Post 1993262)
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

Quote:

Originally Posted by literatestylish (Post 1993861)
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

1 Attachment(s)
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...

PHP Code:

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.

PHP Code:

$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 :)


All times are GMT. The time now is 04:22 PM.

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.03121 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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