have run into a roadblock regarding displaying the uploader, title, and votes of each video on the homepage of HWDVideoShare.At the moment, in the video list of the default template you can see the title, number of view, category, rating and the uploader. If you wish to change this, you need to edit the template file called
video_list_full_v.tpl. This file controls the layout of the video details for each video in the list. If you wish to add and remove details, you can do it from this file. Remember to clear your cache after you make modification to see your changes.
The other template variables that are available are listed in the template file, but are commented out:
<!--<div class="listdesc">{$data->description}</div>-->
<!--<div class="listduration">{$smarty.const._HWDVIDS_INFO_DURATION}: {$data->duration}</div>-->
<!--<div class="listduration">{$smarty.const._HWDVIDS_DETAILS_VDATE}: {$data->upload_date}</div>-->
<!--{$data->avatar}-->
You just need to remove the comment markers to show them...
Does this help? If I have misunderstood, let me know.
Again, great job!Thank you!
