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)

icemann 02-20-2010 09:44 AM

How can I change the chatbox background color??? :cool:

blackxero 02-20-2010 10:51 AM

wow nice update :| but I am having a little problem :| .. is there any why that I could make the background of Input box black instead of white? as my forum has transparent black theme?

denman75 02-20-2010 11:01 AM

great mod ,only the RGB color issue is to bad ,
hope it will be fixed ,for the rest thumbs up for the shout box ,its great

princeedward 02-20-2010 12:04 PM

Quote:

Originally Posted by blackxero (Post 1987203)
wow nice update :| but I am having a little problem :| .. is there any why that I could make the background of Input box black instead of white? as my forum has transparent black theme?

are you looking for THIS?

;)

carrlos 02-20-2010 12:25 PM

Quote:

Originally Posted by princeedward (Post 1987064)
just a simple info...did you guys REVERT YOUR TEMPLATES BEFORE UPGRADE!

well if not you won't see the updated fixed error sometimes...

:p

best regards to all....

;):up:

I had no template edits like many others. :rolleyes:

wolfyman 02-20-2010 12:30 PM

Valter, thanks for all of your hard work here!

is it maybe possible to disable the misc.php?do=cchatbox function and simply include the chat on a custom page?

cory_booth 02-20-2010 12:52 PM

1 Attachment(s)
Valter...

Thanks again for all your hard work. This chat truly is a jewel (aside from the CMS issues - wink)...

I have a suggestion for saving some space...
In an old ASP chatbox I used to have, instead of displaying the time next to the user's name, it displayed a clock image whose "title" was set to the time.
User, if curious of the posting's time, would just hover over the clock icon to see, and this would save some posting space.

ProFifaLeagues 02-20-2010 01:07 PM

Installed and working a1 thanks

princeedward 02-20-2010 01:38 PM

Quote:

Originally Posted by cory_booth (Post 1987261)
Valter...

Thanks again for all your hard work. This chat truly is a jewel (aside from the CMS issues - wink)...

I have a suggestion for saving some space...
In an old ASP chatbox I used to have, instead of displaying the time next to the user's name, it displayed a clock image whose "title" was set to the time.
User, if curious of the posting's time, would just hover over the clock icon to see, and this would save some posting space.

wonderful idea cory....how did you manage to do it? care to share it? please......

thanks and best regards.....

;)

wolfyman 02-20-2010 01:44 PM

great idea cory :)

k1klass 02-20-2010 02:21 PM

how do i change the input box backgrounds colour? or default text input colour?

ive just upgraded and my text is very close to being the same colour as the background

fixed

removed {vb:stylevar body_color} and replace with black

in vsa_chatbox_input for theme

Kickin' Wing 02-20-2010 02:40 PM

Quote:

Originally Posted by princeedward (Post 1987293)
wonderful idea cory....how did you manage to do it? care to share it? please......

thanks and best regards.....

;)

vsa_chatbox_bit:

Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]">[{vb:raw vsacb_msg_box.time}]</vb:if>
Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]"><img src="images/misc/expires.gif" title="{vb:raw vsacb_msg_box.time}" /></vb:if>

cory_booth 02-20-2010 02:43 PM

Quote:

Originally Posted by Kickin' Wing (Post 1987344)
vsa_chatbox_bit:

Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]">[{vb:raw vsacb_msg_box.time}]</vb:if>
Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]"><img src="images/misc/expires.gif" title="{vb:raw vsacb_msg_box.time}" /></vb:if>

Yep... Thats the spot - thanks for the backup!

princeedward 02-20-2010 02:52 PM

Quote:

Originally Posted by Kickin' Wing (Post 1987344)
vsa_chatbox_bit:

Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]">[{vb:raw vsacb_msg_box.time}]</vb:if>
Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]"><img src="images/misc/expires.gif" title="{vb:raw vsacb_msg_box.time}" /></vb:if>

Quote:

Originally Posted by cory_booth (Post 1987345)
Yep... Thats the spot - thanks for the backup!

thanks guys..wanna try this how it looks to my site...;)

junaid 02-20-2010 03:02 PM

still same nochange

princeedward 02-20-2010 03:35 PM

Quote:

Originally Posted by Kickin' Wing (Post 1987344)
vsa_chatbox_bit:

Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]">[{vb:raw vsacb_msg_box.time}]</vb:if>
Code:

<vb:if condition="$vboptions[vsachatbox_time_enable]"><img src="images/misc/expires.gif" title="{vb:raw vsacb_msg_box.time}" /></vb:if>

Quote:

Originally Posted by cory_booth (Post 1987345)
Yep... Thats the spot - thanks for the backup!

:p hmm...i guess it looks good...thanks once again guys...just found a square one to be align to the msg box icon...here is my screenshots...


steve1966 02-20-2010 06:10 PM

Hi valter on the chatbox my usernames are displayed like jellybelly: and they should show like jellybelly i have used an erlier verson of the mod and it works also di you find asolution for the colour box? thanks

Valter 02-20-2010 06:40 PM

v3.1.4 - Feb 20. 2010.
-New: Color Select replaced by Color Menu (and it's sexy)
-Note: Above fixes issues with Safari for Mac
-Fixed: Issue with Default color if it's in RGB format
-Note: Above will not change already posted messages
-Fixed/improved: Several style details
-Note: You may die if your templates are not reverted after upgrade

Import XML - allow overwrite, then revert product templates if modified.

Alien 02-20-2010 06:44 PM

Hey,

Might want to make a frequently forgotten addition to the templates.

Any template that calls {vb:raw headinclude}, please be sure to add {vb:raw headinclude_bottom} below it as well. vBulletin 4.0.1+ now has this variable by default. This way if someone is using the new "additional.css" template, it will actually load in the chatbox pages.

Otherwise, working great!

ShawnV 02-20-2010 06:45 PM

Valter - Note: You may die if your templates are not reverted after upgrade!

ROFL, best ever patch note.. Thanks for the update.

Valter 02-20-2010 06:53 PM

v3.1.5 - Feb 20. 2010.
-Fixed: Chrome not showing Color menu
-Fixed: headinclude_bottom added to <head

Upgrade as usual :D

maidos 02-20-2010 06:57 PM

hope you can add the ability for staff to double click to edit the msg directly on the shoutbox

eurofunny 02-20-2010 07:16 PM

thx for the nice Chatbox

Bouncer222 02-20-2010 07:26 PM

Hey Valter you were known as CYB for 3.8 mods?
Btw are you planning on upgrading that donation plugin you had with the meter bar from 3.8 to 4.0.2 please? :D

steve1966 02-20-2010 07:30 PM

Thank you valter for all your work

haXan 02-20-2010 07:57 PM

I have "Loading" problem all versions... :(

Which template must be reverted before upgrade ?

RedHacker 02-20-2010 08:06 PM

Can be add arrow in color select....?

Goodfather 02-20-2010 08:20 PM

How to put more smilies in the row of fifteen or narrow the window?

carrlos 02-20-2010 09:28 PM

Valter, LOVE the new color selector, thanks! :up:

obmob 02-20-2010 09:35 PM

looks nice, will test it, thanks! :D

princeedward 02-20-2010 09:45 PM

Quote:

Originally Posted by haXan (Post 1987573)
I have "Loading" problem all versions... :(

Which template must be reverted before upgrade ?


VSA CHATBOX TEMPLATES:


vsa_chatbox
vsa_chatbox_archive_bit
vsa_chatbox_bit
vsa_chatbox_input
vsa_chatbox_status
vsa_chatbox_topchatters_bit


NOTE: IF YOU TOUCH IT BEFORE, TWEAK OR EDIT BEFORE... TO SUIT YOUR TASTE....YOU HAVE TO REVERT THEM ALWAYS BEFORE YOU INSTALL NEW UPDATE OR UPGRADE...OF THIS MOD OR ANY MODIFICATION OUT THERE...

1 MORE QUESTION YOU OR ANYONE WILL DIE NOW!!!

:p

carrlos 02-20-2010 11:13 PM

Do I have to revert the templates first?

enoobz 02-20-2010 11:45 PM

princeedward, please make in work in the CMS.. pleassseeeeee..

Valter 02-21-2010 12:51 AM

Quote:

Originally Posted by carrlos (Post 1987690)
Do I have to revert the templates first?

It's better to do this before upgrade.

carrlos 02-21-2010 12:59 AM

Quote:

Originally Posted by Valter (Post 1987728)
It's better to do this before upgrade.

Sorry Valter, just kidding about reverting templates. I just wanted to see if I would die like princeedward said! ;)

Installed and digging the new color selector. :up:

Trek 02-21-2010 01:25 AM

Latest version installed and working great, thank you for the quick turn around on the color issue!

aouni_tahech 02-21-2010 03:56 AM

Awesome, I can't say more than that!

wolfyman 02-21-2010 04:29 AM

wow, Valter! This mod is really impressive!

Do you know how I could disable the misc.php?do=cchatbox function and simply include the chat on a custom page?

princeedward 02-21-2010 05:56 AM

Quote:

Originally Posted by enoobz (Post 1987704)
princeedward, please make in work in the CMS.. pleassseeeeee..

ooopppsss LOL!....can't do that and no plan, i have no CMS besides i am not that good and well experience coder for that...let's wait for Valter on this issue....i'm sure he's taking care of it now...

best regards
:p

princeedward 02-21-2010 05:58 AM

Quote:

Originally Posted by carrlos (Post 1987731)
Sorry Valter, just kidding about reverting templates. I just wanted to see if I would die like princeedward said! ;)

Installed and digging the new color selector. :up:

LOL! BWA! HA! HA! lucky enough last night that i'm not around anymore ....so you missed my spell... :p

best regards

;)


All times are GMT. The time now is 06:14 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.04215 seconds
  • Memory Usage 1,824KB
  • 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
  • (8)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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