1 hvgreen Sep 04, 2008 22:23
3 hvgreen Sep 04, 2008 22:53
I'm using 2.4.1. The website is still under construction, but the home page will give you a good idea of how the website looks. Ideally I want the blog to look like it is sitting within our website template.
Thanks so much for your quick reply to my first post. I look forward to hearing back at your convenience.
4 afwas Sep 04, 2008 23:48
This is possible.
You want to build a skin with the header and the style of your homepage. That will make the blog.
You can put the menu in the sidebar of the blog, either hardcoded above the container or as a FreeHTML widget. That will give you a sidebar starting with your menu and continuing with whatever you'd like to put in the sidebar from the blog itself, like a recent posts widget etc. You can do so in a way it looks as if it's seamlessly integrated.
The easiest procedure is to start with a basic skin with a single left sidebar. I'd choose the 'Custom' skin and move the sidebar to the left. Next tweak this using as much code / style form your homepage as you can.
I can't give you any advise using DreamWeaver for this.
I think you find this easier as you think once you get started ;)
Feel free to ask advise from the community. If you really get stuck you may want to concider hiring a professional to do the blog skin for you.
Good luck
5 hvgreen Sep 05, 2008 02:44
Many, many thanks for your help! It all makes sense, and I'm hopeful that I'll be able to create something usable. Thank you so much.
Hi hvgreen,
Welcome to the forums.
Are you running B2evo v1.10 or B2evo v2.4?
PHP is designed to work perfectly well within HTML so you can mix them without problems.
What you want can fairly easily be done in two ways.
Either you replace the header (or parts of it) by the header of your main site or you use an iframe structure where you place the blog in an iframe under the header of your main blog.
Though the latter is easier, the first method is more consistent.
if you provide me a link to your site I can give you a more detailed description on what you could do.
Good luck