Hi. I copied my style and deleted the old one. It appears that I have all the correct templates but for some reason the videos have stopped displaying. I still get the wrapper (header saying"videos") but no video feed. I have unistalled and then reinstalled this product with no luck. Any ideas?
I notice that its looking for the thumbnail dir on root, not /forum/thumbnail. Any ideas?
In template adv_portal_cmpsvids_bits i replaced the line
Code:
<a href="$vboptions[bburl]/$video[url]"><img src="$video[thumbnailpath]" alt="$video[title]" title="$video[title]" style="width: 150px;" border="0" /></a></div>
with
Code:
<a href="$vboptions[bburl]/$video[url]"><img src="$vboptions[bburl]/$video[thumbnailpath]" alt="$video[title]" title="$video[title]" style="width: 150px;" border="0" /></a></div>
and got it working. Not sure whats changed but that works.