Morning,
Thank you for your response!
I went to
New Plugins
and created a new Plugin
The new plugin has the code:
$bringit = BringIt(input=Database&style=last+user)
I saved it successfully. BringIt.php is in the /modules directory.
Have I understood your instructions so far?
Then I created a template that has:
<tr>
<td>
$bringit
</td>
</tr>
Is this correct, or did I miss a step?
To recap, are these the right steps?
1.) put BringIt.php in the modules directory
2.) Create a Php module that calls it, consists of the one line, and associate a template with it
3.) Create a template that displays $bringit
Thanks!
BarbT
|