Topic: renaming index.php?
Is it OK to rename index.php to forum.php, for instance so that I can have everything in the same directory - with my site homepage being index.php. Thanks!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → renaming index.php?
Is it OK to rename index.php to forum.php, for instance so that I can have everything in the same directory - with my site homepage being index.php. Thanks!
Only help I can give you is to open both viewtopic.php and viewforum.php and change index.php for forums.php.
Then open header.php and where it says something like:
array('index.php', 'search.php')
change it for:
array('index.php', 'search.php', 'forum.php')
I think that's about all the changes you really need to do, I might be missing something though..
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → renaming index.php?
Powered by PunBB, supported by Informer Technologies, Inc.