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

Reply
 
Thread Tools
myspace profile icon (like yahoo, aim, msn etc) Details »»
myspace profile icon (like yahoo, aim, msn etc)
Version: 1.00, by intrigue intrigue is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-29-2006 Last Update: Never Installs: 36
Template Edits
Additional Files  
No support by the author.

ok this is a very simple edit and i thought i would just quickly give it to others as im sure they will appreciate it too.

Firstly add a new profile field
Profile field type = Single-line text box
fill in the required details and click save and make a note of the field name
(most likely be fieldX) where X is the number of the field mine is field7 for example.

Now
Find
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
And add below

Code:
                                <!-- my space display start -->
				<if condition="$post[fieldX] != ''"><a href="http://$post[fieldX]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View myspace profile" border="0"></a>
				</if>
                                <!-- Myspace display end -->
Make sure you change the two value fieldX where X is the number you noted down at the start

Upload the im_myspace.gif to your images/misc/ folder and thats it.
I will support this but i doubt it will need support

EDIT - Screenshot attatched

Show Your Support

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

Comments
  #12  
Old 07-01-2006, 02:19 PM
BrandiD BrandiD is offline
 
Join Date: Feb 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed. Thank you very much!
Reply With Quote
  #13  
Old 07-06-2006, 04:23 PM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BrandiD, where did you install it under? Postbit or postbit_legacy?
Reply With Quote
  #14  
Old 08-12-2006, 05:56 PM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't get this to work.
Reply With Quote
  #15  
Old 08-17-2006, 01:01 AM
modtang modtang is offline
 
Join Date: Jul 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works. If you're using a custom skin or (even the default) the text to search for might be a little different. Search templates for:
Code:
$post[yahooicon]
My template only has:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
Place the MySpace code after that. Voila! Here's my full code for that section:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
										                                <!-- my space display start -->
				<if condition="$post[field5] != ''"><a href="$post[field5]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View MySpace Profile" border="0"></a>
				</if>
                                <!-- Myspace display end -->
					</div>
I also removed the http:// from the href for my site.
Reply With Quote
  #16  
Old 08-26-2006, 10:27 PM
LeftCoastBias's Avatar
LeftCoastBias LeftCoastBias is offline
 
Join Date: Dec 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when i do this, it tries to go to: http://www.tehdriven.com/forum/www.m.../leftcoastbias
Reply With Quote
  #17  
Old 08-26-2006, 10:46 PM
LeftCoastBias's Avatar
LeftCoastBias LeftCoastBias is offline
 
Join Date: Dec 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

n/m i got it working, i had to use a mix of the original code and the one posted just above...
Reply With Quote
  #18  
Old 09-09-2006, 05:05 PM
Spinning Webs Spinning Webs is offline
 
Join Date: Nov 2004
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works a lot better...

Code:
<!-- my space display start -->
				<if condition="$post[fieldX] != ''"><a href="http://www.myspace.com/$post[fieldX]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View myspace profile" border="0"></a>
				</if>
                                <!-- Myspace display end -->
Reply With Quote
  #19  
Old 09-10-2006, 06:35 PM
Necrosaro420 Necrosaro420 is offline
 
Join Date: Apr 2004
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried all the diff types of codes...still will not show up after I add it to my profile.
Reply With Quote
  #20  
Old 09-23-2006, 03:13 AM
JuGgOlOw22 JuGgOlOw22 is offline
 
Join Date: Aug 2006
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what template do i modify it doesnt say
Reply With Quote
  #21  
Old 09-23-2006, 04:55 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

or if u want a lil more u can install:
https://vborg.vbsupport.ru/showthread.php?t=110954
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 01:16 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06440 seconds
  • Memory Usage 2,306KB
  • 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
  • (6)bbcode_code
  • (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
  • (2)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