Please Log in or Create an account to join the conversation.
- Yes, if you're convenient working with HTML and CSS, then you can achieve this by editing the following files,Could the related videos div be placed on the right side of the player, so that there are three vertical videos shown (3 rows, 1 column)?
- Open {root}/components/com_allvideoshare/views/category/tmpl/default.phpAnd how could I integrate the search form on the category view?
<div id="avs_gallery<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"><div class="avs_input_search">
<form action="<?php echo JRoute::_('index.php?option=com_allvideoshare&view=search&Itemid='.JRequest::getInt('Itemid')); ?>" name="hsearch" id="hsearch" method="post" enctype="multipart/form-data" >
<input type="text" name="avssearch" id="avssearch" value=""/>
<input type="submit" name="search_btn" id="search_btn" value="Go" />
</form>
</div>
<div style="clear:both;"></div>- Yes, it is possible to give that design to each player. Do you have any issues with this ?Is it only possible to give a certain video the classic demo view, or is it possible to give that design to each player?
Please Log in or Create an account to join the conversation.
<?php }
if($config[0]->layout != 'none') {
echo $this->loadTemplate($config[0]->layout);
}
?>Please Log in or Create an account to join the conversation.
<?php }
echo $this->loadTemplate('relatedvideos');
?>Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies