SleePyCode Forums

General Category => Mod Support => Topic started by: miles on Dec 07, 2007, 10:29 PM

Title: SSI Help
Post by: miles on Dec 07, 2007, 10:29 PM
Ok - I love the way your site is layed out all customized and what not I want to make a homepage, like SMF's that intigrates with my forum but I don't know how to go about doing so
Title: Re: SSI Help
Post by: SleePy on Dec 08, 2007, 03:53 AM
Well that is all about SSI. Read the SMF manuals on SSI from the basics to advance.
I am using more of those advance methods though. But sometimes I just use a plain old function, such as for the news on the homepage.

You can have SMF load the theam or do your own. For my site I used my own. But I was working on a script at one time but never finished it.
http://sleepycode.com/Forum/Home.php

My homepage runs similar to how SMF works, it has a settings file with a load (compared to SMFs) of settings, an action array (more advanced though so I don't have to code a permission system) and a few other things just like SMF. I do call my own header and footer though unlike SMF which uses obExit..

It takes time to code a homepage. I spent about 2 weeks doing 1-2 hour shifts at a time just making the theme. I spent many months working on and off with the actual coding of the site. I continue to add pages and features here and there still.
Title: Re: SSI Help
Post by: miles on Dec 08, 2007, 08:18 PM
Thanks - For the reply Were would I start? would I start designing the homepage? in HTML or what?
Title: Re: SSI Help
Post by: SleePy on Dec 08, 2007, 11:31 PM
I started mine with the html.
I found it easier to know how I wanted things to look before I started making it dynamic.
Title: Re: SSI Help
Post by: miles on Dec 09, 2007, 04:11 AM
I know how I want things to look now how do I go about coding..
Title: Re: SSI Help
Post by: SleePy on Dec 09, 2007, 11:51 PM
Look at the SSI FAQs on the simple machines website. They will help you get going.
Title: Re: SSI Help
Post by: miles on Dec 14, 2007, 09:49 PM
So first of all I want to add the drop down menus like you have there.
(https://www.sleepycode.com/forum/proxy.php?request=http%3A%2F%2Fwww.geekinc.info%2Fsite.JPG&hash=6fffee6cac2b1e74f9fec5a833a2d48e0b1ff8d5)
I want to be able to add more menus to the navigation
Title: Re: SSI Help
Post by: SleePy on Dec 15, 2007, 02:37 AM
The drop downs are just a mix of <ul> and <li> with some css styling to make it show. Though there has to be javascript to make it work in IE.

You could practically do all of that if you looked at the templates.
Title: Re: SSI Help
Post by: miles on Dec 18, 2007, 03:14 AM
Whats the code for the drop down menus?