| Current Path : /var/www/html/plugins/jvextensions/jvldarticle/ |
| Current File : /var/www/html/plugins/jvextensions/jvldarticle/jvldarticle.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.7.0" type="plugin" group="jvextensions" method="upgrade">
<name>JV-LinkDirectory - Article Creation Plugin</name>
<author>JV-Extensions</author>
<creationDate>16-March-2018</creationDate>
<copyright>Copyright 2011-2018 JV-Extensions. All rights reserved</copyright>
<license>GNU GPLv3</license>
<authorEmail>support@jv-extensions.com</authorEmail>
<authorUrl>www.jv-extensions.com</authorUrl>
<version>5.12</version>
<description>This plugin works on Joomla! 3.x. When a link is published in the directory, this plugin will use that content and create an article in Joomla/K2/EasyBlog as configured</description>
<files>
<filename plugin="jvldarticle">jvldarticle.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="extension" type="list" class="inputbox" default="com_content" label="Create In?" description="Decide if you want to create the article in Joomla or K2 or EasyBlog">
<option value="com_content">Joomla Articles</option>
<option value="com_k2">K2 Items</option>
<option value="com_easyblog">EasyBlog Posts</option>
</field>
<field name="numchar_desc" type="text" class="inputbox" default="0" label="Number of char in description" description="Please provide the maximum number of characters in description to show in the article intro. 0 implies full description"/>
<field name="tborph" type="list" default="1" class="inputbox" label="Thumbnail or Random Photo?" description="Show Random Photo Thumbnail or Thumbnail Preview of website in article?. For photo thumbnail to displayed, you must have Photo Gallery enabled in JV-LD. For thumbnail preview of website, you must install and enable one of the JV-LD thumbnail plugins. If the thumbnail preview is not readily available or if there are no photos, then no image will be shown">
<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>
<field name="efields" type="sql" multiple="multiple" label="Extra Fields" description="Select the extra fields of the listing to show in the article" query="select id, name from #__jvld_extrafields where showvalue_detpage != 0 order by ordering asc" key_field="id" value_field="name" />
<field name="uid" type="user" class="inputbox" default="0" label="Default Author for Article" description="Select the default author for the article"/>
<field name="featured" type="radio" class="btn-group" default="1" label="Make it a featured article?" description="">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="txt_viewatdir" type="text" class="inputbox" default="View the associated listing in directory..." label="Text for View at Directory" description="Provide the text to be shown at the end of the article which when clicked will take the user to the listing in directory. To not show this text please leave it blank."/>
</fieldset>
<fieldset name="content" label="Joomla Articles">
<field name="content_catid" type="category" label="Category" description="Select the Destination Category here. This is the category in which the article/post/item will be created. Please note that this is NOT JV-LinkDirectory category" extension="com_content" default="" size="1"/>
<field name="content_imgtype" type="list" class="inputbox" default="0" label="Image Save Mode" description="Select the way you want to store the image for article. This option is valid only if you have chosen to display thumbnail or photo above">
<option value="0">Embedded in Article Description</option>
<option value="1">Article Intro Image</option>
<option value="2">Article Full Image</option>
<option value="3">For both Article Intro and Full Image</option>
</field>
</fieldset>
<fieldset name="k2" label="K2" addfieldpath="/administrator/components/com_k2/elements">
<field name="k2_catid" type="categories" default="0" label="Category" description="Select the Destination Category here. This is the category in which the article/post/item will be created. Please note that this is NOT JV-LinkDirectory category" />
<field name="k2_imgtype" type="list" class="inputbox" default="0" label="Image Save Mode" description="Select the way you want to store the image for article. This option is valid only if you have chosen to display thumbnail or photo above">
<option value="0">Embedded in Item Description</option>
<option value="1">Item Image</option>
</field>
<field name="k2_tag_add" type="radio" class="btn-group" default="0" label="Add K2 tags?" description="If yes, then meta keywords/tags of the link will be added as tags in k2 as well. This is applicable only for K2">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
<fieldset name="easyblog" label="EasyBlog" addfieldpath="/administrator/components/com_easyblog/elements">
<field name="easyblog_catid" type="categories" default="0" label="Category" description="Select the Destination Category here. This is the category in which the article/post/item will be created. Please note that this is NOT JV-LinkDirectory category" />
<field name="easyblog_imgtype" type="list" class="inputbox" default="0" label="Image Save Mode" description="Select the way you want to store the image for article. This option is valid only if you have chosen to display thumbnail or photo above">
<option value="0">Embedded in Post Description</option>
<option value="1">Cover Image</option>
</field>
<field name="easyblog_tag_add" type="radio" class="btn-group" default="0" label="Add EasyBlog tags?" description="If yes, then meta keywords/tags of the link will be added as tags in Easyblog as well. This is applicable only for EasyBlog">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
<fieldset name="advanced" label="Advanced">
<field name="linkdelaction" type="list" default="0" class="inputbox" label="Link Delete Action?" description="Select the action in 3PD component when the link is deleted in JV-LD">
<option value="1">Delete the article created in 3PD component</option>
<option value="0">Dont delete the article created in 3PD component</option>
</field>
</fieldset>
</fields>
</config>
</extension>