The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MySpace 2.0 Profile System Details »» | |||||||||||||||||||||||||
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
|
Comments |
#52
|
|||
|
|||
using 3.8.2 and it works, question though. How do I add a place to add a video?
|
#53
|
|||
|
|||
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.... |
#54
|
|||
|
|||
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> |
#55
|
|||
|
|||
I can't get the music player to work either.
|
#56
|
|||
|
|||
what seems to be the problem?
do you upload the embed folder to your forum root directory? |
#57
|
||||
|
||||
Music Player Shows Up On Administration Profile But Not Member Profile 3.8.2
Also...... How do you work it? Where does url go? |
#58
|
||||
|
||||
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...! |
#59
|
||||
|
||||
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.....! |
#60
|
|||
|
|||
I guess that this isn't supported like it says above. Bummer, may have to un-install this one.
|
#61
|
||||
|
||||
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.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|