i managed to moved the related videos under the video details section on my site. I also got it to display in a column without using any tables. As soon as I add the code for the related video titles, it screws up. Below is the code i used:
<div class="section bg2">
<div class="hd">
<div class="hd-l">Related Videos</div>
</div>
</div>
{section name=i loop=$related_videos}<a href="{$baseurl}/view/{$related_videos[i].VID}/{$related_videos[i].seo_name}/" target="_parent">
[img]{$tmburl}/1_{$related_videos[i].VID}.jpg[/img]
my website is 456porn dot com.
When you click to view a video, you will see what i mean. The related videos do not have the titles and rating because when i add them, it screws up the column setup i have so far
Bookmarks