Awesome tutorial, it beats a custom page modification and was very easy to use

Is there a way to assign a theme to the page, besides the default board theme? Thanks!
(2009-04-10, 05:14 PM)RogueDOC Wrote: [ -> ]Is there a way to assign a theme to the page, besides the default board theme? Thanks!
No this is not possible, because custom pages are made through default theme template, and theme utilizes these templates to produce the graphics
Is this tut work with mybb 1.4?
just tested... it works perfect in 1.4.6

If you want to create an homepage using this hack you to have to edit this:
require ".global.php"; // (1b)
with this:
require "./forum/global.php"; // (1b)
Bye

(2009-06-07, 08:36 PM)Giangy94 Wrote: [ -> ]If you want to create an homepage using this hack you to have to edit this:
require ".global.php"; // (1b)
with this:
require "./forum/global.php"; // (1b)
Bye 
You just gave me an amazing idea! Thanks!
(2009-06-07, 08:36 PM)Giangy94 Wrote: [ -> ]If you want to create an homepage using this hack you to have to edit this:
require ".global.php"; // (1b)
with this:
require "./forum/global.php"; // (1b)
Tried this, but it doesn't work. My forum directory is at /forum, and I tried making a page in the root directory which requires ./forum/global.php and all it shows is a blank page when I go there in my browser.
Any ideas?