Your IP : 216.73.216.224


Current Path : /var/www/html/plugins/community/jvldrev/
Upload File :
Current File : /var/www/html/plugins/community/jvldrev/jvldrev.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.7.0" type="plugin" group="community" method="upgrade">
    <name>My Listing Reviews</name>
    <creationDate>16-March-2018</creationDate>
    <author>JV-Extensions</author>
    <authorEmail>sales@jv-extensions.com</authorEmail>
    <authorUrl>www.jv-extensions.com</authorUrl>
    <copyright>Copyright (C) 2010-2018 by JV-Extensions. All rights reserved</copyright>
    <license>GNU/GPL v3</license>
    <version>5.12</version>
    <description>JV-LinkDirectory Application for JomSocial for Joomla! 3.x - Displays the user's reviews on listings
        from JV-LinkDirectory in user's profile © JV-Extensions
    </description>
    <isapplication>true</isapplication>
    <files>
        <file plugin="jvldrev">jvldrev.php</file>
        <folder>jvldrev</folder>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field
                        name="coreapp"
                        type="list"
                        default="0"
                        label="Core Application"
                        description="Causes this application to not appear in the users applications list but it will allow this application to appear in the user profile automatically if selected.">
                    <option value="0">JNO</option>
                    <option value="1">JYES</option>
                </field>
                <field
                        name="position"
                        type="list"
                        default="content"
                        label="Position"
                        description="Default position if you select this as core apps">
                    <option value="content">Main content</option>
                    <option value="sidebar-top">Sidebar Top Tabbed</option>
                    <option value="sidebar-top-stacked">Sidebar Top Stacked</option>
                    <option value="sidebar-bottom">Sidebar Bottom Tabbed</option>
                    <option value="sidebar-bottom-stacked">Sidebar Bottom Stacked</option>
                </field>
                <field
                        name="jvldrev_cnt"
                        type="text"
                        default="5"
                        label="Number of Reviews"
                        description="This determines the number of link reviews to display"
                />
                <field
                        name="jvldpictype"
                        type="list"
                        default="2"
                        label="Show Picture of Link?"
                        description="This determines if you want to show a random photo or the thumbnail of the listing. Photo feature or/and Thumbnail previews feature must be enabled in JV-LD settings for this to work">
                    <option value="1">Random Photo from Photo Gallery</option>
                    <option value="2">Thumbnail Preview</option>
                    <option value="0">Dont display photo or thumbnail</option>
                </field>
            </fieldset>
        </fields>
    </config>
</extension>