Home > Joomla, PHP > Modification To Joomla Module

Modification To Joomla Module

August 19th, 2009

This is for additions to a module for our video component: JomTube

1) Currently, the module will allow videos to be displayed as Random, Latest, Most Highly Rated, Featured and Most-Viewed. The problem is that the module takes the videos out of all of them. I would like to be able to enter a category-ID and use these display options… as well as displaying a single video set by video-ID.

2) The second part of this job consists of showing a random video based on the videos’ tags best matching the content pages’ meta tags. If there are no matches, then a “default” video will show.

3)The module should have the ability for the video to play within the modules like the Qtube module (mod_qtube) for which I will provide the code for review. Presently, the jomtube module only shows link to the videos within the component. (We already have the code for the player.)


Modification To Joomla Module

Comments are closed.
Bear