Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

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
  #52  
Old 04-05-2009, 06:56 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

using 3.8.2 and it works, question though. How do I add a place to add a video?
Reply With Quote
  #53  
Old 04-05-2009, 09:58 PM
DiageoLiam DiageoLiam is offline
 
Join Date: Mar 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Music player wont work... have updated the field ID and added a URL to a song... here's my code:

<!-- FLASH MUSIC PLAYER -->
<script type="text/javascript" src="$vboptions[bburl]/embed/swfobject.js"></script>



<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[field22]&volume=100&autostart=true');
so.write('player');
</script>

<!-- /FLASH MUSIC PLAYER -->

using this: http://students.sabanciuniv.edu/~esr...st%20Dance.mp3

have tried several song url's....
Reply With Quote
  #54  
Old 04-06-2009, 05:03 PM
ViciousCode ViciousCode is offline
 
Join Date: Oct 2008
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i suggest you to remove the http:// part from your profile, and put inside the code

Fixed code
Code:
<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=http://$userinfo[field22]&volume=100&autostart=true');
so.write('player');
</script>
hope that works
Reply With Quote
  #55  
Old 04-08-2009, 11:07 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get the music player to work either.
Reply With Quote
  #56  
Old 04-13-2009, 12:30 PM
ViciousCode ViciousCode is offline
 
Join Date: Oct 2008
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what seems to be the problem?

do you upload the embed folder to your forum root directory?
Reply With Quote
  #57  
Old 04-22-2009, 01:49 AM
Kottonmouth801's Avatar
Kottonmouth801 Kottonmouth801 is offline
 
Join Date: Apr 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Music Player Shows Up On Administration Profile But Not Member Profile 3.8.2

Also......

How do you work it?

Where does url go?

Reply With Quote
  #58  
Old 04-22-2009, 07:14 PM
Kottonmouth801's Avatar
Kottonmouth801 Kottonmouth801 is offline
 
Join Date: Apr 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does any one know exactly where to change the feilds?

Looks to me like it is on the template.??

These instructions are terriblle...........!!!!!!

If I uninstall it leaves my board a wreck...!

Reply With Quote
  #59  
Old 04-23-2009, 12:21 AM
Kottonmouth801's Avatar
Kottonmouth801 Kottonmouth801 is offline
 
Join Date: Apr 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These instructions are very veague.........

Does anyone have an original 3.8.2 vbulletin MEMBERINFO template I can have so I Can UNINSTALL this.....?

This has messed up my board.

It has changed all of the "Fields" around.

If anyone has an original 3.8.2 MEMBERINFO template could you send to me ...?

THANKS.....!

Reply With Quote
  #60  
Old 04-25-2009, 01:51 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess that this isn't supported like it says above. Bummer, may have to un-install this one.
Reply With Quote
  #61  
Old 04-25-2009, 02:08 PM
tcs's Avatar
tcs tcs is offline
 
Join Date: Jun 2002
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look in your VB Install folder and find vbulletin-style.xml. Open it and search for MEMBERINFO. That is the original template information. Works for any version VB.
Reply With Quote
Reply

Thread Tools

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 09:22 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.14911 seconds
  • Memory Usage 2,302KB
  • 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
  • (1)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
  • (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