Works Great. I am using 3.7.4 vBulletin. In the code below is what is causing the others to have problems.
Code:
<!-- yobromofo.com playlist -->
<if condition="$bbuserinfo[fieldi]">
<div id="playlist" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('playlist')"><img id="collapseimg_playlist" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">My Music Player</span>
</h4>
<div class="block_content" id="collapseobj_playlist" style="">
<div class="alt2 block_row block_footer">
<embed style="width:300px; visibility:visible;
height:250px;" allowScriptAccess="never" src="http://www.musicplaylist.net/mc/mp3player-othersite.swf?
config=http://www.musicplaylist.net/mc/config/config_$bbuserinfo[fieldb]_shuffle.xml&mywidth=300&myheight=250&playlist_url=http://www.musicplaylist.net/lo
adplaylist.php?playlist=$bbuserinfo[fielda]" menu="false" quality="high" width="300" height="250" name="mp3player" wmode="transparent"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/></embed></div>
</div>
</div>
</if>
<!-- / yobromofo.com playlist -->
In the directions for first template edit you have to change fielda to the Playlist ID profile field #. You have to change fieldb to the Playlist Colour profile field #. Near the top of this code there is also a fieldi that has to be changed to Playlist ID profile field #. Once this is done the playlist will show up, and all will enjoy.
My only issue is that I can not get it to change color. Some help would be appreciated on this. I also changed name, and size dimensions for my site which are reflected in above code.
I also cant get this to show for guests.