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)

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


All times are GMT. The time now is 10:26 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.02309 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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