Here's how I would go about this:
- admincp -> plugins and products -> Create a new product (this is just a container)
- Create new plugin -> add it under the new product.
- Pick a hook for where you want it to show up like "forum home"
- For the PHP enter:
PHP Code:
$dtrivia = include 'http://www.disneytrivia.net/front-page-inc.php';
- Admincp -> Style Manager -> edit the template where this should show up and added
HTML Code:
<table width="340" bordercolor="#0000ff" cellspacing="2" cellpadding="2" border="5">
$dtrivia
</table><br>
I think that should more or less do the trick.... it will show the trivia on the page if you added the variable to the right template and selected the right hook. It wont make a post however.