Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
Details »»

Version: , by webhost webhost is offline
Developer Last Online: Jul 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-04-2001 Last Update: Never Installs: 0
 
No support by the author.

The following was done by Stasik on my board to add 2 features to Chris's MSN hack.

1) Add field to the profile for Hotmail ID Handle.

2) Have that ID handle showup automatically in the username field box in Chris's hack.

3) Add field for a additonal homepage also.

First go the control panel and select User profile fields/add
Then add your new profile. You can call it Hotmail ID or Handle or whatever you like. When finished save new profile field. Then when screen comes back up look at the new profile field you have created, notice the edit button to the right of it. While holding down the shift key click on edit. This will bring up a new window. Maximize this window. Look in command line torwards the end you will see something like this "edit&profilefieldid=8" remember id number on the end. Do the same for the extra homepage. Homepage info only goes in getifno template a stated below.

Now go the messagecenter template supplied by Chris.

===============================
Find This Line
===============================

PHP Code:
<input type="text" name="login" id=login size="15" maxlength="64" accesskey="m"
===============================
Replace with this
===============================

PHP Code:
<input type="text" name="login" id=login size="15" maxlength="64" accesskey="m" value="$bbuserinfo[field8]"
Change the 8 out with whatever you found earlier to be the Field ID you setup when setting up the new field.
When putting in handle in profile DO NOT PUT IN @HOTMAIL.COM, just handle.

To arrange in your profile under other services, place the following in your getinfo template. Between the lines are new items DFDFDF and F1F1F1 are first and second altcolors.
PHP Code:
<td bgcolor="#DFDFDF"><normalfont><a href="$userinfo[homepage]target="_blank">$userinfo[homepage]</a>&nbsp;</normalfont></td>
</
tr>
<
tr>
==============================================
    <
td bgcolor="#F1F1F1"><normalfont><b>Additional Homepage:</b></normalfont></td>
    <
td bgcolor="#F1F1F1"><normalfont><a href="$userinfo[field7]target="_blank">$userinfo[field7]</a>&nbsp;</normalfont></td>
</
tr>

<
tr>
    <
td bgcolor="#DFDFDF"><normalfont><b>MSN Hotmail ID:</b></normalfont></td>
    <
td bgcolor="#DFDFDF"><normalfont><a href="$userinfo[field8]target="_blank">$userinfo[field7]</a>&nbsp;</normalfont></td>
</
tr>


<
tr>
==============================================
    <
td bgcolor="#F1F1F1"><normalfont><b>ICQ Number:</b></normalfont></td
Enjoy, This was tested and worked with Vbulletin Version 2.0.3

Show Your Support

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

Comments
  #2  
Old 08-05-2001, 12:54 AM
smithy256
Guest
 
Posts: n/a
Default

can i see a example
Reply With Quote
  #3  
Old 08-05-2001, 01:03 AM
adrianmak adrianmak is offline
 
Join Date: Sep 2002
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by smithy256
can i see a example
simple click his current WWW site
there has a example
Reply With Quote
  #4  
Old 08-05-2001, 04:22 AM
webhost's Avatar
webhost webhost is offline
 
Join Date: Oct 2001
Location: St. Louis
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Example:
Click on Forums in my signature in this message, when on the site look at the bottom you will see the msn hotmail section. Register on board or use username newguy password hackman.
After logging in, go to edit profile you will see hotmail field, put in your hotmail handle, save and go back to home page and look at msn username field your handle should be there. Please after you run the test remove your handle in the profile of username newguy and signout.

Thanks
Reply With Quote
Reply

Thread Tools

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:46 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.03637 seconds
  • Memory Usage 2,236KB
  • Queries Executed 17 (?)
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
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (4)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete