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)

Silver44 07-07-2010 04:39 AM

to my question had me installed the VSA chatbox, there is also an IMG code installed that is when I enter as

[Img] here is the link of the image [/ img] funzt it too.

Is very complicated Sun

Is there a way to insert this graphic characters in the chatbox get shut?

Since then the nerves were a little bit!

Thanks in advance Schonmal would be great if I could help a!

And hats off to Bulletin there is nothing better

Lg.Silver

chriske 07-07-2010 10:36 AM

How can I place some text on the grey area next to status idle?

https://vborg.vbsupport.ru/attachmen...8&d=1266922582

Gleedo 07-11-2010 12:14 PM

Hello, I have 4 dark skins, but on one of them, the textbox you type in is white, but on the others its dark (which is what we want):

Wrong
https://vborg.vbsupport.ru/external/2010/07/46.jpg

Right
https://vborg.vbsupport.ru/external/2010/07/47.jpg

How can I make the textarea dark on the first skin?

Thanks

dankreiner 07-13-2010 03:02 AM

is there a way to make this a cms widget?

Fraxter 07-13-2010 10:12 AM

The slap command would be very nice. :)

Barteh 07-14-2010 11:51 AM

Quote:

Originally Posted by Ozymandyus (Post 2028302)
No, the only way I ever got it to work with the vB CMS was by basically shoehorning Valter's entire codebase for the chatbox into one widget (all credit to cory_booth there, thanks for the help, sir). This is however cumbersome, has problems with format and smilies, and of course you have to update it all by hand if the version changes. I was using it this way until the 4.0.3 vB release, which introduced so many CMS bugs that I got fed up with their interface and decided to look elsewhere. Here's what I did:
  • Install VSa - Chatbox if you haven't already
  • Download vbaCMS from http://www.vbadvanced.com/
  • Install vbaCMS
  • Disable vBulletin's built-in CMS, if you're using it (CP - Plugins & Products - Plugin Manager, uncheck everything under "Product : vBulletin CMS")
  • Create new vbaCMS module
  • CP - vBa CMPS - add a new module (type = template)
  • Title "Chatbox" (or whatever, doesn't matter)
  • Active - yes
  • Template to Include: adv_portal_vsa_chatbox
  • Style: whichever you're using
  • Template Content: {vb:raw vsachatbox}
  • Use Module Wrapper Template: no
  • Set your usergroup permissions to taste
  • Save your module
  • Edit chatbox settings (CP - Settings - Options - VSa - ChatBox)
  • Show ChatBox on pages: index,adv_index
  • Show ChatBox in templates: FORUMHOME,adv_portal
  • Save Chatbox settings
  • Activate module on vbaCMS portal
  • CP - vBa CMPS - Edit Pages - (whatever you've named your portal page)
  • Drag your module to where you want it to display in your page in the "Active Modules" section
  • Set your usergroup permissions to taste
  • Not related to Chatbox, but you might want to tick off the "Add Navbar Link" option to keep your navbar consistent
  • Save, take a deep breath, and enjoy!

Setting it up this way makes it active in your vbaCMS portal page and your forum home page. If you don't want it on the forum home page, take out the 'index' option for 'show on pages' in the chatbox settings.

That works quite well, thanks :)
I'm having trouble getting the shoutbox to stay within the center column though, which is a bit odd because the shoutbox is supposed to be part of this column. Would this be something hardcoded within the chatbox or did you manage to get it to adhere to available width?

Quote:

Originally Posted by dankreiner (Post 2068351)
is there a way to make this a cms widget?

Not sure about vB's own CMS, but vBAdvanced works as described above :)

nocive 07-14-2010 01:01 PM

Hi I have a problem with the "time" display on chat, if is a configuration error, someone can help me??

image:

https://vborg.vbsupport.ru/external/2010/07/38.jpg

http://img46.imagevenue.com/img.php?...B_122_70lo.JPG

thanks!

JAFRI 07-14-2010 01:08 PM

hi , i want to show guests this chatbox....... any one help me ...

just show not want chat .

Ozymandyus 07-14-2010 01:51 PM

Quote:

Originally Posted by Barteh (Post 2069003)
That works quite well, thanks :)
I'm having trouble getting the shoutbox to stay within the center column though, which is a bit odd because the shoutbox is supposed to be part of this column. Would this be something hardcoded within the chatbox or did you manage to get it to adhere to available width?

Glad it helped you. What you describe makes it sound like it's not displaying within a widget but instead is displaying at the bottom of the navbar. In my case I wanted it that way so never thought to investigate it further.

Barteh 07-14-2010 02:25 PM

Quote:

Originally Posted by Ozymandyus (Post 2069051)
Glad it helped you. What you describe makes it sound like it's not displaying within a widget but instead is displaying at the bottom of the navbar. In my case I wanted it that way so never thought to investigate it further.

Yeah, realised that after some more poking at this. I haven't been able to create a functioning widget yet, all I keep ending up with so far is a titlebar without a body.
Quote:

Originally Posted by cory_booth (Post 1986527)
I was able to get the chat to work as a widget.

I made a JS Widget (where you can select a specific template)
and then I made a new template called shout.

I had to "merge" all the templates that came with chat into a single template and some varibles (like color, size, and smilies) do not pull over, so they had to be hand-jammed.

It appears with 4.02, the varible or global reference for this chat is no longer working?

But if a the next version has CMS ability, I would like a widget like mine...

This is what I'm after (screenshot in original post), but unfortunately cory doesn't seem to have posted his methods (or even if it's meant for the regular CMS or vBAdvanced) so I can't be sure. Will have to pm him I suppose.

Barteh 07-14-2010 02:31 PM

Quote:

Originally Posted by Aamir Durrani (Post 2069034)
hi , i want to show guests this chatbox....... any one help me ...

just show not want chat .

adminCP -> settings -> options -> vSA - chatbox -> there's a block called 'permissions' where you can tailor usergroup access.

dankreiner 07-14-2010 02:55 PM

oh man a widget for this is needed bad. i have already committed to the vb cms, its pretty nice imo.

PirateTinman 07-14-2010 06:09 PM

I am playing with the whole widget idea, no progress on this yet. Would be a nice feature if you just had to copy a line of text into a widget.

promet 07-14-2010 08:57 PM

really cool mate.

ty added installed.

nocive 07-16-2010 10:53 AM

Quote:

Originally Posted by nocive (Post 2069030)
Hi I have a problem with the "time" display on chat, if is a configuration error, someone can help me??

image:

https://vborg.vbsupport.ru/external/2010/07/38.jpg

http://img46.imagevenue.com/img.php?...B_122_70lo.JPG

thanks!

any help?

Videx 07-16-2010 01:45 PM

Quote:

Originally Posted by nocive (Post 2070019)
any help?

This has been covered many times in this thread. Stop asking and start reading.

D19RNY 07-16-2010 10:00 PM

Thanks Valter everyone on my forum loves the chatbox

nocive 07-17-2010 12:17 PM

Quote:

Originally Posted by RedHacker (Post 1978885)
Try this

Time: %r
Date: %d-%m

thanks it works for me!

Samhayne-MMS 07-17-2010 10:53 PM

Quote:

Originally Posted by dbigras (Post 2022472)
There's definitely a bug with the Chatbox and connected users on my site. If I disable it for unregistered users, and I clean my sessions table, the connected users drop to 100. When I re-enable the Chatbox for unregistered users, bang, the connections spike in a matter of seconds and they all go in the Chatbox archive.

How can I disable the Archive for unregistered users?

We're experiencing this same issue on our forums (running 4.0.2PL4). We have guests disabled from viewing the chatbox, but there still seems to be a ton of spiderbots that get caught looking in the Chatbox Archive.

If you go to http://www.spacetimestudios.com/online.php you can see all the guests that are viewing the chatbox archive.

I've tried disallowing guests from viewing the chatbox via the permissions, but it doesn't fix it.

I've tried including the below in my robots.txt file to keep the bots out of those pages:

Code:

User-agent: *
Disallow: /misc.php?do=ccarc

but I'm not sure if that's the correct way to do it.

We've just let it go, but we were up to like 8,000 connected users (when traffic to the site is usually around 100 or so peak time).

Any suggestions to correct this? We love the chatbox but would like the who's online section to reflect the accurate numbers of users.

Thanks in advance for any input you have.
Samhayne

Samhayne-MMS 07-17-2010 11:05 PM

Oh, clarification - when we have it set so that guests cannot view the chatbox, the bots and the inflated numbers of connected guests dissapears.

However, we'd really like for people who are not registered to be able to view the chatbox. Our players use the chatbox to coordinate their PvP tourneys. While having guests not view might be good to drive them to register, we would like anyone who wants to, to view the chatbox.

Is there anyway to disable access to the chatbox archive by permissions?

BygoneLI 07-19-2010 01:29 AM

How do I get this to show in a specific sub forum???? I don't want it on the home page, I want to have it just be in a permission specific sub forum...

Samhayne-MMS 07-20-2010 04:24 AM

Hmm, I'd wager it's in AdminCP -> Settings -> VSA Chatbox -> the top section for

Quote:

Show ChatBox on pages (comma separated THIS_SCRIPT locations)
Blank to show on all pages (not recommended because of server load)

Show ChatBox in templates (comma separated template names)


I'm not sure what the values would be for your custom forum though...

conradk 07-21-2010 01:58 AM

If you you enter "forumdisplay" in the chatbox options THIS_SCRIPT parameter, then it will show in any defined forums and their sub-forums.

What I would like to do, however, is have it show in only one forum. That I haven't figured out yet. I get parse errors when I try to do this.

Silver44 07-21-2010 04:30 AM

to my question had me installed the VSA chatbox, there is also an IMG code installed that is when I enter as

[Img] here is the link of the image [/ img] funzt it too.

Is very complicated Sun

Is there a way to insert this graphic characters in the chatbox get shut?

Since then the nerves were a little bit!

Thanks in advance Schonmal would be great if I could help a!

And hats off to Bulletin there is nothing better

Lg.Silver

vilhiem 07-21-2010 12:13 PM

This may be a stretch ... BUT ...

Is there any way we could have a list of pre-made messages be posted in the ChatBox throughout the day ...?

For instance, I would like to post helpful hints regarding our site to users, and that would be a great way to do it.

Thanks!!!

dankreiner 07-22-2010 04:21 PM

willing to donate to the cause of making this work as a cms widget.

Ozymandyus 07-22-2010 04:37 PM

Quote:

Originally Posted by dankreiner (Post 2072972)
willing to donate to the cause of making this work as a cms widget.

I offered to do this way back in February, but was ignored. Valter pays almost no noticeable attention to this project these days, I think it's a very low priority for him.

dankreiner 07-22-2010 04:59 PM

that stinks... i'd throw in 20 bucks.

CharlieDelta 07-23-2010 01:08 AM

Very unfortunate.

DevilZone 07-23-2010 01:57 PM

VSa - Auto Birthday Greeter 2.0 VSa - Auto Birthday Greeter

VSa - ChatBox 3.1.6 VSa - ChatBox

VSa - PayPal Donate 5.0 VSa - PayPal Donate

VSa - Server Overload Permissions

Very good...

Wild Sabre 07-23-2010 09:24 PM

This Mod rules. Installed and works like a charm. Thanks to the coder.

BlackHoster 07-24-2010 07:41 AM

Downloaded ...installed :) thank you so much

LemmingsSayer 07-24-2010 12:13 PM

Hi, great mod.

I wan´t to edit the wide of the chatbox but don`t know how.
Wan`t it halt the size and allign right.
can you help me?

tiga2 07-24-2010 11:16 PM

Im trying to figure out how to make this chat automatically add http://anonym.to/ infront of the parsed links? will pay if required

LemmingsSayer 07-25-2010 03:31 PM

ok find it in the template


Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td><br />

meaters 07-25-2010 04:01 PM

Can someone tell me please what this VSa thing is?

I can't find it my admin cp?

ged 07-25-2010 06:16 PM

When I try to translate this hack's phrases, I always get a Loading... page and when I try to submit a message, I get this damn "security token" error.

How do you translate it?

Note: I've tried to translate it from .xml file but same thing happened.

Cameleer 07-26-2010 01:47 PM

I easily got this installed but it's not letting me post a message. I left the settings in default, do I need to change the settings?
Is there a chat program that I need to add with this?
I spent about an hour going through the posts but didn't find any answers to my problem.
Here's this link to my site:
forum

Thanks

Sports Investor 07-26-2010 07:41 PM

I had this working fine on my site but now it is saying "Loading". When I type something I get the following 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.
The Bettor Guide|Sports Betting Forum

Please advise what needs to be done to correct this.

Thanks!

Sports Investor 07-26-2010 07:43 PM

Never mind. It all of a sudden started working again


All times are GMT. The time now is 10:48 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.02679 seconds
  • Memory Usage 1,837KB
  • 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_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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