Quote:
Originally Posted by HMBeaty
In index.php, change:
PHP Code:
require('content.php');
and
PHP Code:
require('forum.php');
To
PHP Code:
// require('content.php');
and
PHP Code:
// require('forum.php');
and add
PHP Code:
require('blog.php');
above
PHP Code:
// require('content.php');
|
Will try that right away. Do you also know how to make those blogs written by admins public (eg visible without logging in) ?
Thanks for your help sir!