evesve
11-05-2005, 01:06 PM
Hi!
I like to make Custom Plugins
I have made some plugin with a top menu like:
<!--Topmenu-->
<table><tbody>
<tr><td>Category 1 - </td>
<td>[ <a href="index.php?categoryid=10">Number 1</a> ]</td>
<td>[ <a href="index.php?categoryid=11">Number 2</a> ]</td>
<td>[ <a href="index.php?categoryid=12">Number 3</a> ]</td>
<td>[ <a href="index.php?categoryid=13">Number 4</a> ]<br /></td></tr>
<tr><td>Category 2 - </td>
<td>[ <a href="index.php?categoryid=21">Number 5</a> ]</td>
<td>[ <a href="index.php?categoryid=22">Number 6</a> ]</td>
<td>[ <a href="index.php?categoryid=23">Number 7</a> ]</td>
<td>[ <a href="index.php?categoryid=24">Number 8</a> ]<br /></td></tr>
</tbody></table>
<!--End Topmenu-->
It works fine, but there is many plugins to edit if I want to change the menu.
Now I want to make another plugin with the menu so I only need to edit in one plugin.
Is there a code for "include plugin" at the top of plugins?
I want to do all edits in the plugin editor.
I like to make Custom Plugins
I have made some plugin with a top menu like:
<!--Topmenu-->
<table><tbody>
<tr><td>Category 1 - </td>
<td>[ <a href="index.php?categoryid=10">Number 1</a> ]</td>
<td>[ <a href="index.php?categoryid=11">Number 2</a> ]</td>
<td>[ <a href="index.php?categoryid=12">Number 3</a> ]</td>
<td>[ <a href="index.php?categoryid=13">Number 4</a> ]<br /></td></tr>
<tr><td>Category 2 - </td>
<td>[ <a href="index.php?categoryid=21">Number 5</a> ]</td>
<td>[ <a href="index.php?categoryid=22">Number 6</a> ]</td>
<td>[ <a href="index.php?categoryid=23">Number 7</a> ]</td>
<td>[ <a href="index.php?categoryid=24">Number 8</a> ]<br /></td></tr>
</tbody></table>
<!--End Topmenu-->
It works fine, but there is many plugins to edit if I want to change the menu.
Now I want to make another plugin with the menu so I only need to edit in one plugin.
Is there a code for "include plugin" at the top of plugins?
I want to do all edits in the plugin editor.