Server : LiteSpeed System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : alsaif ( 1057) PHP Version : 7.4.33 Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/alsaif/public_html/modules/mod_allvideosharegallery/ |
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.0" client="site" method="upgrade">
<name>All Video Share - Gallery</name>
<author>MrVinoth</author>
<creationDate>NOV 2020</creationDate>
<copyright>Copyright (c) 2012-2020 MrVinoth. All rights reserved.</copyright>
<authorEmail>admin@mrvinoth.com</authorEmail>
<authorUrl>https://allvideoshare.mrvinoth.com</authorUrl>
<version>3.6.1</version>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>Displays a Video Gallery.</description>
<files>
<folder>tmpl</folder>
<filename>index.html</filename>
<filename>helper.php</filename>
<filename module="mod_allvideosharegallery">mod_allvideosharegallery.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="type" type="list" label="GALLERY_TYPE_LABEL" description="GALLERY_TYPE_DESCRIPTION" default="videos">
<option value="categories">CATEGORIES</option>
<option value="videos">VIDEOS</option>
</field>
<field type="spacer" label="GALLERY_TYPE_VIDEOS" />
<field name="category" type="sql" default="0" label="SELECT_CATEGORY_LABEL" description="SELECT_CATEGORY_DESCRIPTION" query="SELECT slug, name from #__allvideoshare_categories WHERE published=1 ORDER BY name ASC" key_field="slug" value_field="name">
<option value="0">DISPLAY_ALL_CATEGORIES</option>
</field>
<field name="orderby" type="list" default="latest" label="ORDER_BY_LABEL" description="ORDER_BY_DESCRIPTION">
<option value="default">DEFAULT</option>
<option value="latest">LATEST_VIDEOS_ID</option>
<option value="latest_by_date">LATEST_VIDEOS_DATE</option>
<option value="popular">POPULAR_VIDEOS</option>
<option value="random">RANDOM_VIDEOS</option>
</field>
<field name="featured" type="list" default="0" label="FEATURED_ONLY_LABEL" description="FEATURED_ONLY_DESCRIPTION">
<option value="1">ALL_VIDEO_SHARE_YES</option>
<option value="0">ALL_VIDEO_SHARE_NO</option>
</field>
<field type="spacer" label="GALLERY_SETTINGS" />
<field name="rows" type="text" default="3" label="NO_OF_ROWS_LABEL" description="NO_OF_ROWS_DESCRIPTION" />
<field name="columns" type="text" default="2" label="NO_OF_COLS_LABEL" description="NO_OF_COLS_DESCRIPTION" />
<field name="more" type="list" default="0" label="MORE_LABEL" description="MORE_DESCRIPTION">
<option value="1">ALL_VIDEO_SHARE_YES</option>
<option value="0">ALL_VIDEO_SHARE_NO</option>
</field>
<field type="spacer" label="MISCELLANEOUS" />
<field name="link" type="text" default="" label="CUSTOM_PLAYER_PAGE_URL_LABEL" description="CUSTOM_PLAYER_PAGE_URL_DESCRIPTION" />
<field name="cache" type="list" default="0" label="CACHE_LABEL" description="CACHE_DESCRIPTION">
<option value="0">NEVER</option>
</field>
<field name="moduleclass_sfx" type="text" default="" label="MODULE_CLASS_SUFFIX_LABEL" description="MODULE_CLASS_SUFFIX_DESCRIPTION" />
</fieldset>
</fields>
</config>
</extension>