Quote:
Originally Posted by talkncaasports
so you do not edit
Code:
<!-- yobromofo.com playlist -->
<if condition="$userinfo[fieldi]">
<div id="playlist" class="tborder content_block">
<h4 class="thead block_title">
|
Actually it didn't work until I changed this in the memberinfo_block_playlist:
Code:
<if condition="$bbuserinfo[fieldi]">
to:
Code:
<if condition="$userinfo[field9]">
field9 is my playlist ID field number...
But yeah, spent a good time messing around wondering why the heck it wasn't working until that change.
ALSO...For the Playlist ID field you need to change the Field Length from 25 to 50 or your ID will get chopped off...