| 
 
How do I make a Plugin
Well, you can manually enter a plugin into the component by clicking "New" in the Reset Lists page. To create a plugin for distribution (I'll host it for free, just e-mail me), follow these easy steps:

Option - Find out what the $option variable is for the component (aka for Joomlaboard $option = com_joomlaboard)
Name - Find out the name of the variable to look for (For $task, this would be 'task')
Task - Find the value of the variable to reset the cache (To reset on $task=='save', set this to 'save')
Plugin Name - Name the plugin (Convention is ComponentName Action)
Desc - Create a description (Convention is ComponentName Action)

Add these into this XML template:
 
<com_page_cache>
<Plugin Name="Plugin Name">
<name>Name</name>
<option>Option</option>
<task>Task</task>
<desc>Desc</desc>
</Plugin>
</com_page_cache>
NOTE: All files submitted for posting will be checked prior to posting! Thanks!!!
Tags
0% of 0 voters found this FAQ useful,  I found this FAQ  useful useful  not useful not useful
< Prev   Next >
feed image
Copyright 2007 Anthony Ferrara, All Rights Reserved