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)

guydogg 02-23-2005 09:08 PM

Can someone post an uninstaller

Zero Tolerance 02-24-2005 07:31 AM

Thanks sv1cec/John, they will be definatly something i consider.

Current v2.0 Features Completed:
- Iframe Refresh Abolished
--- The system now uses hidden iframes to gather data, then uses Javascript to transport the HTML to the display iframe, which never reloads, and never flashes white when recieving chat messages or posting, just like any of chat system like MSN etc...

- Users Currently In vBChat Reformatted
--- The display of users is now more formal, showing the there chat status here, also displaying a link to send a private message instead of clicking there username

- Timestamp in messages
--- The timestamp has been put back, it was removed in an earlier release due to the user chat status, however this has been moved to Users Currently In vBChat Display

- vBChat Preferences Redesigned
--- The vBChat Preferences form has been re-designed to be a more neater and easier to use form.

- Smilies Animation Problem
--- Before when clicking to insert an emoticon, the animation of any current ones would come to a complete pause, this has been fixed, you can click on them continually and the animations will continue to play onwards.

- Improved Users In vbChat
--- The users in vbchat display is now more correct, and works towards your forums session cut-off time, where as before it may of displayed a user offline, but still showed them within vBChat, this is no longer a case, improving accuracy more :)

That's it for now, i'll get working on more things to stuff into this thing. Thanks to everyone who has supported this modification.

- Zero Tolerance

iSpanish 02-24-2005 07:42 AM

Quote:

Originally Posted by guydogg
Can someone post an uninstaller

i want uninstaller too

Zero Tolerance 02-24-2005 07:48 AM

Quote:

Originally Posted by Marboosh.Net
I'll make an un-installer come with v2.0 :)

I'll make an un-installer come with v2.0 :)

- Zero Tolerance

sv1cec 02-24-2005 07:50 AM

Zero, good to have you back, your programming skills are certainly very welcome here.

The new features take away most of the problems. I would like to suggest something, as far as the Chat rooms are concerned, and which has been discussed here a few posts back.

The chat rooms can be divided in two categories, those created by the admin and those initiated by users, in order to have private discussions or whatever. The ones the admin creates should be permanent, while the others should get erased (according to my opinion) automatically, as soon as the last member logs off. That takes care of the wishes of some admins for permanent rooms, while in the same time reduces the admin work, who does not have to go around erasing private rooms which were created and then abandoned.

Of course, the thing that remains to deal with, is the log out, which is a problem. In my board, the log out button has made the users list neater, no more users showing there, if they are not really there. But if you have any idea on how to disable or forbid users from closing the chat window, that would be really neat.

I am looking forward to ... re-patch your new version for AWS.

Kind rgds

Zero Tolerance 02-24-2005 07:55 AM

Well that's a good idea, however i think an alternative method would be more appropriate, let me hear what you think.

When an admin create's a room, they can choose for it to be permanent or not, as for rooms getting deleted after the creator logs out, kinda bad, people would be annoyed if they are still chatting inside that room. So..

How about rooms that are *not* permanant are pruned after 1 hour of inactivity, this prune time would ofcourse be admin controllable, but i think if the room has had no messages inside it for the last 60 minutes, or whatever time the admin specifies, it should then be automatically pruned.

That's my thoughts on this anyway, i think it would be the most appropriate and liked method.

- Zero Tolerance

iSpanish 02-24-2005 08:05 AM

Quote:

Originally Posted by Zero Tolerance
I'll make an un-installer come with v2.0 :)

- Zero Tolerance

i am asking about unisntaller for v1.0.1???


to install a new Version.

sv1cec 02-24-2005 08:08 AM

Quote:

Originally Posted by Zero Tolerance
Well that's a good idea, however i think an alternative method would be more appropriate, let me hear what you think.

When an admin create's a room, they can choose for it to be permanent or not, as for rooms getting deleted after the creator logs out, kinda bad, people would be annoyed if they are still chatting inside that room. So..

How about rooms that are *not* permanant are pruned after 1 hour of inactivity, this prune time would ofcourse be admin controllable, but i think if the room has had no messages inside it for the last 60 minutes, or whatever time the admin specifies, it should then be automatically pruned.

That's my thoughts on this anyway, i think it would be the most appropriate and liked method.

- Zero Tolerance

Oh no, you got me wrong, I never suggested that the room should be deleted when the creator logs out. What I suggested was that the room gets deleted when the last user from that room logs out. In that way, there will be no one left to .... be annoyed.

The time-out feature, where rooms get deleted after some time of inactivity is a nice backup feature, in case the last user of that room didn't hit the logout button.

Suggestions only my friend, act according to your own judgement.

Rgds

Zero Tolerance 02-24-2005 08:31 AM

Quote:

Originally Posted by sv1cec
Oh no, you got me wrong, I never suggested that the room should be deleted when the creator logs out. What I suggested was that the room gets deleted when the last user from that room logs out. In that way, there will be no one left to .... be annoyed.

The time-out feature, where rooms get deleted after some time of inactivity is a nice backup feature, in case the last user of that room didn't hit the logout button.

Suggestions only my friend, act according to your own judgement.

Rgds

You can just download the version currently in this thread, and choose to upgrade from v1.0.1 -> v1.1.1, then when the new one is released you can upgrade from 1.1.1 -> 2.0

But if you really want to un-install then...
Run these queries to un-install the DB modifications:
Code:

drop table `vb3_vbchat_datastore`
Code:

drop table ` vb3_vbchat_store`
Code:

alter table `vb3_user` drop
vbchat_pref_font_face,
vbchat_pref_font_color,
vbchat_pref_user_ignore,
vbchat_pref_status,
vbchat_pref_auto_on,
vbchat_pref_auto_msg,
vbchat_pref_in_room;

Change vb3_ to your Forum Prefix :)
Then "un-do" all file edits made during the installation.

@ sv1cec - Ah yes, sorry, guess im still asleep. That is a good method, but some users may want to keep rooms active, so i think if they are deleted after a certain length of time of been in-active, then it will cause less problems. Thanks for the suggestion in any case. :)

- Zero Tolerance

iSpanish 02-24-2005 10:12 AM

Quote:

You can just download the version currently in this thread, and choose to upgrade from v1.0.1 -> v1.1.1,
there no choose like that:
upgrade from v1.0.1 -> v1.1.1

there is only upgrade from v1.1.0 -> v1.1.1


All times are GMT. The time now is 10:22 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
  • Page Generation 0.02263 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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