Is it possible?

  • Thread starter Thread starter Deleted member 5665
  • Start date Start date
D

Deleted member 5665

For phpbb can you make the index.php (to the forum) be forum.php and make a new index.php and make a custom homepage?
 
Haven't worked with phpBB in a VERY long. But if no major codes were changed
Open includes/page_header.php
Look for
'U_INDEX' => append_sid('index.php'),

change index.php to forums.php

Rename the actual index.php to forums.php

Then create a new index.php with w/e you like.

I haven't tried this as I don't have a phpBB forum atm, but this should work.
 
ok thanks I just done it 😀 I used something off thehazey tutorials to make the index.php to work also.
 
Back
Top Bottom