vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [CTech] Chat: IRC (Webchat) (https://vborg.vbsupport.ru/showthread.php?t=256645)

MNNLeafre 01-31-2012 02:17 AM

Is it possible to put this in the forum home page?

Bisha 01-31-2012 05:37 PM

Do we need a IRC server?

GhostHunter2010 01-31-2012 05:56 PM

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

CvP 02-03-2012 03:49 PM

Quote:

Originally Posted by Bisha (Post 2294674)
Do we need a IRC server?

No. You can use dalnet, rizon etc.

lolrofllol 02-04-2012 09:02 AM

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

Thanks so much =]

Gadget17 05-25-2012 07:54 AM

Now with 4.2 we have Navigation manager, how can I change to control the tab from with that?

sectomy 07-05-2012 11:57 AM

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 :D

CvP 07-06-2012 09:37 AM

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>

sectomy 07-07-2012 08:36 AM

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

sectomy 07-13-2012 09:57 AM

mh.... or could any other help me out with this please ?

ywwz 07-14-2012 03:13 AM

Installed, works great, One question, how to edit the color of the border??? Thanks!

RedTurtle 07-17-2012 07:23 AM

Quote:

Originally Posted by sectomy (Post 2345739)
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

in chat_irc.php underneath the line that says:

Code:

$ctech_guest = $vbulletin->options['ctech_chat_irc_guest_prefix'] . $vbulletin->options['ctech_chat_irc_guest_text']  . rand(1000,9999);
add:

Code:

$ctech_user = str_replace(" ", "_", $vbulletin->userinfo['username']);
then underneath the line that says:

Code:

$templater->register('ctech_guest', $ctech_guest);
add:

Code:

$templater->register('ctech_user', $ctech_user);

Then find your ctech_chat_irc_index template and find {vb:var bbuserinfo.username} and replace it with {vb:var ctech_user}


This fixes the issue of usernames with spaces in them being cut off after the first word. I don't take credit or responsibility for this.

CoffeeLovesYou 08-08-2012 06:21 AM

Develop for 3.8 please. Tried installing on 3.8.7 forum and I get this;
Fatal error: Call to undefined function render_navbar_template() in forums/chat_irc.php on line 26
Most likely because that isn't a function in 3.8.7, rather for 4.0.x. If you could tell me how to make it compatible, would thank ya bunches. Marked as installed and nominated :D

hype901 08-14-2012 06:01 PM

How do I get around this error:

[13:58] == *** (qwebirc) Looking up your hostname...
[13:58] == *** (qwebirc) Couldn't look up your hostname!
[13:58] == Disconnected from server: Connection to IRC server failed.

hype901 08-14-2012 06:06 PM

Okay .. it worked this time.

stoute 09-01-2012 02:02 PM

:wolfe.freenode.net NOTICE * :*** Looking up your hostname... :wolfe.freenode.net NOTICE * :*** Checking Ident :wolfe.freenode.net NOTICE * :*** Found your hostname :wolfe.freenode.net NOTICE * :*** No Ident response ERROR :Closing Link: 127.0.0.1 (Client Exit)

This is the error that I get when trying to connect.

Guest Username Prefix:
Guest Username: Guest
IRC Server: http://Irc.freenode.net:6667
Channels to Join: GRP
User Interface Options: Mj10cnVlJjc9dHJ1ZSY5PTIxNQ08

rasun2 10-07-2012 12:26 PM

thank you for this great Add-on :up:

Every time i click to web chat tab it will connect to the cannel #BanglaGamer. Can I choose a new one and set it as default for all users?
Is it possible to connect to euirc channels? If yes how I can do that?

CvP 10-08-2012 05:48 AM

Quote:

Originally Posted by rasun2 (Post 2371353)
thank you for this great Add-on :up:

Every time i click to web chat tab it will connect to the cannel #BanglaGamer. Can I choose a new one and set it as default for all users?
Is it possible to connect to euirc channels? If yes how I can do that?

You can configure all these options from admincp options!

rasun2 10-09-2012 09:58 AM

I couldn’t find these settings. Can you tell me where in the admincp I can make these changes?

TheSupportForum 10-09-2012 01:02 PM

lol you seriously but a copyright text for an IFRAME template
credit should got to the IRC client that gave the IFRAME code

CvP 10-10-2012 10:20 AM

Quote:

Originally Posted by rasun2 (Post 2371741)
I couldn?t find these settings. Can you tell me where in the admincp I can make these changes?

admincp > settings > options > Crimson Tech Chat: IRC

Quote:

Originally Posted by simonhind (Post 2371774)
lol you seriously but a copyright text for an IFRAME template
credit should got to the IRC client that gave the IFRAME code

It does a little bit more than iframe code. Who is stopping you from copy pasting iframe code?
Also, the qwebirc is properly credited which you'd see if you weren't blind.
Thanks.

Raptor 03-04-2013 08:06 AM

is it possible to get this working on vb3.8 ?

NoMatt3r 04-05-2013 04:55 PM

Get the following error messages:

Warning: include([path]/packages/ctech/chat_irc/plugins/cache_templates.php): failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1419) : eval()'d code on line 109

Warning: include(): Failed opening '[path]/packages/ctech/chat_irc/plugins/cache_templates.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in [path]/includes/class_bootstrap.php(1419) : eval()'d code on line 109

Using vBulletin 4.2.0 Patch Level 3

CvP 04-06-2013 08:06 AM

Did you upload all the files properly?

NoMatt3r 04-07-2013 05:54 PM

Yes, i've uploaded all files again and tried to re-install but still the same error.

And if i click on the navbar "Webchat" i get 404 Not Found. Really weird. Other addons work fine.

EDIT: Although, i've done nothing the add-on works now as supposed to. It might have been my webserver. Thank you anyway. Great add-on!

franzes80 03-02-2014 08:49 AM

Hello we have Navigation manager, how can I change to control the tab from with that?I want only users register view webchat

Dragaon 01-07-2015 11:42 AM

I just installed the mod and I'm getting this when trying to load the chat
Quote:

qchat.rizon.net uses an invalid security certificate.
The certificate expired on 01/03/2015 03:44 PM.
The current time is 01/07/2015 08:38 AM. (Error code: sec_error_expired_certificate)
I will unload it until this issue is resolved. i hope that's soon, seems like a good mod.

Dragaon 01-07-2015 02:18 PM

i just changed the server it connects to in options to https://qwebirc.afternet.org and the mod works fine. If the cert gets updated on rizon i'll set it back.

Marked as installed, nice work :)

user25148 08-18-2015 08:43 PM

Works great. Anyone know how to get it to show up in the forums instead of in its own navtab?

friendlymela 10-08-2015 08:12 AM

will check it

Ordovicium 07-21-2016 09:47 PM

Is there a vb5 version available?

Ordovicium 09-02-2016 08:47 PM

Any chance for a vb5 version?

Dave 09-02-2016 09:13 PM

Quote:

Originally Posted by Ordovicium (Post 2575472)
Any chance for a vb5 version?

I feel like the chance of that happening is 0%. The developer of this plugin isn't active anymore.


All times are GMT. The time now is 06:52 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.01186 seconds
  • Memory Usage 1,783KB
  • 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
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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