The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBChat v2.3 Details »» | |||||||||||||||||||||||||
NOTCE: ALL SUPPORT SHALL NOW BE ANSWERED HERE
This is a php/mySQL powered chat system, just brought into production. It's features for v1.0.0 are wide but more are to follow i future versions, this version has the following features: Key:
New v1.1.1 Features:
Version 2.0 Features - 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 - Chat Now In Pop Up Window --- The chat will be displayed as a pop now instead of a normal page, allowing users to chat & browse at the same time - Inactive Rooms Auto Pruned --- This is admin controllable, you may set if rooms with inactivity will be auto pruned, you can select from 1 to 24 hours, if rooms havn't had any inactivity in the last x hours, they will automatically be removed. - Permanent Rooms --- When admins/smods create a chat room, they have the option to make it permanent, doing this will stop the room from been pruned due to inactivity, the only way to remove it then is via the ACP. - What Room Are You In --- The main chat page will now display which room you're chatting within - Total Users --- The main chat page will now display the total amount of users currently within that chat room - User Joining Rooms --- Upon first joining vBChat, the chat will display: "[user] Joins Room" - User Changing Rooms --- Upon changing rooms, the previous room you were in will display "[user] Leaves Room" and the new room will display "[user] Joins Room" - Exit vBChat Link --- Upon clicking, chat automatically closes and a message is left in the room saying "[user] Leaves Room" - /status Command --- Change your vBChat Status by typing: "/status YOUR STATUS HERE" - /exit Command --- Same as the Exit vBChat link, only you may type it in as a command - vBChat Help --- Displays all chat commands, descriptions and examples of using them - Close Chat Window --- Upon closing the chat window, the system recognizes this and displays a message in the chat saying you have left: "[user] Leaves Room" Version 2.1 Updates: - Uncached template "chat_iframe_blank" has now been cached - Clicking smilies will now enter the code into the post field - Upon exiting vBChat, your session will be deleted so other users will instantly see you removed from "Users Currently In vBChat" - Internet Explorer may delete your message half way through typing, this has been fixed vBChat v2.2 Updates: - Bug Fix: Window too large upon opening - Bug Fix: Other vBChat Links Didn't Open Pop Up For vBChat - Admin CP interface for Usergroup & User banning completely re-designed, no more manual inputting of id's, the system will use a new format to add/remove banned usergroups/users to make it even easier. - Usergroup Permissions --- Group Can Create Custom Rooms (Yes/No) --- Group Can Join Custom Rooms (Yes/No) --- Group Can Join Permanent Rooms (Yes/No --- Permissions removed if usergroup is banned - Upon changing room you are redirected straight to vBChat instead of been stuck at the room select page - Upon deleting chat rooms (via ACP or Auto Prune) all chat messages inside are deleted for good - When editing a chat room via ACP you may choose if it is a permanent room or not vBChat v2.3 Updates: - Now only 1 refreshing iframe, eliminating a minimum of 8 queries per page refresh, cutting the system resources needed by nearly half! - Several queries have been optomized, selecting data which wasn't required. Note: This was a maintenance update, to optomize the system, no new features have been made. Installation Update For v2.3 You may install v2.3 fresh You may upgrade from v2.2 -> 2.3 (Archived versions included for those who missed updates!) The install has an automatic script to add templates and database modifcations. Previews are available below showing the vBChat system and admin controls. Branding Free Option Should you wish to have the visible copyright removed from vBChat, please send me a private message here on vbulletin.org, the price is $30. If you require any other details on this, please make sure all enquiries are put into a PM, and not the thread itself. Note: Payment method must be via PayPal Donations All donations great or small are appreciated to the greatest extent, wether it's for the modification itself or just a little incentive for myself, if you would like to donate then you can do so via PayPal, my email to send to is: webmaster@gzevolution.net Thanks to all those who have currently donated for this modification! Enjoy - Zero Tolerance Show Your Support
|
Comments |
#982
|
|||
|
|||
Can I see your board? Looks like you're missing some things.
|
#983
|
|||
|
|||
I seach in template and found above code in header template:
Code:
<!-- begin cobalt header--> <div align="center"> <table width="770" align="center" class="border1"> <tr> <td align="left" valign="top"> <table width="100%" align="center" class="border2"> <tr> <td align="left" valign="top"> <table width="100%" align="center" style="background-image:url($stylevar[imgdir_misc]/hy_hdr_back.gif)" border="0" cellpadding="0" cellspacing="0" class="navborder"> <tr> <td align="left" valign="top" width="225" height="94"><img src="$stylevar[imgdir_misc]/hy_hdr_ls.gif" width="225" height="94" alt="" /></td> </tr> </table> <!-- end cobalt header--> <!-- nav buttons bar --> <div align="center"> <table style="background-image:url($stylevar[imgdir_misc]/hy_nav_back.gif); border-top-width:0px" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" class="navborder"> <tr align="center"> <td height="33" class="hnav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td> <if condition="$show['member']"> <td class="hnav"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="hnav"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td> </if> <td class="hnav"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td> <td class="hnav"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> <td class="hnav"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <td id="navbar_search" class="hnav"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> </if> <if condition="$bbuserinfo['userid']"> <td id="usercptools" class="hnav"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td class="hnav"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> </if> <td class="hnav"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td> <if condition="$bbuserinfo['userid']"> <td class="hnav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td> </if> </if> <if condition="$bbuserinfo['userid']"> <td class="hnav"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td> </if> </tr> </table> </div> <!-- / nav buttons bar --> <if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> <if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="text" class="bginput" name="query" size="20" />$gobutton<br /> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td> </tr> </table> </div> <!-- / header quick search form --> </if> <if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[quick_links]</td></tr> <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr> <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr> <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if> <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr> <tr><td class="thead">$vbphrase[miscellaneous]</td></tr> <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr> <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if> </table> </div> <!-- / user cp tools menu --> </if> <!-- / NAVBAR POPUP MENUS --> </if> <!-- content table --> $spacer_open $_phpinclude_output |
#984
|
|||
|
|||
excellent work on this
works like a charm well done /me clicks install |
#985
|
|||
|
|||
Quote:
|
#986
|
|||
|
|||
Quote:
|
#987
|
|||
|
|||
Great hack btw but im having a few problems...
First off when u go to my main link http://www.goaguild.com/ and click chat for some reason it is not switching to /forum/vbchat.php if you go to http://www.goaguild.com/forum and click on the chat it works fine.. I thought creating 1 template effects both the index (CMPS) and the forums URL's together??? If thats not the case how can i fix the first link so it goes to /forum when u click it?? Also i notice the vbchat script takes FOREVER to load. Any reason why it's so slow to process? Takes a good minute to a minute in a half before it will load... Thanks! |
#988
|
|||
|
|||
Because it's a relative link instead of absolute, it's looking in the same directory. Go into the navbar template and change the link to /forum/vBChat.php instead of vBChat.php
The script doesn't take forever for me... Try mine out. http://www.greenhybrid.com/discuss/ If it's not slow, check your installation. If it is, check your computer... and another one. |
#989
|
|||
|
|||
Damn yours is super fast... Not sure why mine loads so slow for me.. Did you try to click my chat link?
Thanks for the help that should resolve it. |
#990
|
|||
|
|||
Enable guest access and I will. Registered for too many forums already. Sorry.
|
#991
|
|||
|
|||
ok let me enable it...
This link issue still isn't working correctly... PHP Code:
If i change the first vBchat.php to (forum/vBChat.php the CMPS Chat link works correctly. THe problem is the second chat link located on the Forums Page now goes to forum/forum/vBChat.php :ermm: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|