Log in

View Full Version : Myspace button


Bratz-Designs
03-16-2007, 10:00 PM
Hey all,

This small modification will add a small button to your postbit. This small modifications will put a button in the postbit to the Myspace page of the user.

Bratzer

1. Make a profile field
Profile field type = Single-line text box
Title: Myspace account
Description: Type your Myspace ID.
You can leave the rest to default.

**Note down the number of the field! Example: field16. You need to replace the X in the next code with the number!**


2. Template changes - In postbit_lecacy

Find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]

After ad:
<!-- Myspace start -->
<if condition="$post[fieldX]"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/myspace.gif" border="0"></a>
</if>
<!-- Myspace end -->

3. Button upload

Upload it in your: images/misc folder!

Bratzer
http://www.bratz-designs.com


Currently i am working to get this integrated with the messenger fields, when this is updated you will hear from me asap!!

Q-v-n-s-Q
03-21-2007, 04:58 AM
so if i use this for mybuny.com change<if condition="$post[fieldX]"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/myspace.gif" border="0"></a>
</if>

to
<if condition="$post[fieldX]"><a href="http://www.mybuny.com/view_profile.php?member_id=[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/myspace.gif" border="0"></a>
</if>

Bratz-Designs
03-24-2007, 09:04 AM
yes :)