vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Best MySpace Account Info (https://vborg.vbsupport.ru/showthread.php?t=110954)

GrendelKhan{TSU 06-19-2006 09:41 AM

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. :(

GrendelKhan{TSU 06-19-2006 09:59 AM

and anyway to get this to display in member profile?

nymyth 06-19-2006 12:44 PM

^^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

nymyth 06-19-2006 03:53 PM

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

Peace

Mr Chad 06-19-2006 10:45 PM

yea.

Had data base issues didnt have time to finalize things.

If you want you could show ppl what you did.

GrendelKhan{TSU 06-20-2006 08:40 AM

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

nymyth 06-20-2006 12:55 PM

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

GrendelKhan{TSU 06-21-2006 06:49 AM

anyone konw how to get this to display in member profile?

Mastar 06-21-2006 11:33 AM

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

Mr Chad 06-22-2006 08:39 AM

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.


All times are GMT. The time now is 06:30 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.01336 seconds
  • Memory Usage 1,773KB
  • 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
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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