Quote:
Originally Posted by RaceJunkie
Can only one page be made? Just curious..
|
In theory, I would assume you could make more than one page, provided you
A) Use the legacy version of the file
B) change the name of the file
C) edit this line
Code:
define('THIS_SCRIPT', 'vbnews');
to the name of the new file (without .php on the end)
D) Only use the sections you want for each script. They start with:
Code:
if (forumid1) {
$getnews1 = $db->query_read("
and end with
and leave
ALL other code intact.
I've not tried this, so I don't know if it will work - but I suspect it could.