Quote:
Originally Posted by Shadow Blaze
ummmm........ just for anyone else who wants to use this i have a slight fix for it, dunno if it was always like this or if it's just a vb3.5.1+ but i'm running vb3.5.3 and i found problems in the user profile fields not to mention the code was broken apparently and wouldn't play at all.... sooooo i'll go ahead and put this...
Code:
<if condition="$profilefield[title] != 'Profile Music'">
<tr>
<td>
<strong>$profilefield[title]</strong>:<br />
$profilefield[value]
</if>
<td>
<embed src='$profilefield[value]' autostart='true' loop='true' width='1' height='1' />
<noembed>
<bgsound src='$profilefield[value]'>
</noembed>
this is the new stuff that should appear in your memberinfo_customfields template... as far as I've found that fixes all issues with this coding ^_^ enjoy 
|
i'm running 3.5.3 and the original code works with no problems