MyBB Community Forums

Full Version: Creating a blank page.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering, if it would be possible to create a blank page that would use the header and footer like on the main forum page, but as far as the main content it would be blank and able to be added to for custom user pages.

I am no php wiz so I was wondering if anyone had enough free time to create a custom user page mod.
It is fairly simple to do Altered. Im not sure if MusicalMidget had a mod over at MyBB Mods to create a blank page.. or SDK. I will look into it and come back with the verdict. Wink
coo...........I'll hang for a bit m8
Yea I do that for my pages that are off the forum - I use the header info so it displays the logo thru out the site. I don't use php or anything I just add the code into each page

<html>
<head>
	<title>KJS Computer Services - Yahoo Help</title>
<style type="text/css" media="all">
@import "yahoo.css";
</style>
<STYLE TYPE="text/css">
<!--
.title, .title TD, .title TH
{
background-image:url('http://kjsservices.com/tech/images/forum/tile_back.gif');
background-color:black;
}
-->
</STYLE>
</head>
<body bgcolor="#DEDEDE">

<!------------ Start Top Logo ------------>
<table width="100%"  CLASS="title">
<tr>

<td><img alt="KJS Computer Services" src="http://kjsservices.com/tech/images/forum/logo.gif" /></td>
</tr>
</table>


  <!------------ End Top Logo ------------> 


That's the top part of my pages - notice I have another folder in the images folder of mybb called forum - I just found it easier to keep some images seperate
Thanks, 2$CoMpLiCaTeD$4u helped me out and everything is great....even got the blank pages to inherit permissions. He should have a mod coming out soon.

Thanks to all that replied. This thread is Solved.
I created a simple hack for this, it's on MyBB Mods, for future reference.
Where would that hack be located, I can't seem to find it?
kodaks Wrote:Where would that hack be located, I can't seem to find it?

I cannot seem to find it on MyBBMods.com however on MyBBPlanet.com I found it:
Clicky
When Ryan posted his mod on MyBB Mods forums, his link pointed to a file on his own website. However, his website has since closed and so the mod is no longer downloadable.