The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VSA Chatbox AJAX Addon (New Posts/New Reply Notification) Details »» | |||||||||||||||||||||||||||||||||
VSA Chatbox AJAX Addon (New Posts/New Reply Notification)
Developer Last Online: Aug 2012
I originally had this posted in the VSA Chat thread however with the endless amount of posts the script is somewhat lost in there , plus I have a small update for it to remove the notification for edited/deleted posts which many people asked for, I apologize I posted the outdated version before.
UPDATE April 27th 2010 -Added Arabic Translations Thanks Dr.osamA UPDATE April 24th 2010 -Added in failsafe incase you don't use html markups, to default back to admincp option choice for userid color UPDATE April 24th 2010 -Added new member registration notification -Added username html markup for colors -Added option to turn off various plugins/products UPDATE April 21st 2010 -Created a product, so its easier to edit the options for people -Option to name your RSSFeedBot New Installation Instructions: 1. Make sure VSA Chatbox AJAX is installed (grab it here https://vborg.vbsupport.ru/showthread.php?t=235271) 2. Install the attached xml below in your Product section of AdminCP 3. In vbulletin options you can edit the product in VSA Chatbox Addons category 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 Thats about it You can see an example in the photo below or on my website I have it running as well Demo: http://www.freefrag.com Coming Soon... Additional Requested Options from members -Arcade win announcements -New members announcement -Sound Alert Option Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
Slipperyduck |
Comments |
#92
|
|||
|
|||
I did all of that but when I go to my site its not there?
|
#93
|
|||
|
|||
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! |
#94
|
|||
|
|||
same error !
|
#95
|
|||
|
|||
Ah neat mod but I really hate the thing at the footer...screws up the style...
Where can I go to remove this? |
#96
|
|||
|
|||
I have installed this but do not see an option for sound. Is it in this mod and I am just missing it somehow?
|
#97
|
|||
|
|||
Hi,
Can anyone help me add user avatars in line with their chat please ? Thanks in advanced for any assistance |
#98
|
|||
|
|||
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? |
#99
|
||||
|
||||
I have the same issue so had to uninstall.
|
#100
|
|||
|
|||
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. |
#101
|
||||
|
||||
I support this suggestion!:up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|