First of all , a very nice Mod. Thank you for this.
So for all of us that would like to see a comma seperated Tag Cloud in and Outsite of the Videodetailpage ...
My five cents for it
Open up the Adincp and goto the Templatesystem.
Open the Template 8WR_media_tag_cloud_bit
search for
PHP Code:
<span style="font-size:{vb:var tag.tagSize}px;" title="{vb:var tag.count} media tagged with {vb:var tag.tagText}"><a href="{vb:var href.tag}">{vb:var tag.tagText}</a></span>
replace it with :
PHP Code:
<span style="font-size:{vb:var tag.tagSize}px;" title="{vb:var tag.count} media tagged with {vb:var tag.tagText}"><a href="{vb:var href.tag}">{vb:var tag.tagText}</a>,</span>
Save it.
Open the Template 8WR_media_tag_bit
search for
PHP Code:
<li><a href="{vb:var tag.href}">{vb:var tag.tagText}</a></li>
replace with :
PHP Code:
<li><a href="{vb:var tag.href}">{vb:var tag.tagText}</a>,</li>
Save it...and ready
Have Fun