Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[CTech] Chat: IRC (Webchat) Details »»
[CTech] Chat: IRC (Webchat)
Version: 0.0.2, by CvP CvP is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.1.0 Rating:
Released: 01-05-2011 Last Update: 01-09-2011 Installs: 94
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

About the Add-on
This add-on utilizes qwebirc to provide a web irc interface to your forums. I have created this for my site and releasing here for everyone (free to use). You are not allowed to remove the copyright text.

Features
  • Easy to configurable admincp options
    • guest name/prefix
    • channels to join
    • server to use
  • Automatic tab in navbar
  • stylevars support
Features to Come
  • some navbar related options (dropdown menu)
  • chat window as a popup window (in menu)
  • irc:// link in menu
  • ability to work even if your site is closed (and may be during database problems too)
  • facebook styled chat (might release it as a separate add-on though)
Supported vB Version
check above. It may or may not work on previous versions. I don't really care.

How to Install
Estimate Install Time: less than 2 minutes.
  1. Extract the zip file in your computer
  2. Rename the admincp folder to match your server admincp folder if you have changed it
  3. Upload all the files in /upload to your forum directory
  4. import the product XML using add product in admincp
  5. Configure the product [ admincp > Crimson Tech Products > Chat: IRC ... ]
  6. Enjoy!
Support
I will try to support this add-on and add-on users for as long as I can. But no support unless you click INSTALL!
Also, don't forget to rate the add-on.


Demo and Screenshot



http://img259.imageshack.us/img259/9914/capturebe.jpg
http://img838.imageshack.us/img838/5354/capturemz.jpg

Version History
0.0.1
  • Initial Release
0.0.2
  • Fixed two file names [ .\packages\ctech\chat_irc\plugins\ ]
    • wol_display.php => online_location_unknown.php
    • wol_process.php => online_location_process.php
  • Fixed a typo in chat_irc.php that was affecting guest names
  • To update: replace the files with new ones. Import the product xml if you wish.

Cheers.

PS: Up until now, I've only been modifying things to suit my needs. This is my first add-on created from scratch

Download Now

File Type: zip Crimson Tech Chat IRC v0.0.2.zip (15.5 KB, 765 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
NoMatt3r

Comments
  #42  
Old 01-31-2012, 02:17 AM
MNNLeafre MNNLeafre is offline
 
Join Date: Sep 2011
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to put this in the forum home page?
Reply With Quote
  #43  
Old 01-31-2012, 05:37 PM
Bisha's Avatar
Bisha Bisha is offline
 
Join Date: Mar 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do we need a IRC server?
Reply With Quote
  #44  
Old 01-31-2012, 05:56 PM
GhostHunter2010 GhostHunter2010 is offline
 
Join Date: Nov 2010
Location: London UK
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes bisha u must have your own unrealircd server or u can run it with someones else server i use the same as this but i host my own servers
Reply With Quote
  #45  
Old 02-03-2012, 03:49 PM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bisha View Post
Do we need a IRC server?
No. You can use dalnet, rizon etc.
Reply With Quote
  #46  
Old 02-04-2012, 09:02 AM
lolrofllol lolrofllol is offline
 
Join Date: Jan 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey I would like to remove the confirmation for people leaving the page when they have qwebirc open

Thanks so much =]
Reply With Quote
  #47  
Old 05-25-2012, 07:54 AM
Gadget17 Gadget17 is offline
 
Join Date: Dec 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now with 4.2 we have Navigation manager, how can I change to control the tab from with that?
Reply With Quote
  #48  
Old 07-05-2012, 11:57 AM
sectomy sectomy is offline
 
Join Date: Oct 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to replace spaces in names with another character ?
like space = _ ? If yes, how to do it, cause were a Clanboard with all names starting like:
XO Username
so if anyone join the chat, it only displays: XO
and if there more then 1 in the chat, it could be difficult
Reply With Quote
  #49  
Old 07-06-2012, 09:37 AM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On chat_irc.php, change bbuserinfo.username to whatever you want. Then save that variable to something else; register that variable to ctech_chat_irc_index tempalte. Then use that variable in below code from template.

<iframe width="{vb:stylevar ctech_chat_irc_width}" height="{vb:stylevar ctech_chat_irc_height}" src="{vb:var vboptions.ctech_chat_irc_server}/?nick={vb:if "$show['member']", {vb:var bbuserinfo.username}, {vb:var ctech_guest}}&channels={vb:var vboptions.ctech_chat_irc_channels}&uio={vb:var vboptions.ctech_chat_irc_uio}"></iframe>
Reply With Quote
  #50  
Old 07-07-2012, 08:36 AM
sectomy sectomy is offline
 
Join Date: Oct 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

thx but i cant find bbuserinfo in that php file....
could u help me in that case please..
i only want to replace a space in the vbb username to an "_"

so the user can simple go to the chat and use his normal vbb username.

thanks in advance
Reply With Quote
  #51  
Old 07-13-2012, 09:57 AM
sectomy sectomy is offline
 
Join Date: Oct 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mh.... or could any other help me out with this please ?
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 03:44 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.10795 seconds
  • Memory Usage 2,331KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete