Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Instant Messaging Details »»
Instant Messaging
Version: , by Bald Bouncer Bald Bouncer is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-31-2002 Last Update: Never Installs: 0
 
No support by the author.

ok I wasnt too sure where to place this as its not classed as a hack but its not really a template mod either...

anyway the way it works is by using the JPilot Chatroom...you split the forum page into 2 frames, one of the frames is hidden and loads the chatroom...then you add a IM link next to the usersname anywhere on the board and when its clicked it will open up the JPilot Chatroom IM Box!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-03-2002, 06:20 AM
Nemesis77 Nemesis77 is offline
 
Join Date: Nov 2001
Location: canada
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you please write up a Set of complete instructions for this hack/template mod please. thanks
Reply With Quote
  #13  
Old 04-03-2002, 07:48 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

parent.chat.document.jchat.processJInput

I keep on getting that this is null or not an object.

I have been using the jpilot hack with chatmain.php and chat.php
and I got both templates in as instructed.
Reply With Quote
  #14  
Old 04-03-2002, 04:07 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Nemesis77
Could you please write up a Set of complete instructions for this hack/template mod please. thanks
PLEASE?
Reply With Quote
  #15  
Old 04-03-2002, 07:04 PM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes this would help so much for the people that don't no much about this hack and what to do. This sounds like a great hack and i would love to see this hack. Thanks.
Reply With Quote
  #16  
Old 04-04-2002, 09:42 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are you ignoring us bald bouncer?

pm sent
Reply With Quote
  #17  
Old 04-04-2002, 10:16 PM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

he gave you everything you need for the template mod.. i believe that is good enough
Reply With Quote
  #18  
Old 04-04-2002, 11:34 PM
Nemesis77 Nemesis77 is offline
 
Join Date: Nov 2001
Location: canada
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya he gave three files with hardly any explination, what's the I.log file for?
Quote:
you split the forum page into 2 frames, one of the frames is hidden and loads the chatroom
How is this done and which forum page?

Quote:
he gave you everything you need for the template mod.. i believe that is good enough
If this was true there's would be other people in here with questions about this hack/mod

If he's not gonna support his hack the he should at least post it in his first post.

Quote:
also 1 template needs to be changed see the readme file!
I see no readme file in the zip file

I know you know your Sh!t in vb neo. you must since you have 17 hacks, but what's good enough for you isn't necessarily good enough for everyone else.
Reply With Quote
  #19  
Old 04-05-2002, 11:54 AM
Bald Bouncer's Avatar
Bald Bouncer Bald Bouncer is offline
 
Join Date: Oct 2001
Location: UK
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL ok ppl calm down...I forgot about this thread...

first step, goto www.jpilot.com and download and install their java chat room, all instructions to do this is on their page

second step upload index.htm and index2.php to your forum folder.

third step is to add a template called chatmain with this content,

PHP Code:
<html>
<
head>
<
title>IRC Chat</title>
$headinclude
</head>
<
body bgcolor="#0099CC">
<
form name="jform">
<
applet  name="jchat" archive="jirc_nss.zip"  code=Chat.class 
width=100height=300>
<
param name="CABBASE" value="jirc_mss.cab">
<
param name="ServerPort" value="[b]your port[/b]">
<
param name="ServerName1" value="[b]your server[/b]">
<
param name="Channel1" value="[b]your channel[/b]">
<
param name="AllowURL" value="false">
<
param name="AllowIdentd" value="true">
<
param name="WelcomeMessage" value="Welcome to Our chat!">
<
param name="RealName" value="JPilot jIRC applet User">
<
param name="NickName" value="$bbuserinfo[username]">
<
param name="UserName" value="jirc">
<
param name="isLimitedServers" value="true">
<
param name="isLimitedChannels" value="true">
<
param name="MessageCol" value="80">
<
param name="BackgroundColor" value="0,153,204">
<
param name="TextColor" value="black">
<
param name="TextScreenColor" value="0,153,204">
<
param name="ListTextColor" value="0,153,204">
<
param name="TextFontName" value="Arial">
<
param name="TextFontSize" value="12">
<
param name="ConfigNickOnly" value="true">
<
param name="NickNChannelOnly" value="true"
<
param name="LogoBgColor" value="0,153,204">
<
param name="BorderVsp" value="3">
<
param name="DirectStart" value="true">
<
param name="FGColor" value="0,153,204">
<
param name="TitleBackgroundColor" value="0,153,204">
<
param name="TitleForegroundColor" value="0,153,204">
<
param name="InputTextColor" value="0,153,204">
<
param name="InputScreenColor" value="0,153,204">
<
param name="IgnoreLevel" value="3">
<
param name="DisplayConfigRealName" value="false">
<
param name="DisplayConfigServer" value="false">
<
param name="DisplayConfigPort" value="false">
<
param name="DisplayConfigMisc" value="false">
<
param name="InitCommands" value="/clear;/me enters">
<
param name="UserListWidth" value="150">
<
param name="RefreshColorCode" value="false">
<
param name="DisplaySoundControl" value="false">
<
param name="NoConfig" value="true">
<
param name="DisplayAbout" value="false">
<
param name="AliasList" value="/nick=/echo Nick command disabled">
<
param name="IgnoreServerMsg" value="true">
<
param name="IgnoreModeMsg" value="true">
<
param name="IgnoreMOTD" value="true">
<
param name="IgnoreChannelChangeMsg" value="true">
<
param name="LicenseKey" value="[b]Your Liscence Key[/b]">
</
body>
</
html
now add what I said to the forumhome_loggedinuser template, and access your form from the index.htm
Reply With Quote
  #20  
Old 04-05-2002, 12:26 PM
Nemesis77 Nemesis77 is offline
 
Join Date: Nov 2001
Location: canada
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Bald Bouncer. that makes things a little clearer.
Reply With Quote
  #21  
Old 04-05-2002, 04:27 PM
MrLister's Avatar
MrLister MrLister is offline
 
Join Date: Oct 2001
Posts: 434
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, this is helpful
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 05:12 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04643 seconds
  • Memory Usage 2,363KB
  • 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_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete