MyBB Community Forums

Full Version: portal.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok what I am going to try to do is use the portal.php and edit to and try to make a small cms for myself. But there is one issue so far, I moved copied the portal.php file out of the directory and put it in another edited the theme and the file it self so the pictures now work but currently the colors dont work. For some reason it isnt doing the css file. Its set for <link rel="stylesheet" type="text/css" href="css.php?theme=4" /> when the directory is way off, was just curious where that function is so I can just append the site to the end
in portal.php find

// set the path to your forums directory here (without trailing slash)
$forumdir = "./";

and correct
Was trying to make portal.php my index and I'm having this same problem. Unfortunately, changing the $forumdir directory doesn't seem to effect where it looks for the css.

Any ideas?
Yea Shochu is correct I had to save the css to css.php to make that part work and copy all the images over to the images folder for the site.