SideBarHook - List View - Global Box Sort By?: Video Views:
First go to look &Feel>Skin>skins_video_external>SidebarHookTemplate
Find:
Add Directly Below:
This will show the amount of views the video has in the sidebar template. I used this addition when I wanted the sidebar to show videos with the most views. it's really handy.
ScreenShot:
First go to look &Feel>Skin>skins_video_external>SidebarHookTemplate
Find:
<span class='date'>{$this->lang->words['vs_date_added']}: {parse date="$r['date']" format="long"}</span>
Add Directly Below:
<ul><li>{parse format_number="$r['views']"} {$this->lang->words['views']} {$this->lang->words['vs_views']}</li></ul>
This will show the amount of views the video has in the sidebar template. I used this addition when I wanted the sidebar to show videos with the most views. it's really handy.
ScreenShot:











