vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - vBJirc Java irc integration for vb 3.6.x (https://vborg.vbsupport.ru/showthread.php?t=143226)

absy 12-05-2008 02:57 PM

how can it be changed so that all characters are allowed ?

cortinator 02-16-2009 02:14 AM

Quote:

Originally Posted by absy (Post 1679082)
how can it be changed so that all characters are allowed ?

You can't, really. I'm trying to figure out how to substitute an illegal character for a legal character. Like if someone's name is The Big Dog, remove the space and place an underscore so that it's The_Big_Dog. Anyone know how to do this?

mrspring 08-12-2009 11:14 AM

Thanks MKvenner, ur post https://vborg.vbsupport.ru/showpost....&postcount=107 fixed my issues on this with my custom skin - now it works fine!!!

starli 08-20-2009 12:16 AM

How i can inclue it on a other vBulletin Page?

shortbus1662 08-26-2009 09:12 PM

Works on 3.8.2. However, I am still seeking a way to create a "Who's chatting block" without putting to much stress on the server?

ideas?

Stubbed 09-22-2009 09:29 PM

^-- Generally the only way you would do this reliably is with some sort of irc bot (eggdrop/emech) in the channel that you have people join. I'm sure you could do it with the built in vBulletin "What is the current user doing" field but I doubt this would work, as generally people open a new window and then continue browsing the forum.

I run a heavily modified version of this mod, and one thing that others might find handy for connecting to certain IRC networks is removing all of the special characters out of peoples nicks.

It's easily done, just edit the pbjirc.php file, and find the "//get username" line, just below that, replace the existing "$vbjirc['username'] = " with this:

Code:

$vbjirc['username'] = substr(ereg_replace("[^+A-Za-z0-9]", "", $vbulletin->userinfo['username']), 0, 15);
That will remove anything that's not alphanumeric (Including spaces), and truncate the length of the username to 15 characters. Change the last 15 to what ever you want (If not 15, generally 9).

sKippah 09-27-2009 07:38 PM

is there any update for 3.8.x - Or does any have an similiar mod for irc?

absy 01-11-2010 02:15 PM

will this work with version 4 please?

DeviantFlash 01-31-2010 04:48 PM

Quote:

Originally Posted by sKippah (Post 1891472)
is there any update for 3.8.x - Or does any have an similiar mod for irc?

I am interested in this as well.

ANY mods for IRC would be appreciated.

MGP_Tech 02-11-2010 05:04 PM

Just curious, is there any way to modify this so that other chat channels can be opened with just a click of a link or button? We use multiple rooms for our roleplaying website and it would be very handy to have.


All times are GMT. The time now is 09:45 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.01236 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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