2006-08-13, 02:03 PM
I've made a simple plugin that allows you to include a file "news.php"
which will grab the topics from the myBB database.
The code for getting the news is mostly copied and pasted from portal.php
what the plugin does is create a template page for the news to sit in.
But I'm having problems getting the theme to carry across.
I'll add in the files.
later on in my page to execute the news script I have
which works fine for outputting the news
which will grab the topics from the myBB database.
The code for getting the news is mostly copied and pasted from portal.php
what the plugin does is create a template page for the news to sit in.
But I'm having problems getting the theme to carry across.
I'll add in the files.
later on in my page to execute the news script I have
<?php
outputpage($plugin_news);
?>
which works fine for outputting the news