![]() |
Quote:
|
Hello, where I give to modify the default size to be 14px or 16px. I do not want them to select the 11px dropdown
translate google |
Quote:
AdminCp - VSa - ChatBox - Text sizes available in drop-down menu :) |
Quote:
I did not get it that way, apparently I had a font size variability: {vb: raw vsacb_textsize}, whose variable I did not find it. Replace in the style editor by font size: 14px; and resolved translate google |
How to put some space (padding) between text lines in chatbox?
|
I know i may be kicking a dead horse here, but is there a way to add custom commands to this shoutbox? It is the only option I need that is missing from it, otherwise everything is working beautifully on 4.2.5
|
Quote:
|
I have problem with Greek . No one can white in Greek Language , only latin characters .
Any idea ? |
I have this mod many years , so one day suddenly can't store in Greek language . I reinstall it but nothing . Any idea ?
|
1 Attachment(s)
Everything is working fine with this mod on 4.2.5
However, after trying to find a fix for my problem - no joy after reading 200+ pages! I am using a custom skin, thats about all I can say... but any idea why this has happened & a possible solution? see attached pic |
nice work, thank you.
Do that work on vb 5.5? |
Quote:
|
Thanks for your answer Dave
|
In cyb_chatbox_bit template, change:
Code:
<td style="font-size:$cybcb_textsize"> Code:
<td style="font-size:$cybcb_textsize;color: #FFFFFF"> |
Valter and Cybernetec are the same person, the same coder. So the code is probably the same. The modification I suggested to you works under version 3.8.x that I am using. Check the content of the template again.
|
Hi,
I read several demands about how to change the default font color when typing a message, and didn't find any answer or else. Does anybody know how to change this ? We have a dark skin and the background of the entermessage is dark too, and when typing in black (which is the default font color)... nobody is able to read it. The very first color available in the drop-down menu is AntiqueWhite, which is... almost white :D so the problem seems to be elsewhere. Thank you for your answers ! :) |
Hope I get the right code lines.
First short look into code shows - default color is value of style var "body_color" (to change in admincp / manage style vars) and only if unset it is the first color value in the available color list of the mod. So if changing of option "Colors available in drop-down menu" shows no result change style var. And if that is not possible go to hook "VSa - ChatBox - IL" and edit the php code Change Code:
if (vB_Template_Runtime::fetchStyleVar('body_color')) Code:
$vsacb_color_acplist = explode(",",str_replace(" ","",$vbulletin->options['vsachatbox_textcolors'])); |
Why, thank you very much, Shka, the trick to modify the PHP file works perfectly ! :up:
|
Hi,
Since we recently activated the reverse display for the chatbox, we experimented the scroll bar problem that occurs when someone posts a message in the chatbox (which seems to be a good usage of the mod :D) or when the chatbox refreshes itself. So I asked some help to a friend of mine (his nickname is Elzen, many thanks to him !!!) who has some JavaScript knowledges, and he found that solution : 1) load the vsa_chatbox template. 2) find these lines : Code:
vsacb_MessagesDiv = fetch_object('vsacb_messagearea'); 3) replace them with those five : Code:
vsacb_MessagesDiv = fetch_object('vsacb_messagearea'); 4) in the same template, locate those lines : Code:
<vb:if condition="$vboptions[vsachatbox_reverse_messages]"> 5) replace them by those : Code:
<vb:if condition="$vboptions[vsachatbox_reverse_messages]"> 6) save and enjoy :) Bonus : if you use some smileys which are too big to fit in the chatbox lines, that can cause those lines to be shifted a bit (or more). Elzen also provided a solution : 7) find the three lines showed in 5) : Code:
<vb:if condition="$vboptions[vsachatbox_reverse_messages]"> 8) replace them with these : Code:
<vb:if condition="$vboptions[vsachatbox_reverse_messages]"> According to his demand, this patch is licensed under the WTFPL. |
I love this chatbox, the only thing I miss is sound when someone shouts.
Is that possible to do? |
Some fix to get this to work with vb 4.2.5 and PHP 7.3?
regards |
1 Attachment(s)
Quote:
It works flawlessly. |
All times are GMT. The time now is 04:10 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|