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 Addon (New Posts/New Reply Notification) (https://vborg.vbsupport.ru/showthread.php?t=240772)

Seekz 09-14-2010 09:44 PM

Hi guys, is there any code I can use to modify the background colour of the chat(text box field) it is currently black with a black skin = unable to see anything.

Thanks

utahraves 09-15-2010 05:00 PM

Suggestion: Open links in new window.

konan767 09-26-2010 06:53 PM

Waiting so long to the new add-on Sound Alert Option.
And I prefer the sound is in swf format.

Thanks.

ellinofatsa 10-01-2010 05:13 PM

i am waiting for the sound!!!!!!!!!!!!!!!

ellinofatsa 10-24-2010 02:44 PM

Any News From Sound Alert?

zonaenlinea 10-24-2010 03:44 PM

Perfect thanks...

ellinofatsa 12-13-2010 08:26 PM

Any News From Sound Alert?????

mattpist 01-01-2011 01:15 AM

Quote:

Originally Posted by mattpist (Post 2071833)
it seems like if you use more than one attribute for the html markup for user names, it still messes up like so:

Code:

[color=red; font-style: italic]Matt Pist[/color] has posted the thread  StP blog is now online!
other than that, it's a sweet plugin, thanks!

can anyone point out how to fix this? id do it myself if i knew what i was looking for.

ninjaj0k3r 02-23-2011 09:08 PM

Works perfectly!

leejohn02 04-23-2011 07:10 PM

is there any way to setup the mods to they can delete all messages and not page my page

Nightcop 05-15-2011 06:05 PM

I did all of that but when I go to my site its not there?

Nightcop 05-17-2011 04:42 PM

Update Instructions:
1. Remove all plugin first
2. Install this new product
3. In vbulletin options you can edit the product in VSA Chatbox Addons category

What do you mean by remove all plugin first?

Somebody please help!

robsta 10-21-2011 08:06 PM

Quote:

Originally Posted by mattpist (Post 2142106)
can anyone point out how to fix this? id do it myself if i knew what i was looking for.

same error !

n00bl3t 10-23-2011 03:52 AM

Ah neat mod but I really hate the thing at the footer...screws up the style...

Where can I go to remove this?

illeagle 01-26-2012 01:38 AM

I have installed this but do not see an option for sound. Is it in this mod and I am just missing it somehow?

fookaa 05-23-2012 04:51 PM

Hi,

Can anyone help me add user avatars in line with their chat please ?

Thanks in advanced for any assistance :D

ohadpartuck 06-18-2012 07:50 AM

Hi,
I Tried to change the backgroud color by adding
#vsacb_messagearea{
background-color: lightgray;}

but it looks like it set locally in the element itself.
looked for the element with no luck..

anyone?

I.G.O.T.A. 08-08-2012 12:17 AM

Quote:

Originally Posted by mattpist (Post 2071833)
it seems like if you use more than one attribute for the html markup for user names, it still messes up like so:

Code:

[color=red; font-style: italic]Matt Pist[/color] has posted the thread  StP blog is now online!
other than that, it's a sweet plugin, thanks!

I have the same issue so had to uninstall. :(

Slipperyduck 10-19-2012 10:47 AM

Multiple Attributes - I worked around this by doing the following:

Since my SPAN statement looks like so:
<span style="color: #F1A010; font-weight: bold;">
and not <span style="color: #F1A010;">

I went and had a look at the plugin code as follows:

admincp -> Plugins & Products -> Plugin Manager -> VSA New Reply
&
admincp -> Plugins & Products -> Plugin Manager -> VSA New Thread

The coder uses preg_match - whilst I know nothing really about coding as such, I applied a bit of logic and expanded his preg_match a little to match how I multi-attribute my Usergroups.

So it looks like this BEFORE:
preg_match("#<span[^style|>]?style=['|\"]?[^color:]color:[\s+]?(.*?)[;]?['|\"]?['|\"]?>#",$usernameopen,$newcolor);

More or less I needed modify the match as stated below
<span style="color: #F1A010;"> [change it to]--> <span style="color: #F1A010; font-weight: bold;">

To do so would add this code somewhere (well after the color style ; semi-colon to be exact):
?[^font-weight:]font-weight:[\s+]?[^bold]bold[;]


My Final Code:

preg_match("#<span[^style|>]?style=['|\"]?[^color:]color:[\s+]?(.*?)[;]?[^font-weight:]font-weight:[\s+]?[^bold]bold[;]?['|\"]?['|\"]?>#",$usernameopen,$newcolor);


So to be clear, here's the before and after:

BEFORE
preg_match("#<span[^style|>]?style=['|\"]?[^color:]color:[\s+]?(.*?)[;]?['|\"]?['|\"]?>#",$usernameopen,$newcolor);

AFTER
preg_match("#<span[^style|>]?style=['|\"]?[^color:]color:[\s+]?(.*?)[;]?[^font-weight:]font-weight:[\s+]?[^bold]bold[;]?['|\"]?['|\"]?>#",$usernameopen,$newcolor);



THIS IS WHAT THE CHATBOX DISPLAYED BEFORE:
[color=#F1A010; font-weight: bold]SlipperyDuck[/color] replied to the thread Facebook Integration Now up.

THIS IS WHAT THE CHATBOX DISPLAYED AFTER:
SlipperyDuck replied to the thread Facebook Integration Now up.

shershen08 12-26-2012 07:58 AM

Quote:

Originally Posted by utahraves (Post 2098721)
Suggestion: Open links in new window.

I support this suggestion!:up:

Wolver2 04-05-2013 06:35 AM

How do I add to the Name of the Poster
PHP Code:

[b][color=' .$newcolor[1]. ']' . $username . '[/b][/color

- The Real usergroup color of the Poster
- Add the Url linking to the Poster's Profile page

FTG LIQUID CL 04-05-2013 06:38 PM

Would there be away to add a pm notification to the chat box kinda like the new thread and post notification.Maybe this would be something to add to the vsa chat box add on. I know DBtech chat box has this feature but I like th VSa chat box much better.

Wolver2 04-08-2013 02:31 PM

Also maybe a way to also show the Forum where a New thread has been posted in to?

justicechick 07-10-2013 07:21 PM

Working great in my 4.2.1 forum. THANKS

madness85 07-26-2013 06:04 PM

i have a big problem with this. AE detector posts a thread when multi acc is found it still adds the message in chatbox so all users can see even if the forum id is added not to show that section :(

please help :)

madness85 08-04-2013 05:20 PM

Anyone?

iraqiboy90 08-21-2013 02:48 PM

Do not install this addon if you have private forums.
It will how the messages to every usergroups, including the usergroups that doesnt have permission to access the private sections.

Wolver2 08-22-2013 01:07 PM

hi @Inflikted I was wondering if you could add Prefixes showing.. as Prefixes are being ignored :/

Wolver2 08-22-2013 01:08 PM

@iraqiboy90 no it wont, you can set to ignore specific forums

temsamane 08-26-2013 10:09 AM

any update for this great addon?

iraqiboy90 09-02-2013 11:54 AM

Quote:

Originally Posted by Wolver2 (Post 2440328)
@iraqiboy90 no it wont, you can set to ignore specific forums

Why would I want to do that when this tool should automatically create "load_forum_show_variables" or "template condition" instead of blocking a section totally?

aae55555 10-10-2013 10:33 AM

Thanks for this. It should however not show threads which have been automatically moderated.

hazem_aliraqi 04-30-2014 06:25 AM

can I add who is chating in forumhome ? like who is online Now ?

Zoul 06-15-2014 06:59 PM

Is it possible to get notifications for new topics:

* Blog
* In the CMS

Ty

Duckface 04-19-2015 05:11 PM

I have a problem with the plugin:

https://vborg.vbsupport.ru/external/2015/04/14.png

When I reinstalled the plugin with a fresh xml, it still has same error. And no, the [color] bbcode is not banned in the chatbox settings.

Rodrigo. 01-25-2016 04:36 AM

Thanks work perfect in Vb 4.2.0


All times are GMT. The time now is 06:41 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.01332 seconds
  • Memory Usage 1,791KB
  • 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
  • (1)bbcode_php_printable
  • (5)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
  • (36)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