Weapon-x
09-09-2007, 10:00 PM
This mod will let users add there Myspace Friend ID Number to there profile and users can simply click and check on other members profiles.
Step One: Admin CP > User Profile Fields > Add New User Profile Field.
Profile field type: Single-line Text Box
Title: Myspace Friend ID
Description: "Please enter your myspace.com friend ID number. This number can be found after logging into myspace. You copy and paste everything after myspace.com/[your url is located here]
-Click Save-
Step Two: Admin CP > Styles and Templates > Style Manager > [<< Your Template >>] Postbit Templates > Postbit_Legacy
Find:
$post $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>
Below this add:
<!-- / Myspace.com Profile System -->
<if condition="$post['field8']">
<div id="myspacemenu_$post[postid]"><a href="http://www.myspace.com/$post[field8]"><img src="$stylevar[imgdir_misc]/myspace_profile.jpg" alt="View Myspace Profile" border="0"></a></div>
</if>
<!-- / End Myspace.com Profile System -->
[I]Note: Replace "field8" with the Field ID for your Myspace ID you set on step one
Upload the include image to your styles img directory.
Done. Easy huh?
Update: 9/11/07
This mod works for youtube too. All you have to do is add
<!-- / Youtube.com Profile System -->
<if condition="$post['field8']">
<div id="youtubemenu_$post[postid]"><a href="http://www.youtube.com/profile?user=$post[field8]"><img src="$stylevar[imgdir_misc]/youtube_profile.jpg" alt="View Youtube Videos" border="0"></a></div>
</if>
<!-- / End Youtube.com Profile System -->
If someone could make a youtube image just like the myspace one it would work out pretty well.
Please Click Install If You Install This
Step One: Admin CP > User Profile Fields > Add New User Profile Field.
Profile field type: Single-line Text Box
Title: Myspace Friend ID
Description: "Please enter your myspace.com friend ID number. This number can be found after logging into myspace. You copy and paste everything after myspace.com/[your url is located here]
-Click Save-
Step Two: Admin CP > Styles and Templates > Style Manager > [<< Your Template >>] Postbit Templates > Postbit_Legacy
Find:
$post $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>
Below this add:
<!-- / Myspace.com Profile System -->
<if condition="$post['field8']">
<div id="myspacemenu_$post[postid]"><a href="http://www.myspace.com/$post[field8]"><img src="$stylevar[imgdir_misc]/myspace_profile.jpg" alt="View Myspace Profile" border="0"></a></div>
</if>
<!-- / End Myspace.com Profile System -->
[I]Note: Replace "field8" with the Field ID for your Myspace ID you set on step one
Upload the include image to your styles img directory.
Done. Easy huh?
Update: 9/11/07
This mod works for youtube too. All you have to do is add
<!-- / Youtube.com Profile System -->
<if condition="$post['field8']">
<div id="youtubemenu_$post[postid]"><a href="http://www.youtube.com/profile?user=$post[field8]"><img src="$stylevar[imgdir_misc]/youtube_profile.jpg" alt="View Youtube Videos" border="0"></a></div>
</if>
<!-- / End Youtube.com Profile System -->
If someone could make a youtube image just like the myspace one it would work out pretty well.
Please Click Install If You Install This