vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Add MSN Messenger Field to profile (https://vborg.vbsupport.ru/showthread.php?t=42184)

Austin Dea 05-16-2003 02:48 PM

Just re-download the file from vB.com and upload Then reapply your hacks one by one. Sorry, but I can't provide any more support here, since it wasn't my hack that messed it up.

Hypey 05-16-2003 04:56 PM

Just the member.php or the whole lot? I wasn't the one that did the hacks in the first place, thus I'm not even totally sure what hacks we have..

Austin Dea 05-17-2003 04:23 AM

if member.php is giving you the problem, then yes, just that file.

Hypey 05-18-2003 01:00 PM

Hehe, thanks for all your help, I only had to reinstall about four hacks (Out of hundreds we have) and the MSN hack is working now :D

padblaz 05-23-2003 06:43 AM

simple and useful
thanks for this hack :)

kevinnguyen 05-25-2003 09:05 PM

there's a minor bug in tempkate "modifyprofile"
Code:

<tr bgcolor="{ secondaltcolor}">
                <td><b><normalfont>MSN Instant Messenger Handle:</normalfont></b></td>
                <td><normalfont><input type="text" class="bginput" name="msn" value="$userinfo[msn]" size="30" maxlength="40"></normalfont></td>
        </tr>

it should be
Code:

<tr bgcolor="{ secondaltcolor}">
                <td><b><normalfont>MSN Instant Messenger Handle:</normalfont></b></td>
                <td><normalfont><input type="text" class="bginput" name="msn" value="$bbuserinfo[msn]" size="30" maxlength="40"></normalfont></td>
        </tr>


Austin Dea 05-25-2003 10:04 PM

It's the same difference.

kevinnguyen 05-25-2003 10:09 PM

if u use $userinfo[msn], the value will not be displayed in the MSN field when u go to Edit Profile page
so everytime u edit your profile, u have to type your MSN oterwise it will be blank

Austin Dea 05-25-2003 10:55 PM

Weird, I fixed that on my forums, but didn't update the .txt. Thanks. Updated in first post.

Oblivion Knight 05-26-2003 07:57 AM

Installed. Thanks for sharing :)

Though it makes the altcolors for the profile templates go weird and you end up with at least one field with the same altcolor.. Since there's no easy way to fix this, there's nothing much you can do about it..


All times are GMT. The time now is 10:06 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.01797 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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