Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MySpace 2.0 Profile System Details »»
MySpace 2.0 Profile System
Version: 1.00, by Hex_legend Hex_legend is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 01-02-2009 Last Update: Never Installs: 35
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

WHAT DOES THIS DO?

This will change your profile page to have a myspace style layout.
This also uses standard css classes so should fit into any skin.
It should squeeze down to 800x600 (just) and stops expanding around 1000 wide so
it doesn't look too warped.
We suggest setting everyone's profile pictures to 150x150 exactly for this to show up correctly and as intended.


INSTALLATION INSTRUCTIONS

1- Upload .htaccess to forum root dir
2 - Upload the images to /images folder keeping their respective directories
3 - Upload the other files to the forum root
4 - Install product
5 - Create profile fields (as below)


PROFILE FIELDS


Full Name - Field 1 - TEXT FIELD
County - Field 7 - TEXT FIELD OR SINGLE SELECTION MENU
Country - Field 8 - TEXT FIELD OR SINGLE SELECTION MENU
General Interests - Field 9 - TEXT AREA
Marital Status - Field 10 - TEXT FIELD
Height - Field 11 - TEXT FIELD OR SINGLE SELECTION MENU
Zodiac Sign - Field 12 - TEXT FIELD OR SINGLE SELECTION MENU
About Me - Field 13 - TEXT AREA
Who I'd Like To Meet - Field 14 - TEXT AREA
Music - Field 15 - TEXT AREA
Movies - Field 16 - TEXT AREA
Television - Field 17 - TEXT AREA
Books - Field 18 - TEXT AREA
Heroes - Field 19 - TEXT AREA
Weight - Field 20 - TEXT FIELD OR SINGLE SELECTION MENU
Drink - Field 21 - TEXT FIELD OR SINGLE SELECTION MENU
Smoke - Field 22 - TEXT FIELD OR SINGLE SELECTION MENU
contact Box Changer - Field 23 - TEXT FIELD
Mood - Field 24 (see below for options) - SINGLE SELECTION MENU
Music - Field 25 - TEXT AREA

OPTIONS FOR MOOD PROFILE FIELD

(please note, these must be copied as is, otherwise mood code in profile will not work)

Fantastic
Awesome
Silly
Witty
Charming
Happy
Angry
Sad
Upset
Determined
Confused


INFORMATION

This MySpace profile addon is the updated version to my original release here. If you have installed this other one, then please uninstall and install this one in its place.

FAQ.

Does this work with vBulletin 3.8?
I don't see why not, although this is untested. If someone tests, please report back to me with an answer

What template does this modify?
This modifies the MEMBERINFO template

Not all the fields show up.
Please check the field ID numbers. If you changed any of them, make sure you change them in the template too.

Do you have a working demo?
The only demo I have is on my test board, which as per the licence agreement is unaccessible to the public. If someone can install this and give me the URL, I will update this post with their board URL

Any plans for a facebook one?
We shall see. I am still in 2 minds whether I would like to do a facebook one or stick to MySpace

Please remember to mark as installed and feel free to nominate us for MOTM.

If you have any ideas for future releases, please post them below and I will look into adding them.

This modification also comes with a flash music player for your users to play music on their profiles

Show Your Support

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

Comments
  #62  
Old 04-27-2009, 01:46 PM
chrisbeau chrisbeau is offline
 
Join Date: May 2007
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this as intructed, saw no changes in anyones profile so I took it out again.
Reply With Quote
  #63  
Old 04-28-2009, 01:30 PM
jgruberman jgruberman is offline
 
Join Date: Apr 2009
Location: Dallas, TX
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chrisbeau View Post
Installed this as intructed, saw no changes in anyones profile so I took it out again.
+1

I saw no profile changes and the MEMBERINFO template has none of the changes indicated it would... suggestions?
Reply With Quote
  #64  
Old 04-28-2009, 01:43 PM
jgruberman jgruberman is offline
 
Join Date: Apr 2009
Location: Dallas, TX
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have vBulletin 3.8.2 and got this working by manually doing the template/plugin edits below(I just pulled the content out of the XML file so essentially it's the same thing as uploading the XML, just for some reason the XML import didn't change anything):

BACK UP ALL OF YOUR PAGES BEFORE EDITING THEM!

Replace ALL the content of each page with the content found below.


MEMBERINFO Style:
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

$usercss
$memberinfo_css

<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>

<if condition="$userinfo['userid'] == $bbuserinfo['userid']">

</if>
<script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";

<if condition="$show['post_visitor_message']">
function goto_post_pm()
{
	vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
	fetch_object('visitor_messaging').scrollIntoView();

	var textarea = fetch_object('visitor_message_form_textarea');
	if (textarea)
	{
		textarea.focus();
		textarea.select();
	}
	return false;
}
</if>
-->
</script>
</head>
<body>

$header

<!-- begin user css -->
<div id="usercss" class="floatcontainer">
$navbar
<table border="0" width="100%" cellpadding="8" cellspacing="12">
	<tr>
		<td colspan="2" height="100" width="0" valign="top">
		<table border="0" width="100%" cellpadding="5" height="100%" style="font-family: Verdana; font-size: 8pt; line-height: 200%">
			<tr>
				<td width="10%" valign="top">
<if condition="$prepared['profilepicurl']">
			<img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
<else /><img src="images/misc/nopic.gif" width="150" height="150"><p></if>
<map name="FPMap0">
<area href="private.php?do=newpm&u=$userinfo[userid]" shape="rect" coords="5, 8, 161, 25">
<area href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]" shape="rect" coords="7, 36, 170, 54">
<area href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" shape="rect" coords="7, 66, 155, 84">
<area href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]" shape="rect" coords="8, 95, 139, 114">
</map>
<if condition="$userinfo['field23']">
<img border="0" src="$userinfo[field23]" usemap="#FPMap0"><else /><img border="0" src="images/misc/contact_box.png" usemap="#FPMap0"></if>
</td>
				<td style="line-height: 200%;

" valign="top" width="440"><b><font face="Arial" size="3">
				$userinfo[username]</font></b>
				$prepared[onlinestatus]<br><if condition="$userinfo['field24']">
				<b>Mood</b>: $userinfo[field24]
<if condition="$userinfo['field24'] == Fantastic"><img src="/images/profile/biggrin.gif"></if>
<if condition="$userinfo['field24'] == Awesome"><img src="/images/profile/cool.gif"></if>
<if condition="$userinfo['field24'] == Determined"><img src="$vboptions[bburl]/images/profile/wink.gif"></if></if>
<br>
				<b>View My:</b> <a href="$vboptions[bburl]/album.php?u=$userinfo[userid]">Photos</a><br>
				<div class="alt2" style="line-height: 200%;
background-color: #D5E7FB; padding-left:8px; padding-right:3px; padding-top:2px; padding-bottom:2px"><b>Full Name:</b> <if condition="$userinfo['field1']">$userinfo[field1]</if><br>
				<b>Age / Gender:</b> $prepared[age] / <if condition="$userinfo['field6']">$userinfo[field6]</if><br>
				<b>Location:</b> <if condition="$userinfo['field7']">$userinfo[field7]</if>, <if condition="$userinfo['field8']">$userinfo[field8]</if><br>
				<b>Last Login:</b> $prepared[lastactivitydate]</div></td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td width="310" valign="top">
<if condition="$userinfo['field25']"><table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="alt1">
				<b>My Music Player

<!-- FLASH MUSIC PLAYER -->
<script type="text/javascript" src="$vboptions[bburl]/embed/swfobject.js"></script>
 
<div id="player">This text will be replaced</div>
 
<script type="text/javascript">
var so = new SWFObject('$vboptions[bburl]/embed/player.swf','mpl','300','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=$userinfo[field25]&volume=100&autostart=true');
so.write('player');
</script>

<!-- /FLASH MUSIC PLAYER -->
</b></td>
			</tr>
			</table></if><br>
<table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" bgcolor="#F3F3F3" class="alt1">
				<b>URL:</b> <a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td>
			</tr>
			</table>
		<br><table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="thead">
				<font color="#FFFFFF"><b>Forum Stats</b></font></td>
			</tr>
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="alt1">
				<b>Posts</b>: $prepared[posts]
<if condition="$prepared['lastposturl']"><br>
				<br>
				<b>Last Post</b>: <a href="$prepared[lastposturl]">$prepared[lastposttitle]</a></if></td>
			</tr>
			</table>
<br>
		<table border="0" width="100%" cellspacing="4" cellpadding="5" style="font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="thead">
				<b><font color="#FFFFFF">Interests</font></b></td>
			</tr>
			<if condition="$userinfo['field9']"><tr>
				<td class="alt1"><b>General</b><br>
				<br>
				$userinfo[field9]</td>
			</tr></if>
			<if condition="$userinfo['field15']"><tr>
				<td class="alt1"><b>Music</b><br>
				<br>
				$userinfo[field15]</td>
			</tr></if>
			<if condition="$userinfo['field16']"><tr>
				<td class="alt1"><b>Movies</b><br>
				<br>
				$userinfo[field16]</td>
			</tr></if>
			<if condition="$userinfo['field17']"><tr>
				<td class="alt1"><b>Televsion</b><br>
				<br>
				$userinfo[field17]</td>
			</tr></if>
			<if condition="$userinfo['field18']"><tr>
				<td class="alt1"><b>Books</b><br>
				<br>
				$userinfo[field18]</td>
			</tr></if>
			<if condition="$userinfo['field19']"><tr>
				<td class="alt1"><b>Heroes</b><br>
				<br>
				$userinfo[field19]</td>
			</tr></if>
		</table><br>
				<table border="0" width="100%" cellspacing="4" cellpadding="5" style="font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="thead" colspan="2">
				<font color="#FFFFFF"><b>Details</b></font></td>
			</tr>
			<if condition="$userinfo['field10']"><tr>
				<td class="alt2" width="40%">Status:</td>
				<td class="alt1">$userinfo[field10]</td>
			</tr></if>
			<if condition="$userinfo['field20']"><tr>
				<td class="alt2" width="40%">Weight:</td>
				<td class="alt1">$userinfo[field20]</td>
			</tr></if>
			<if condition="$userinfo['field21']"><tr>
				<td class="alt2" width="40%">Drink:</td>
				<td class="alt1">$userinfo[field21]</td>
			</tr></if>
			<if condition="$userinfo['field22']"><tr>
				<td class="alt2" width="40%">Smoke: </td>
				<td class="alt1">$userinfo[field22]</td>
			</tr></if>
			<if condition="$userinfo['field11']"><tr>
				<td class="alt2" width="40%">Height: </td>
				<td class="alt1">$userinfo[field11]</td>
			</tr></if>
			<if condition="$userinfo['field12']"><tr>
				<td class="alt2" width="40%">Zodiac:</td>
				<td class="alt1">$userinfo[field12]</td>
			</tr></if>
		</table>
		</td>
		<td valign="top" width="65%">
		<table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="thead">
				<b>Blurbs</b></td>
			</tr>
			<if condition="$userinfo['field13']"><tr>
				<td class="alt1"><b>About Me:</b><br>
				<br>
				$userinfo[field13]</td></if>
			</tr>
			<if condition="$userinfo['field14']"><tr>
				<td class="alt1"><b>Who I Would like to meet:</b><br>
				<br>
				$userinfo[field14]</td>
			</tr></if>
			</table>
		<br>
$blocks[friends]<br>
		$blocks[visitor_messaging]

<br />

<!-- USERS SIGNATURE PART -->
<if condition="$prepared['signature']">
<table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:1px dotted #808080; font-family: Verdana; font-size: 10pt">
			<tr>
				<td style="font-family: Verdana; font-size: 10pt" class="thead" colspan="2">
				<b>$userinfo[username]'s Signature</b></td>
			</tr>
			
			<tr>
				<td class="alt1" width="81%" valign="top">$prepared[signature]</td>
			</tr>
			</table></if>
		</td>
	</tr>
</table>
<!-- /USERS SIGNATURE PART -->
<br><center>Copyright &copy; 2009 <b>MySpace</b> 2.0 Theme made by <a href="http://www.newmodifications.com">New Modifications</a></center></p>
$footer
</body>
</html>

PLUGINS(Your plugins might not change, mine didn't):

Profile Update - Change MEMBERINFO template:
Code:
$templatename = 'MEMBERINFO';
eval('$memberinfo = "' . fetch_template('memberinfo') . '";');

Profile Update - Cache Template:

Code:
$globaltemplates[] = 'MEMBERINFO';
Reply With Quote
  #65  
Old 04-28-2009, 11:18 PM
kellyandmark04 kellyandmark04 is offline
 
Join Date: Jun 2007
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HOW DO YOU UNINSTALL THIS??? I can't get it uninstalled.
Reply With Quote
  #66  
Old 04-29-2009, 04:53 AM
kellyandmark04 kellyandmark04 is offline
 
Join Date: Jun 2007
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PLZZZZZ Anyone how can I uninstall this???????????
Reply With Quote
  #67  
Old 05-01-2009, 12:43 AM
sebil's Avatar
sebil sebil is offline
 
Join Date: Feb 2008
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MY user profile pages in the site gone messy when i install.. My space module profile fields
and i didnt like it.. and i tried to un install it.. and now nothing is coming up.. but when i enable the myspacy profile thingy.. itz coming..
how can i make it as before
:
Please help me
plzz have a luk
http://www.malludreams.com/forum/member.php?u=1527

-- I want to Uninstall this..
But when i uninstall.. The profile page is not showing up

I need your help plzzz
Reply With Quote
  #68  
Old 05-01-2009, 01:06 AM
sebil's Avatar
sebil sebil is offline
 
Join Date: Feb 2008
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Problem solved..
Thanks
Reply With Quote
  #69  
Old 05-01-2009, 01:06 AM
sebil's Avatar
sebil sebil is offline
 
Join Date: Feb 2008
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i liked this mod.. but our memers used to the default one..
Reply With Quote
  #70  
Old 05-06-2009, 11:07 PM
kellyandmark04 kellyandmark04 is offline
 
Join Date: Jun 2007
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If Anyone Can Help Me Uninstall This Please Pm Me!!! I Have Messaged Hex Numerous Times No Response!!!
Reply With Quote
  #71  
Old 07-17-2009, 09:41 PM
Brathamike Brathamike is offline
 
Join Date: Mar 2009
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hex_legend View Post
It's done via the user profile customization page. Just change the background in the background field =]
It will update the profile automatically.
I dont see this. where exactly is the user profile customization page ?


thanks

please help
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:35 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.04927 seconds
  • Memory Usage 2,335KB
  • 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
  • (3)bbcode_code
  • (2)bbcode_quote
  • (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
  • (3)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