01-06-2008, 09:51 AM
This mod makes the profile look and act like a myspace profile without all the ads and junk of course.
First, we need to have a friends list on the profile.
So, Install this Plugin. With that installed, now...
Create new template in Global Template Set called "user_custom_profile".
Paste following HTML code:
Sorry 'bout the length
Rename your original member.php to member_orig.php
and upload the new files. Stylesheets go in "CSS" folder.
onlinenow should be in your "images" directory. member.php should be in root.
Optionally, you can change the postbit_online template to:
To be exactly like a Myspace profile, you need to add a few custom profile fields. The About Me part of template should get it's data from the original bio box.
I recommend pasting template into Notepad and using Find to get to all the "{userfields['fidX']}" in there to match your fids
Custom Fields:
User Country
Who I'd Like To Meet
Interests
Marital Status
Orientation
Zodiac
Headline
Also for city, state I used the location field.
These fields are optional of course. I just added them to make it as close to myspace as possible.
After you got your fields, put their fids in right spots in user_custom_profile.
Hope I explained it good enough.
Edit: Almost forgot screenshot.
First, we need to have a friends list on the profile.
So, Install this Plugin. With that installed, now...
Create new template in Global Template Set called "user_custom_profile".
Paste following HTML code:
Code:
MAJOR FIX BELOW
SCROLL DOWN FOR HTML
DECIDE WHETHER OR NOT TO INCLUDE THE MYSPACE EXTENDED NETWORK BOX. (2 VARIATIONS with or without e.n. box.)Rename your original member.php to member_orig.php
and upload the new files. Stylesheets go in "CSS" folder.
onlinenow should be in your "images" directory. member.php should be in root.
Optionally, you can change the postbit_online template to:
Code:
<a href="online.php"><img src="images/onlinenow.gif" width="80" height="20" alt="Is Online" border="0" class="ImgOnlineNow" /></a>I recommend pasting template into Notepad and using Find to get to all the "{userfields['fidX']}" in there to match your fids
Custom Fields:
User Country
Who I'd Like To Meet
Interests
Marital Status
Orientation
Zodiac
Headline
Also for city, state I used the location field.
These fields are optional of course. I just added them to make it as close to myspace as possible.
After you got your fields, put their fids in right spots in user_custom_profile.
Hope I explained it good enough.
Edit: Almost forgot screenshot.


