Video Directory FH List

MobileHacks

New Member

The Skinny
This mod is a beast in a small package. When I was working on this addition to the Video Directory I kept trying to think of more things to add. But now that version 1.1.0 RC 2 is released, I figured it was time to release the first version of this mod.

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. The 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. The second version is a more detailed version. This version allows you to list the videos to blend with the forums. The table has information such as, thumbnail, linked title, description, view count, comment count, and last comment posted by.

Installation
1. Import the product in your admincp.
2. Search in your FORUMHOME template
Find:
PHP:
$navbar
Add Below:
Code:
PHP:
$fhlist_shell


Find:
Code:
PHP:
$footer
Add Above:
Code:
PHP:
<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:
PHP:
$fhlist_shell
PHP:
<if condition="$vboptions[vert_horiz] > 0">
</td>
</table>
</if>
Developer-Blog:

Feel free to check out our Developer-Blog at vBPoint.org!
 
Back
Top