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

Reply
 
Thread Tools
Connect Directly To Chatroom From Forumhome Details »»
Connect Directly To Chatroom From Forumhome
Version: , by pattox2k1 pattox2k1 is offline
Developer Last Online: Dec 2005 Show Printable Version Email this Page

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

What it does: makes a direct login to the chat on forum homepage

peeps there is no demo of this as i have not installed it on my board but i know that it works and is bug free. The conly thing that you MIGHT have to edit is if you have your chat at:


$bburl/chat/index.php


you will have to change:


<FORM action="$bburl/chat.php" target="_blank">


to:


<FORM action="$bburl/chat/chat.php" target="_blank">

or:

<FORM action="$bburl/chat/chat.php" target="_blank">

(depending on link to chat)



please click install if you install this hack.....



ENJOY!!!!!


(this will work on ALL versions of vB that have the vB eirc hack installed )

Download Now

File Type: (21.3 KB, 109 views)

Show Your Support

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

Comments
  #2  
Old 06-09-2002, 05:47 AM
SaintDog SaintDog is offline
 
Join Date: Nov 2001
Location: Tennessee
Posts: 1,975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not a hack, this is a template modification. Hacks modify the PHP files, not the templates within vBulletin.

- SaintDog
Reply With Quote
  #3  
Old 06-09-2002, 05:57 AM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok then
Reply With Quote
  #4  
Old 06-25-2002, 11:07 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<!--$bbtitle Chat-->
<FORM action="$bburl/chat.php" target="_blank">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%">
<tr>
<td width="100%" height="68">
<p align="center"><b>
<font face="verdana, helvetica, sans-serif" size="2">
Connect to to $bbtitle chat with username : $username </font></b>
<script>
document.write("<input NAME=chatnick value="+chatuser.value+" SIZE=16 class=bginput>");
</script>
<INPUT TYPE="submit" VALUE="Connect" class="bginput"></td>
</tr>
</table>
</FORM>
<!--/$bbtitle Chat-->

....The part that is in BOLD should say $bbuserinfo[username] to grab your name......using $username will grab the newest member that came online.......

Peace
Reply With Quote
  #5  
Old 06-26-2002, 09:41 AM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeh i worked that out anyways i edited it and made it diff, try this code:

<!--$bbtitle Chat-->
<FORM action="$bburl/chat.php" target="_blank">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%" height="68">
<p align="center"><b>
<font face="verdana, helvetica, sans-serif" size="2">
Connect to to $bbtitle chat with username: <font color="#FF0000" size="4" face="verdana, helvetica, sans-serif">$bbuserinfo[username]</font></font></b>
<script>
document.write <input NAME=chatnick value="+chatuser.value+" SIZE=16 class=bginput>
</script>
<INPUT TYPE="submit" VALUE="Connect!" class="bginput"></td>
</tr>
</table>
</FORM>
<!--/$bbtitle Chat-->
Reply With Quote
  #6  
Old 06-26-2002, 04:14 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL.....good, but i dont see a difference in what i said and what you posted..............yeh, whatever it works so its all good.....now i have to make a button set or something so that my members can go to the quiz page i have set up.....hmmmmm....any ideas??

Peace
Reply With Quote
  #7  
Old 06-26-2002, 05:21 PM
Pilot Pilot is offline
 
Join Date: Oct 2001
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who cares about PHP vs templates - it's still a code change as far as I am concerned (and I work in IT). In fact I admire a hack that can avoid PHP changes.

Hacks are not a good thing - some view the PHP changes as something of an achievement - to me it represents more of a failure to provide a standard feature or a customisable one.

Hacks, especially to PHP make upgrades a pain. I use them only where absolutely necessary and hope the next version will remove the need for them.
Reply With Quote
  #8  
Old 06-27-2002, 11:13 PM
RavenBeauty RavenBeauty is offline
 
Join Date: Mar 2002
Location: Texas
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this looks GREAT but where is this vb eirc hack? I am lost as usual
Reply With Quote
  #9  
Old 06-28-2002, 01:12 AM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search for "vb-eirc integration"

CyA
Reply With Quote
  #10  
Old 06-28-2002, 01:45 AM
RavenBeauty RavenBeauty is offline
 
Join Date: Mar 2002
Location: Texas
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pattie hon it just brings me right back to this thread and this thread is the only choice given. I want to implement this modification in the worst way and am scared to death it's over my head. But my guys are asking for it all the time. Noone can seem to be in the same place at the same time but your mod will FIX that BIG time. I want to be sure I do this exactly as you stated and am already lost as usual lol
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 10:57 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.09724 seconds
  • Memory Usage 2,305KB
  • Queries Executed 24 (?)
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)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_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