vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Adding MySpace ID To User Profile (https://vborg.vbsupport.ru/showthread.php?t=127491)

dougeetx 09-24-2006 10:00 PM

Adding MySpace ID To User Profile
 
This template mod will allow you to add your users MySpace ID as a link, on their forum posts. This link, when clicked on, will open the users MySpace page in a new browser!

Admin CP -> User Profile Fields -> Add New User Profile Field

Choose "Single Line Text Box"

Title: MySpace ID
Display Order: (you choose!)
Field Required: (you choose!)
Field Editable by User: (you choose!)
Private Field: NO
Field Searchable on Members List: Yes
Show on Members List: (you choose!)
Display Page: Edit Profile

[SAVE]

NOTE:
You must now make a note of the field ID for your MySpace ID input. You can check what field ID is assigned by going to:

Admin CP -> User Profile Fields -> User Profile Field Manager

and looking at what ID is next to "MySpace ID"

For my instructions, i am going to use '99' as my Field ID, and you should change the number to suit what YOUR field ID is!



Go to AdminCP
Go to "Style Manager"
Go to "Edit Templates" for your theme.
Scroll down until you get to "Postbit Templates"
Open up either Postbit or Postbit Legacy (depending on what you use!)

Find in this template:
Code:

<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and below it, add:

Code:

<if condition="$post['field5']"><div>MySpace ID: <a href="http://www.myspace.com/$post[field5]" target="_blank">$post[field5]</a></div></if>
Save.

REMEMBER!! CHANGE THE [field99] to whatever field ID you have, i.e [field6] or [field9] !!

Comalies 09-25-2006 03:59 AM

Screenshot? Demo?

transitbus 09-25-2006 05:49 PM

works great!

ChavMagnet 09-25-2006 07:51 PM

Great Stuff

Oddjob 09-25-2006 08:37 PM

Quote:

Originally Posted by Comalies
Screenshot? Demo?

Heres mine, i like it.

Nice job.

hotwheels 09-26-2006 12:01 AM

great job man, clicks install for my members.

I don't have a myspace account, so i used a false number to show an example of the set up. I attached an image of my setup in postbit legacy.

gords 09-26-2006 02:57 AM

Rather than having a line that says "MySpace ID:" you could consider adding a small MySpace icon to the spot under the postcount where the other IM icons usually appear.

ssvp 09-26-2006 12:09 PM

Actually the Myspace Postbit Mod in the 3.5 area works flawlessy for 3.6.1. This modification also includes the Myspace Icon within the IM icon area..

Original Author/Thread Here

transitbus 09-26-2006 07:48 PM

I like this one much better than having an icon. too many icons make for a cluttered page. Thsi keeps things very clean

TheBlackPoet 09-30-2006 02:44 AM

i didnt put a number in... i put my username and it works great...

the icon looks great on mine..

Installed


All times are GMT. The time now is 09:01 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.01670 seconds
  • Memory Usage 1,729KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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