crazycomputers.org

Don't use frames man. Try to avoid them for pages with multiple links, like forums.
 
Edit the header and the footer templates of the forum. It shouldn't be hard if you know what you're doing. It's almost like copy and paste.
 
Edit the header and the footer templates of the forum. It shouldn't be hard if you know what you're doing. It's almost like copy and paste.

You mkean like this?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Crazy Computers</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</head>

<body>
<div id="mainContainer">
	<div id="header">
		<div class="box">
		<h2>Crazy Computers</h2>
		<h3>Show off your system!</h3>
		</div>
	</div>
	<div id="navigation">
		<div class="navi"><a href="http://www.crazycomputers.org/index.html">Home</a></div>
		<div class="navi"><a href="http://www.crazycomputers.org/forum.html">Forum</a></div>
		<div class="navi"><a href="http://www.crazycomputers.org/crazycomputers.html">Crazy Computers</a></div>
		<div class="navi"><a href="http://www.crazycomputers.org/contact.html">Contact</a></div>
	</div>
			
<div id="container"><br />
{$welcomeblock}	
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<br/>

<hr class="hidden" />
		</div>
<br />
			<div class="bottommenu" align="right"><span class="smalltext"><a href="$settings[contactlink]">$lang->bottomlinks_contactus</a> - <a href="$settings[homeurl]">$settings[homename]</a> - <a href="#top">$lang->bottomlinks_returntop</a> - <a href="#content">$lang->bottomlinks_returncontent</a> - <a href="archive/index.php">$lang->bottomlinks_litemode</a> - <a href="$settings[bburl]/misc.php?action=syndication">$lang->bottomlinks_syndication</a></span>
			</div>
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
				It must contain the links to the MyBB website and be formatted appropriately.

					 Failure to comply with the above will result in prosecution to the full extent of the law.
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.com" target="_blank">MyBB</a> {$mybbversion} | 
				{$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong>
				<!-- End copyright -->
<br />Designed By <a href="http://www.gamers100.net"><b>Jag100</b></a> (<a href="http://www.audentio.com/">Member of <strong>Audentio Design</strong></a>)
<br />Sponsored By <strong><a href="http://www.lap-band-gastric-surgery.com" target="_blank">La Band Surgery</a></strong>

<br class="clear" />
</div>
		</div>
</body>
</html>

		
		
  	<div id="footer">
		<div class="box">
		Boring Blue-Grey Copyright © 2006 <i>Agent Spork</i><br />
		<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a>
		</div>
	</div>
</div>
</body>
</html>

That doesn't work though...so that must not be what you mean...:(

edit: to get that code to work would I have to change all of the url's to full ones?
 
If you're using javascript, then I can't help you there. Sorry. Check here:

http://insideuniversal.net/ (Doing some major changes, so if things don't look right - there's your reason)
http://insideuniversal.net/Community/

Notice how with very basic HTML, I integrated the top navigation panel? Use basic HTML to create the same header and footer, and insert them in the proper templates. Be sure to save backups of the original, should anything go wrong. Learned that the hard way.

Also open up a separate browser with the original code. Just in case you're unable to reach the administrative panel, you have something to fall back on. Just reapply the code in the original browser, and you should be fine. A tip for you there.
 
Yeah. Real simple really. Just replace and add. There's a bunch you could do with the default template of a forum or CMS.

If you're venturing into flash or javascript, then it gets tricky. If you're simply making something as basic as mine, then it's real simple to do.
 
Back
Top Bottom