MyBB Community Forums

Full Version: Integrating Mybb into an html page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
spammer!
You could also use the MyBB Portal functionality and highly modify it.

Or if you still need HTML pages, you can buy a template and integrate it with MyBB or higher some coder to integrate it. Smile
pff no thanks im editing the default theme and it turns out like this for some reason.
(view here)
http://sites7coding.co.cc/forums/

And here is what i replaced the header and footer in the forum with.

header:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Sites7Coding!</title>
<link href="/home/dsialex/public_html/css/stylesheet.css" rel="stylesheet" type="text/css" media="all" />
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><table width="669" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><table width="669" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><img src="/home/dsialex/public_html/images/header_top.jpg" alt="" width="669" height="21" /></td>
</tr>
<tr>
<td align="left" valign="top" class="header_image_box"><table width="659" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="/home/dsialex/public_html/header_top_image">&nbsp;</td>
</tr>
<tr>
<td align="left" valign="top" class="/home/dsialex/public_html/header_bottom_image">&nbsp;</td>
</tr>
</table></td>

the problem with the header is the stylesheets and the images wont show up.

footer:

<tr>
<td align="left" valign="top"><table width="669" border="0" cellspacing="0" cellpadding="0">
<tr>
<a href="contact.html" class="footer_link">Contact</a></td>
</tr>
<tr>
<td align="right" valign="top" class="footer_left_bg"><span class="footer_link" style="font-size:10px; text-decoration:none; padding-right:130px; color:#484836; font-weight:normal;">&copy; 2011 Sites7coding</span></td>
<td width="154" align="left" valign="top"><img src="images/footer_right_bg.png" width="154" height="33" border="0" /></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
Thats not default theme, thats a theme of dynaxel?
No its not the default theme thats my html.

whatever im going to use a simple theme and remove the logo and then just iframe it and make it look sorta like the site.

Problem solved.
(2011-07-28, 03:40 PM)Fábio Maia Wrote: [ -> ]There's not much we can do about this, really. You can either hire a designer to code a theme for you or do it yourself.

I am currently using the Vanilla forum, I had a chance to visit your forum its very nice and superb but embed is very easy in vanilla as far as I know.

My thought may be incorrect please let me know if there is similar functionality available like vanilla, in vanilla I need to put the following script that's all needed to integrate

<script type="text/javascript" src="http://localhost/test/vanila/plugins/embedvanilla/remote.js"></script>
Pages: 1 2