Quote:
Originally Posted by OhSoBlonde
Installed & works great!
I have a ??
Is there anyway to make a notification on the postbit/legacy to either show the player in posts or some kind of notification that you have added a playlist??
|
That's a good idea. I added a link to the member profile if the user has a MixPod Id setup. Adjust the $post['field7'] accordingly.
PHP Code:
<vb:if condition="$post['field7']">
Playlist: <a href="{vb:link member, {vb:raw post}}">Yes</a>
<vb:else />
Playlist: No
</vb:if>