Step one:
Create a new profile field.
Single-Line Text Box
Title MP3 URL
Description
http://www.evotus.com/mp3/Viva.mp3
save and replace $post[field1] with the field (like $post[field8]
I replace the field5 to what is name.
field7
================================================== =
Step Two:
Create a new profile field.
Single-Line Text Box
Title MP3 Title
Description Viva
save and replace $post[field8] with the field (like $post[field9]
I replace the field5 to what is name.
field8
================================================
I tried installing but as I change the fields from field4 >> field"7" and field5 to field"8" but nothing was shown.
This is what I edited in the
"MEMBERINFO"
PLZ EDIT FIELD 4 AND FIELD 5 ON YOUR EXACT FIELDS........
In MEMBERINFO Template paste where you would like it
Quote:
<if condition="$post[field7]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$userinfo[username]'s Music <if condition="$post[field7]"> - $post[field4]</if></td>
</tr>
</table></if>
<if condition="$post[field8]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" style="border-bottom:0px solid $stylevar[tborder_bgcolor]" width="200" colspan="2">
<center>
<object id="HDMP3" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=" type="application/x-oleobject" standby="Loading content..." classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="60" width="300">
<param name="http://www.evotus.com/mp3/Viva.mp3" value="$post[field8]">
</object>
</center></td></tr></table></if>
|
Nothing seems to appears