MyBB Community Forums

Full Version: Advice wanted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(the blurb says i can ask for advice in here from other users who have adapted their mybb install)

Had a look though all the different stylesheets and cant see where to change the margins , I want the main white window to go right upto the edges and get rid of the light grey padding around it

Also , It doesnt have a header.php file and if i modify the index template via mybb cp to add something like <?php include('../header.php'); ?> or even <?php include('http://www.yourdomain.com/header.php'); ?> under the <body> tag the include file doesnt show up or get displayed on the screen

I've a reasonable knowledge of php and stuff and looking for a user who has done the above to their own forum and can save me hours of trial and error

Quote:Had a look though all the different stylesheets and cant see where to change the margins , I want the main white window to go right upto the edges and get rid of the light grey padding around it

do edit the css styles please go to Admin CP > Themes > Modify/delete >edit

Quote:Also , It doesnt have a header.php file and if i modify the index template via mybb cp to add something like <?php include('../header.php'); ?> or even <?php include('http://www.yourdomain.com/header.php'); ?> under the <body> tag the include file doesnt show up or get displayed on the screen
what you want in the header.php ?
anyway if you looking for a global file, it is global.php
if you looking for the template, there is a template called header which is the top part of the forum.
and there is headerinclude which is the things between <head> </head> in any page on ur board.

*btw this is not the place to put ur question, try general support.

regards
Thanks for the info .