PDA

View Full Version : How hard would it be to do this?


Koutaru
05-18-2003, 04:00 AM
If I wanted another file to be index.php but want the forums to be in the same directory, how hard would it be to do that? Just rename the current index.php to forum.php?

Would a lot of hacking be required and in which files?

Thanks :)

Xenon
05-18-2003, 09:36 AM
well you have to go through the template per replace and replace all instances of index.php with forum.php but that would be all.

Koutaru
05-18-2003, 03:29 PM
hmm really :) what a relief ^^ Thanks Xenon