Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Best MySpace Account Info Details »»
Best MySpace Account Info
Version: 1.00, by Mr Chad Mr Chad is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.5.4 Rating:
Released: 03-20-2006 Last Update: Never Installs: 78
Template Edits
Additional Files  
No support by the author.

VB.org is gay

Show Your Support

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

Comments
  #72  
Old 06-19-2006, 09:41 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by threat
thanks bro it worked. now when you said the myspace account # are we talking about the url?

http://www.myspace.com/threatruffryders

nevermind I'm dumb....thanks for the help
ok. I'm still dumb... what is that? the url?

url doesn't seem to work in the field.
Reply With Quote
  #73  
Old 06-19-2006, 09:59 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and anyway to get this to display in member profile?
Reply With Quote
  #74  
Old 06-19-2006, 12:44 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^if you go to myspace.com and click on your profile, look at the number at end of the URL bar when your profile comes up. That number at the end is what you will put in your personal options (on your board)

Peace
Reply With Quote
  #75  
Old 06-19-2006, 03:53 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod chad, figured out how to fix that <div issue i had, works great now...

Peace
Reply With Quote
  #76  
Old 06-19-2006, 10:45 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea.

Had data base issues didnt have time to finalize things.

If you want you could show ppl what you did.
Reply With Quote
  #77  
Old 06-20-2006, 08:40 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nymyth
^^if you go to myspace.com and click on your profile, look at the number at end of the URL bar when your profile comes up. That number at the end is what you will put in your personal options (on your board)

Peace
ahah!! well that's not something that is exactly user friendly/obvious. gunna have to tell my members how to do that too.

Quote:
and anyway to get this to display in member profile?
can someone tell me how to do this?


==================================

other problem:
after installing this.. it made my regular drop down (the one that lists View Public Profile, send private message etc) to below the last item in my postbit.
0_o.

no idea why and I couldn't figure out which code to move to make it go back. I konw this isn't directly related...but if someone has an idea why and could let me know... I'd appreciate it very much.

here's an example of what I mean (click my name)
http://clantsu.org/forums/showpost.p...28&postcount=5
Reply With Quote
  #78  
Old 06-20-2006, 12:55 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr Chad
yea.

Had data base issues didnt have time to finalize things.

If you want you could show ppl what you did.
To put this in your postbit_legacy next to your AIM, ICQ etc icons:

FIND:

PHP Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><div class="info">$vbphrase[reppower]: $post[reppower] </if>$post[reputationdisplay]</div></if>
                <if 
condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon$post[aimicon$post[msnicon$post[yahooicon$post[skypeicon]</if></div
REPLACE WITH:

PHP Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><div class="info">$vbphrase[reppower]: $post[reppower] </if>$post[reputationdisplay]</div></if>
                <if 
condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon$post[aimicon$post[msnicon$post[yahooicon$post[skypeicon]</if> 
AFTER YOU REPLACE ADD THE FOLLOWING RIGHT AFTER:

PHP Code:
<if condition="$post['field7']"><div id="postmenumyspace_$post[postid]style="display:inline"><a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=$post[field7]"> <img border="0" src="$stylevar[imgdir_misc]/myspace.gif" alt="View myspace profile"><script type="text/javascript"vbmenu_register("postmenumyspace_$post[postid]"true); </script></a></div></if>
            </
div></div
AND REPLACE "field7", TO WHATEVER YOU SET IT TO

CLICK HERE TO SEE MY EXAMPLE

IVE ATTACHED MY GIF, FEEL MORE THAT WELCOME TO USE IT YOURSELF.

Peace
Reply With Quote
  #79  
Old 06-21-2006, 06:49 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone konw how to get this to display in member profile?
Reply With Quote
  #80  
Old 06-21-2006, 11:33 AM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU
anyone konw how to get this to display in member profile?
In MEMBERINFO Template


Find:
<if condition="$show['hasimicons']">



Place above:

Code:
<!-- MY SPACE -->

<if condition="$post['field6']"><div id="postmenumyspace_$post[postid]" style="border: 1px solid #CCCCCC; background-color: #D6FFB1; margin-bottom: 4px; width:175px; height:21px" width="100%" class="smallfont"><a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=$post[field6]"> <img border="0" src="$stylevar[imgdir_misc]/icon_myspace.gif" alt="View myspace profile"><script type="text/javascript"> vbmenu_register("postmenumyspace_$post[postid]", true); </script></a></div></if>

<!-- END MY SPACE -->
REPLACE THE FIELD# WITH YOUR
Reply With Quote
  #81  
Old 06-22-2006, 08:39 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mastar
In MEMBERINFO Template


Find:
<if condition="$show['hasimicons']">



Place above:

Code:
<!-- MY SPACE -->

<if condition="$post['field6']"><div id="postmenumyspace_$post[postid]" style="border: 1px solid #CCCCCC; background-color: #D6FFB1; margin-bottom: 4px; width:175px; height:21px" width="100%" class="smallfont"><a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=$post[field6]"> <img border="0" src="$stylevar[imgdir_misc]/icon_myspace.gif" alt="View myspace profile"><script type="text/javascript"> vbmenu_register("postmenumyspace_$post[postid]", true); </script></a></div></if>

<!-- END MY SPACE -->
REPLACE THE FIELD# WITH YOUR
im pretty sure you still need to follow step one on the memberinfo template too.
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 06: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.07990 seconds
  • Memory Usage 2,341KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (3)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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