Hello, & thanks for reading this thread & helping me out.
I have a problem with the mixpod mod, aka
https://vborg.vbsupport.ru/showthread.php?t=212414
it will not show up on my member profile.
I am using the default colour .xml
The following code is from my, MEMBERINFO template.
Code:
<div id="sidebar_container">
<!-- sidebar -->
$template_hook[profile_right_first]
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[mixpod]
$blocks[visitors]
$template_hook[profile_right_last]
<!-- / sidebar -->
</div>
& here is my code for
memberinfo_block_mixpod
Code:
<if condition="$userinfo[field12]">
<div id="mixpod" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('mixpod')"><img id="collapseimg_mixpod" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">My MixPod Playlist</span>
</h4>
<div class="block_content" id="collapseobj_mixpod" style="">
<div class="alt2" align="center">
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field12]" quality="high" wmode="window" bgcolor="ffffff" flashvars="mycolor=4d528c&mycolor2=f2a0f9&mycolor3=ffffff&autoplay=false&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>
</div>
</div>
</div>
</if>
there are a few attachments, that may help ...
#1, is a screenshot of a profile on my forum
#2, is my profile field manager, to show that I have the correct field.
#3, is in my "Edit your options" page, where the id of the mixpod is placed.
Any suggestions on how to fix this?
thanks!