Video Directory, display recent in forum home

CrapH

New Member
What this mod does, is basically a couple things. You can list videos on your forum home in a vertical sidebar table (If you have a sidebar already then you may need help getting this to work that way.), or you can display the videos in one of two versions of a horizontal table. This first version is just a basic version. This version only displays the thumbnail image and the name of the video linked to the video post.

Installation
1. Import the product in your admincp.

2. Search in your FORUMHOME template

Find:

Code:
$navbar

Add Below:

Code:
$fhlist_shell

Find:


Code:
$footer

Add Above:

Code:
<if condition="$vboptions[vert_horiz] > 0">
</td>
</table>
</if>

Uninstall

1. Uninstall the product from your admincp.

2. Search in your FORUMHOME template
Find and delete both:

Code:
$fhlist_shell

<if condition="$vboptions[vert_horiz] > 0">
</td>
</table>
</if>
 
Back
Top