Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vB Chat
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Feedback And Suggestions Details »»
Feedback And Suggestions
Version: , by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-01-2005 Last Update: Never Installs: 0
 
No support by the author.

The program wouldn't go anywhere if i didn't have fresh ideas pointed out to me every so often, so feel free to drop a suggestion or 2 in this thread, or comments if you desire

Notice: This is not a support thread

Thanks,

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-20-2005, 09:28 AM
LeeWicKeD LeeWicKeD is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to open the chat beneath the forum-navigation like in the older vbchat versions? or is this not possible because the chat uses jave/i-frames ?
Reply With Quote
  #23  
Old 03-20-2005, 10:28 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Folks, the navbar can be added, but why do you want it there? The whole idea behind opening vBChat inside a separate window, is because it is a different program than vB, in the sense that you can't use it to browse the forums. Why would you want someone to jump from the chat, to the UserCP, or the Calendar? It doesn't make sense. That window is dedicated to chatting, if the user wants to browse the forums, or to go to any other area, all he has to do, is minimize or close the chat window. The window from where he entered the chat, is still open behind the chat window.

Or you can have vBChat open inside the same window the user was before. Why open a new window, if not for a specific task?

Of course, this is my idea, not all of you have to agree with me.
Reply With Quote
  #24  
Old 03-20-2005, 02:51 PM
LeeWicKeD LeeWicKeD is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@sv1cec: i know what you mean, but my users asked me to add the navbar. in older versions the chat was opened in a new window, with the navbar...can you tell me how i can do this again, because nearly all of my users want it
Reply With Quote
  #25  
Old 03-20-2005, 03:01 PM
zachlee zachlee is offline
 
Join Date: Nov 2004
Location: Pgh, Pa
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sv1cec
Folks, the navbar can be added,
Great! How?
Reply With Quote
  #26  
Old 03-20-2005, 03:18 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit your CHAT template and find

$header

add below that:

$navbar

If that doesn't do the trick alone, then in vBChat.php find:

PHP Code:
$navbits     = array("vBChat.php?$session[sessionurl]&do=main" => "vBChat");
$navbits[""] = "vBChat"
Right below that, add:

PHP Code:
eval('$navbar = "' fetch_template('navbar') . '";'); 
That should do it.

Rgds
Reply With Quote
  #27  
Old 03-20-2005, 10:28 PM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I posted this in a separate thread. Belongs here.

Terrific mod/hack!

I modified the openwindow() to do screenwidth/2 and screenheight/2 and turned on menu and resize/status bar. MUCH BETTER.

The usernames should use the color scheme like elsewhere on the boards. That is, moderators in red, CMs in green, admins in blue, and so on. (These are the colors I've assigned on my boards to usergroups).

Text box should let you enter more than one line if you copy/paste from some other source.

Should be allowed to be in 2 rooms at once

Users in vbchat on right should be more condensed. Just username would be nice, but with dropdown menus to do things like send private message, ban, etc.

Ban isn't noticable. When my mods/cms try it, they can't tell someone is banned. Users banned still show up as if in channel.

Invisible users show up visible on the index.php page if in vbchat.

More...

Would be nice if it checked PMs. If a new one comes in, it'd be nice to know it. Since this mod is updating things all the time, it would work terrifically.

I'd do this as a text link at the top: "You have x PMs, 1 new" with maybe some highlight if a new one comes in.
Reply With Quote
  #28  
Old 03-21-2005, 02:45 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mykes
I posted this in a separate thread. Belongs here.


Terrific mod/hack!

I modified the openwindow() to do screenwidth/2 and screenheight/2 and turned on menu and resize/status bar. MUCH BETTER.

The usernames should use the color scheme like elsewhere on the boards. That is, moderators in red, CMs in green, admins in blue, and so on. (These are the colors I've assigned on my boards to usergroups).

Text box should let you enter more than one line if you copy/paste from some other source.

Should be allowed to be in 2 rooms at once

Users in vbchat on right should be more condensed. Just username would be nice, but with dropdown menus to do things like send private message, ban, etc.

Ban isn't noticable. When my mods/cms try it, they can't tell someone is banned. Users banned still show up as if in channel.

Invisible users show up visible on the index.php page if in vbchat.

More...

Would be nice if it checked PMs. If a new one comes in, it'd be nice to know it. Since this mod is updating things all the time, it would work terrifically.

I'd do this as a text link at the top: "You have x PMs, 1 new" with maybe some highlight if a new one comes in.
Invisible users? When was that feature implemented? Did I miss something?

I second your suggestions, have implemented some of them in my site, but I think the PM thing will be kind of difficult, to implement. To do it, another iframe will have to be created, and reloaded every now and then, maybe not as often as the other frame but at least once every three minutes. That will make the system slower.
Reply With Quote
  #29  
Old 03-21-2005, 07:29 AM
G3MM4 G3MM4 is offline
 
Join Date: Jul 2004
Location: Westcounty UK
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be great if you added an uninstall script.
Reply With Quote
  #30  
Old 03-21-2005, 04:36 PM
LeeWicKeD LeeWicKeD is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sv1cec
Edit your CHAT template and find

$header

add below that:

$navbar
thank you very much sv1cec! this helped me a lot! *thumbsup*

lee
Reply With Quote
  #31  
Old 03-22-2005, 02:37 PM
Diana Notacat's Avatar
Diana Notacat Diana Notacat is offline
 
Join Date: Dec 2003
Location: Arkansas
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alot of these missing features are why I'm stilling using my own script instead of vBchat... but I really want some of the features vBchat has that my chat doesn't... Darnit! So here's what I'd love!

Quote:
The ability to add chat moderators that are solely moderators inside the chat, and can kick/silence people.
I'd also love to have this! Prefferably to set exactly who has chat admin controls instead of all admins/staff having them... because some of my admins I wouldn't trust with controls in chat but they are excellent on the forums. o_o;;

Quote:
Should be allowed to be in 2 rooms at once
Also something I would like, since I'll be in the main room and then want to roleplay or have a private conversation in a protected room. This is why I have multiple chats afterall. If worried about being grr to the database, you could have userperms set on who is allowed to be in more than one room.

Quote:
Users in vbchat on right should be more condensed. Just username would be nice, but with dropdown menus to do things like send private message, ban, etc.
You could put the usernames in a dropdown next to the post textfield... Automatically the menu would be set to "Post in Room" and then you can scroll it to "Send Pm to : username"

Quote:
Ban isn't noticable. When my mods/cms try it, they can't tell someone is banned. Users banned still show up as if in channel.
Indeed. At the very list a "User has been booted!" message would be handy when someone gets kicked.

Quote:
I second your suggestions, have implemented some of them in my site, but I think the PM thing will be kind of difficult, to implement. To do it, another iframe will have to be created, and reloaded every now and then, maybe not as often as the other frame but at least once every three minutes. That will make the system slower.
In my chat system I added a PM chat to the text bar frame, so only when they update/send a new message it'll show if they have a new PM from the boards. Something like that would be pretty handy. Or what about putting a check in the actual message frame where messages apear? Just a note [you have a new pm!] if you have one, and nothing if you don't!

And now my own wants!

CHAT LOGS!
Even if it's just for admins, viewable chat logs... Either they aren't there for me to easy view or I'm blind as a bat! Including logs for protected rooms and display of private messages for uberadmin access only. (if they want a REAL private conversation they can use PMs or aim! sometimes people abuse these and you need logged proof...)

ADMINCP RIGHT IN CHAT
I'm lazy and I hate having to go all the way to my admincp to do the chatty things. Would be nice to have a little link with all the in chat related admin stuff. (ban/unban, chat logs, clear, chat, ect)

CLEAR SCREEN
Would be so lovely to clear the chat screen of old messages, or simply when a admin wants/needs to. This has been handy in my own chats.

CHAT BOOT
A simple boot out of chat instead of a full ban...

"ANONYMOUS" CHAT COMMENTS
For admin or chat mod use only, they can post a message without showing who the actual admin was! Which admin did the action should be shown in logs only. The chat messages in my rooms have been great for telling people to behave officially, and for a little narration action during games/events.

OPTION TO SET "CHAT NAME"
Since I use my chats for roleplay, it'd be super to be able to set the viewed name! Even more awesome if users can be in more than one room. Happy yay roleplay fun for Diana. Users love this, and of course, their name in the online list will link/show their real profile so no one tries to "trick" anyone.

If I could combine the two chats... ultimate power! Muahahaa!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04908 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete