vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

cnczone 02-25-2005 12:19 AM

in mazilla, it will keep logging me and and unloading over and over again, but it does not do that in IE

winky6 02-25-2005 12:34 AM

To adjust your window, change the setting in the code you added to the navbar template

Code:

height=500,width=680
Or to what ever you like. :nervous:

I also added
Code:

resizable=yes
:ermm:

yinyang 02-25-2005 12:42 AM

Quote:

Originally Posted by DanKao
First off, thank you for such a great hack! :)

Now, I have a tiny problem. I just upgraded from v1.1.1 to v2.0. Tested it in both Firefox and IE, and they're working, except for the smilies. I cannot use them unless I manually key them in.

www.CafeTrends.com

Please help...thanks.

first off, magnifique upgrade ZT. now the :( 's

1. i'm having the same problem as DanKao and look forward to the fix
2. apparently, i have an uncanced template -- > Uncached templates: chat_iframe_blank (1). How do i cache it?

-yinyang

MikaK 02-25-2005 02:26 AM

Quote:

Originally Posted by Zero Tolerance
Version 2.0 has been released :)

- Zero Tolerance

Hi!

I read your specs about new features in 2.0. Is there any way to have a set of smilies selected instead of the random picker?

Thanks for a great hack in any case!
-Mika

tanyeri24 02-25-2005 03:52 AM

is there a demo to see it in action?

Zero Tolerance 02-25-2005 09:11 AM

A demo can be found on my forum: http://gzevolution.net/forums (you have to register though .. no i'm not advertising o_o)
But if you can't be bothered to register, i have posted 9 previews of the system in my main post which you can look at :)

The exit link was removed, since the clicking of x was put in, but you can still use the /exit command :)

The pop up window checks to see if the window was closed, if your using Internet Explorer, you have to wait a second or 2 for it to close, if your using Mozilla, it should close practicly instantly, one of the few js codes that works better for Mozilla than it does Internet Explorer .. lol

I'll release a minor update to fix that smile problem and make sure that template is cached :)

Thanks for the feedback everyone, appreciated,

- Zero Tolerance

sv1cec 02-25-2005 09:32 AM

Quote:

Originally Posted by Zero Tolerance
A demo can be found on my forum: http://gzevolution.net/forums (you have to register though .. no i'm not advertising o_o)
But if you can't be bothered to register, i have posted 9 previews of the system in my main post which you can look at :)

The exit link was removed, since the clicking of x was put in, but you can still use the /exit command :)

The pop up window checks to see if the window was closed, if your using Internet Explorer, you have to wait a second or 2 for it to close, if your using Mozilla, it should close practicly instantly, one of the few js codes that works better for Mozilla than it does Internet Explorer .. lol

I'll release a minor update to fix that smile problem and make sure that template is cached :)

Thanks for the feedback everyone, appreciated,

- Zero Tolerance

OK, some ... critic after spending the entire morning to install 2.0 and bring it up to my specs:

1. The exit method (clicking on the window's X button, top right corner) still does not erase the user from the list. I think you can fix that, by deleting the session record, something like :

PHP Code:

$DB_site->query("delete from ".TABLE_PREFIX."session WHERE userid=$bbuserinfo[userid] AND location like '%vBChat.php%'"); 

in the exit command.


2. If I am not mistaken, when someone views the help screen, the navigation bits are wrong, it thinks it is somewhere else, but I've changed it in my files and I do not remember where it was pointing to.

3. A couple of problems were faced by people with Internet Explorer, but not with Firefox or Netscape.

The first problem is that some times, the message they were trying to post, got erased, as the refresh occured in the background. That's what they told me, I haven't seen it happening.

The second problem, which I saw it myself, was that as they typed things, the program was taking each word they were typing and posted whatever was typed until then, as a new message, as if the user was pressing Enter (or the Post button), after every word they typed. This happened twice with two different users using IE. I am not sure if it happened because at the same time, I was doing some mods, or if it is a problem, I'll keep you updated on that.

Zero Tolerance 02-25-2005 09:44 AM

1. Well since vBulletin itself will just re-create this session, i don't see any harm in deleting the session row, i'll add that into v2.1 :)

2. The navigation row is a global template, it's the same on all page's for me, possibly an error on your part perhaps? If not keep me updated.

3. Hmm, *keeps typing in vbchat untill hidden frames reload* .. message is still there. I'll look into it more, as you press submit JS triggers the iframe to clear the message field when it reloads, if that is the problem, i'll fix it or seek alternative methods.

Thanks for the information :)

- Zero Tolerance

The-Aeon 02-25-2005 09:51 AM

Thx for the update :)

[high]* The-Aeon installed[/high]

it works very good :) :)

sv1cec 02-25-2005 09:54 AM

Quote:

Originally Posted by Zero Tolerance
1. Well since vBulletin itself will just re-create this session, i don't see any harm in deleting the session row, i'll add that into v2.1 :)

2. The navigation row is a global template, it's the same on all page's for me, possibly an error on your part perhaps? If not keep me updated.

3. Hmm, *keeps typing in vbchat untill hidden frames reload* .. message is still there. I'll look into it more, as you press submit JS triggers the iframe to clear the message field when it reloads, if that is the problem, i'll fix it or seek alternative methods.

Thanks for the information :)

- Zero Tolerance

2. No, what I mean is that when you set the navbits in the part of the program that shows the help, you have copied that part from above (I think it is the Choose a room one) and you have changed it to say "Viewing vBChat Help" or something.

Could I PM you on an issue I have on my exit routine (log out)?

Tnx

Zero Tolerance 02-25-2005 09:57 AM

Feel free sv1cec, anything i can do to help :)

But first .. *releases v2.1*

- Zero Tolerance

Creed 02-25-2005 10:26 AM

Updated, thnx!

smsmasters 02-25-2005 10:34 AM

How do u make the popup window not so BIG. I put width=800 and height=600 but some frames still have scrollbars and look messed up, cant u make dynamic widths and heights based on %

Zero Tolerance 02-25-2005 10:37 AM

The v2.2 release will fix the window size to the users full screen height and width, being dynamic depending on users resolution too :)

- Zero Tolerance

Creed 02-25-2005 10:53 AM

Sweet! I like to hear updates ;)

smsmasters 02-25-2005 10:54 AM

and the forumhome popup template do please

SVTOA 02-25-2005 11:15 AM

Upgrade 2.0 to 2.1 went fine, only thing is in the admin cp it still shows up as version 2.0. I did upload all the new files.

Refreshed, even closed browser, still says old version.

Zero Tolerance 02-25-2005 11:15 AM

Yeah the ACP file wasn't changed, so don't worry about it :)

- Zero Tolerance

SVTOA 02-25-2005 11:20 AM

Quote:

Originally Posted by Zero Tolerance
Yeah the ACP file wasn't changed, so don't worry about it :)

- Zero Tolerance

Ok, thanks again ZT.

MB Dreamz 02-25-2005 11:32 AM

Much appreciated, ZT. :)

One more small issue (maybe not an issue to others), when clicking on a smiley, then pressing enter, it adds the same smiley instead of submitting the message. Insteresting...

Zero Tolerance 02-25-2005 11:35 AM

Thats because you have selected the emoticon, you need to select the message field or press the post submit button. Not an issue, just the way most browsers work :)

- Zero Tolerance

MB Dreamz 02-25-2005 12:40 PM

Ahh...very cool. Thanks.

MikaK 02-25-2005 12:47 PM

Nuthin on the fixed smilies?:( I mean the fixed set instead of random ones.

-M

Zero Tolerance 02-25-2005 12:51 PM

Quote:

Originally Posted by MikaK
Nuthin on the fixed smilies?:( I mean the fixed set instead of random ones.

-M

Well i was concentrating more on fixing the minor problems before including a few extra features, i'll keep that idea in my mind though. Sorry for the wait.

- Zero Tolerance

MikaK 02-25-2005 01:07 PM

Quote:

Originally Posted by Zero Tolerance
Well i was concentrating more on fixing the minor problems before including a few extra features, i'll keep that idea in my mind though. Sorry for the wait.

- Zero Tolerance

Great. Thank you:)

-Mika

Crapaddict 02-25-2005 02:55 PM

wow, this is bigger release then i would ever have expected in such short time :)
(1.1.1=> 2.0)
now i have to get to work (upgrading) again> :P

[high]* Crapaddict makes a bow _o_
[/high]

nice(ly) (d)one, ZT

Speedy131 02-25-2005 03:18 PM

nice work ZT, i really like it alot ;)

some people reported problems, when they type a sentence, sometimes (not always) the first word or two gets "lost", it doesn't show up in the chat
i myself haven't been able to replicate such thing

i didn't change anything in the script that i think could lead to such problem
only thing i did was making the LIMIT 15 in they mysql query into LIMIT 30 (just want to shows some more lines hehe)

Zero Tolerance 02-25-2005 03:21 PM

v2.1 was released today and fixed that bug where sometimes it cut off what you were typing, or are you already using that version?

- Zero Tolerance

sv1cec 02-25-2005 03:26 PM

Upgraded the code to include the fix for this problem (typed message getting erased) and it didn't happened to any of my IE users again. Admitedly, not too much time testing it, but this morning, when I had v. 2.0 installed, it happened with two of my users.

Why are people still using IE, I do not know.

Zero Tolerance 02-25-2005 03:31 PM

Well thats good to hear, if the bug is completely abolished :)

And hey, i still use Internet Explorer, personally i find nothing wrong with it, i get no problems, or crap on my PC either .. each to there own i guess. :p

- Zero Tolerance

Speedy131 02-25-2005 03:36 PM

Quote:

Originally Posted by Zero Tolerance
v2.1 was released today and fixed that bug where sometimes it cut off what you were typing, or are you already using that version?

yup, using 2.1
i saw it happen, well the person said he typed something like "it was better bla bla ble"
and the "it was" didn't show up

sv1cec 02-25-2005 03:41 PM

Quote:

Originally Posted by Zero Tolerance
Well thats good to hear, if the bug is completely abolished :)

And hey, i still use Internet Explorer, personally i find nothing wrong with it, i get no problems, or crap on my PC either .. each to there own i guess. :p

- Zero Tolerance

Don't get offended Zero, all other browsers I tried didn't have that problem (Firefox and Netscape). And coming from Netscape (since version 1.0) you can understand my standing!!

LoL I just revealed my age to you yourngsters!

Zero Tolerance 02-25-2005 03:48 PM

@ Speedy131 - I'll look into the problem more, once fixed i'll release an update, bundled with a few other fixes :)

@ sv1cec - Heh, yeah. So far the only browser which doesn't function with vBChat is Safari for the Mac, however un-important at this time, i have covered compatability for IE & Firefox, the 2 most used browsers, which is catering for the majority :)
Plus i'm only 17, not that young is it? o_o

- Zero Tolerance

sv1cec 02-25-2005 03:51 PM

PHP Code:

sv1cec['age']=ZT['age']+30;
echo (
sv1cec['age']); 

LoL

Zero Tolerance 02-25-2005 03:53 PM

That's news to me, i always thought you were younger than that, a lot younger. I guess assumptions are what make us so damned stupid :p

- Zero Tolerance

boxingscene 02-25-2005 03:59 PM

Does anyone else have this issue? Some of my users say they do not see the Chat option on my nav header menu and others like me see it fine.

Could this be a java issue with their browsers?

sv1cec 02-25-2005 04:03 PM

Nope, I am actually so old to remember the "cookie, cookie, give me a cookie" virus.

LoL

Zero Tolerance 02-25-2005 04:08 PM

Quote:

Originally Posted by boxingscene
Does anyone else have this issue? Some of my users say they do not see the Chat option on my nav header menu and others like me see it fine.

Could this be a java issue with their browsers?

Make sure you have done all template edits on "all" skins if you have multiple, and if it's a pain copying templates to another style, look at my profile here on vbulletin.org, i have made a modification a while back which will copy templates for you :)

@ sv1cec - Wow, that's cool, it would of been so fun to see that virus in action!

- Zero Tolerance

sv1cec 02-25-2005 04:25 PM

Quote:

Originally Posted by Zero Tolerance
Make sure you have done all template edits on "all" skins if you have multiple, and if it's a pain copying templates to another style, look at my profile here on vbulletin.org, i have made a modification a while back which will copy templates for you :)

@ sv1cec - Wow, that's cool, it would of been so fun to see that virus in action!

- Zero Tolerance

It was just filling up your screen with the phrase "Cookie, cookie, give me a cookie" and a pacman-style of face going around eating the letters (if memory serves me right).

Harmless, compared with the contemporary things.

Crapaddict 02-25-2005 04:37 PM

Quote:

Originally Posted by Zero Tolerance
Make sure you have done all template edits on "all" skins if you have multiple, and if it's a pain copying templates to another style, look at my profile here on vbulletin.org, i have made a modification a while back which will copy templates for you :)

@ sv1cec - Wow, that's cool, it would of been so fun to see that virus in action!

- Zero Tolerance

I have done all template edits, but it seems that the chat only shows up in the default style. in all other styles i just get a blank page.
I have changed the default style, and ran the installscript up untill the database modification again for all styles, but to no avail.... :ermm:
looks as if the chat won't work in any other style than in the default style for my board... what could be wrong?


All times are GMT. The time now is 02:43 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.02314 seconds
  • Memory Usage 1,842KB
  • 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
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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