Themes By Design

Homepage with the same look of my forum, but how ?!

tijmen_4real
02-03-2008, 08:17 AM
Hi !

I have a forum, with the OrangeBlack style located with a URL like
www.mywebsite.com/forum (example)

Now i want to make a homepage, that has the same look as the forum:
- Same background color and image
- Same header
- And the same pattern in the middle (white background, orange headers)

But when i visit the forum, and just copy&paste the code, some is not with the same path (relative) and some is not needed (logging code, etc.)

Can someone help me out on which code is not needed to preserve the background and basics layout ?

Greetz,

Tijmen_4Real :cool:

Peggy
02-03-2008, 09:13 AM
Tij, if you're trying to make a html page with this theme, you're welcome to copy the graphics, as long as you preserve my copyright link at the bottom of the html page.

The problem that you're going to run into here, is that with an html page, you're using, of course, html. With vBulletin, you're using html mixed with BBCode, PHP, etc. Therefore you can't just copy and paste the vBulletin code into your html page. The only thing that you can do, is to code your html page, then add the graphics where you want them. But there is no way that you're going to get your home page to look and act exactly like your forum.