![]() |
I did all of that but when I go to my site its not there?
|
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! |
Quote:
|
Ah neat mod but I really hate the thing at the footer...screws up the style...
Where can I go to remove this? |
I have installed this but do not see an option for sound. Is it in this mod and I am just missing it somehow?
|
Hi,
Can anyone help me add user avatars in line with their chat please ? Thanks in advanced for any assistance :D |
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? |
Quote:
|
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. |
Quote:
|
All times are GMT. The time now is 09:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|