The Chief
03-22-2006, 10:00 PM
LAST.FM PROFILE ENHANCEMENT PRO
This template modification assumes you know at least the basics of last.fm // Version 1.0
This is the addition to my first hack, Last.fm Postbit Enhancement PRO (https://vborg.vbsupport.ru/showthread.php?threadid=111113), this will be alot more interesting for alot of people anyways as you can hear the songs directly into the member's profile :)
NOTE: You will need to have done Step 1 AND 2 of the Postbit hack HERE (https://vborg.vbsupport.ru/showthread.php?threadid=111113) before doing this modification as it requires you to create a last.fm account and Userprofile field.
File edits: 0
Template mods: 1
Plugins: 0
Description
This will create a live playlist of all your favorite overall artists. Users will be able to listen to your best artists while seeing them and comparing them.
find this in MEMBERINFO template (if you have installed the Myspace Profile Re-Write PRO! from Stangsta refer to bottom)
</table>
<else />
<em>$vbphrase[n_a]</em>
</if>
</div>
</div>
and ADD this BELOW
<if condition="$userinfo[field29]">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('topartists')"><img id="collapseimg_topartists" src="$stylevar/collapse_thead$vbcollapse[collapseimg_topartists].gif" alt="" border="0" /></a> $userinfo[username]'s Top Artists</td>
</tr>
</thead>
<tbody id="collapseobj_topartists" style="" class="alt1">
<tr>
<td class="alt1" align="center" valign="top"> <script src="http://imagegen.last.fm/chartjs/overallnamostylewoborder/oartists/$userinfo[field29].js" /></script></td>
</tbody>
</table>
</if>
You need to change field29 to your field number that you have done in Step 2 (of the other hack). [I]Remember: You can always change the chart for a different style, just find one here (http://www.last.fm/onyoursite/chartgallery/+popularity) and copy & paste the name of it where overallnamostylewoborder is (overwrite it).
Myspace Profile Re-Write PRO! from Stangsta
Find this
$FNB_HTML<br />
and ADD this ABOVE
<if condition="$userinfo[field29]">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('topartists')"><img id="collapseimg_topartists" src="$stylevar/collapse_thead$vbcollapse[collapseimg_topartists].gif" alt="" border="0" /></a> $userinfo[username]'s Top Artists</td>
</tr>
</thead>
<tbody id="collapseobj_topartists" style="" class="alt1">
<tr>
<td class="alt1" align="center" valign="top"> <script src="http://imagegen.last.fm/chartjs/overallnamostylewoborder/oartists/$userinfo[field29].js" /></script></td>
</tbody>
</table>
</if>
You need to change field29 to your field number that you have done in Step 2 (of the other hack). [I]Remember: You can always change the chart for a different style, just find one here (http://www.last.fm/onyoursite/chartgallery/+popularity) and copy & paste the name of it where overallnamostylewoborder is (overwrite it).
That's it your done!! You are done, now you have a beautiful chart on each and every profile for people to admire and have fun! Note: You can modify the CSS values if you wish, just make it look good ;)
Demo: HERE (http://www.myetalk.com/forums/The Chief)
Please click INSTALL if you have found this useful or used it, it took me long to write this mod & post.
Donations:
If you really appreciated this hack and would like to thank me in big way, just send a little donation through Paypal: lapointe.charles@gmail.com
This template modification assumes you know at least the basics of last.fm // Version 1.0
This is the addition to my first hack, Last.fm Postbit Enhancement PRO (https://vborg.vbsupport.ru/showthread.php?threadid=111113), this will be alot more interesting for alot of people anyways as you can hear the songs directly into the member's profile :)
NOTE: You will need to have done Step 1 AND 2 of the Postbit hack HERE (https://vborg.vbsupport.ru/showthread.php?threadid=111113) before doing this modification as it requires you to create a last.fm account and Userprofile field.
File edits: 0
Template mods: 1
Plugins: 0
Description
This will create a live playlist of all your favorite overall artists. Users will be able to listen to your best artists while seeing them and comparing them.
find this in MEMBERINFO template (if you have installed the Myspace Profile Re-Write PRO! from Stangsta refer to bottom)
</table>
<else />
<em>$vbphrase[n_a]</em>
</if>
</div>
</div>
and ADD this BELOW
<if condition="$userinfo[field29]">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('topartists')"><img id="collapseimg_topartists" src="$stylevar/collapse_thead$vbcollapse[collapseimg_topartists].gif" alt="" border="0" /></a> $userinfo[username]'s Top Artists</td>
</tr>
</thead>
<tbody id="collapseobj_topartists" style="" class="alt1">
<tr>
<td class="alt1" align="center" valign="top"> <script src="http://imagegen.last.fm/chartjs/overallnamostylewoborder/oartists/$userinfo[field29].js" /></script></td>
</tbody>
</table>
</if>
You need to change field29 to your field number that you have done in Step 2 (of the other hack). [I]Remember: You can always change the chart for a different style, just find one here (http://www.last.fm/onyoursite/chartgallery/+popularity) and copy & paste the name of it where overallnamostylewoborder is (overwrite it).
Myspace Profile Re-Write PRO! from Stangsta
Find this
$FNB_HTML<br />
and ADD this ABOVE
<if condition="$userinfo[field29]">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('topartists')"><img id="collapseimg_topartists" src="$stylevar/collapse_thead$vbcollapse[collapseimg_topartists].gif" alt="" border="0" /></a> $userinfo[username]'s Top Artists</td>
</tr>
</thead>
<tbody id="collapseobj_topartists" style="" class="alt1">
<tr>
<td class="alt1" align="center" valign="top"> <script src="http://imagegen.last.fm/chartjs/overallnamostylewoborder/oartists/$userinfo[field29].js" /></script></td>
</tbody>
</table>
</if>
You need to change field29 to your field number that you have done in Step 2 (of the other hack). [I]Remember: You can always change the chart for a different style, just find one here (http://www.last.fm/onyoursite/chartgallery/+popularity) and copy & paste the name of it where overallnamostylewoborder is (overwrite it).
That's it your done!! You are done, now you have a beautiful chart on each and every profile for people to admire and have fun! Note: You can modify the CSS values if you wish, just make it look good ;)
Demo: HERE (http://www.myetalk.com/forums/The Chief)
Please click INSTALL if you have found this useful or used it, it took me long to write this mod & post.
Donations:
If you really appreciated this hack and would like to thank me in big way, just send a little donation through Paypal: lapointe.charles@gmail.com