Quote:
Originally posted by webhost
top of index.php make look like this
<?php
error_reporting(7);
require('./global.php');
require("./topposters.php");
Try that make sure topposters.php is in your forums root directory
add $topposters in forumhome you will need to build a table for it.
|
I made the above modifications to my index.php - I basically just added the line: require("./topposters.php");
I uploaded topposters.php to the /forum folder and I added $topposters into my forumhome template.
When I go to load the page, the page is completely blank.
Any idea what's going on?
Thanks