Ah - duh!
I have a few questions:
1. It says the hook location should be 'global_start'. Like I said, I'm trying to display a live forum feed on my forum home page. Is this still the best hook to use?
2. The execution order is '5' - is this OK?
3. In the 'Plugin PHP Code' field, I have this:
PHP Code:
ob_start();
include('vaispy.php');
$includedphp = ob_get_contents();
ob_end_clean();
Is that sufficient? Also, the location of the file is in the root folder, so hopefully the location is OK as well.
Thanks for all of the assistance!