Endar Template version: 1.0 for SMF 1.1

v1.0 (5th version.) 4th of December 2006 © www.Endar.org

This file contains both important and helpful information. For use with the, Endar, SMF template created by Jasidog.com

+/-Change Log

Beta 1 [1st of August 2005]

First public release, beta, due to expected bugs.

Beta 2 [26th of August 2005]

(Private) release . Decided to keep public releases only along side public versions of SMF 1.1

  • Clear added to newsbox as long news overflowed outside box when viewing as guest.

  • Some small XHTML errors fixed

  • All files updated with the requisit changes for SMF 1.1 Beta 4. Far too many to mention.

RC1 [21st of September 2005]

Second public release. Decided to call it RC1 to make it more obvious which version of SMF 1.1 it was created for.

  • Fixed a problem with quick reply functionality due to a form within a form.

  • Changed the majority of small font sizes in the admin panel to be more ledgible. The CSS for this also effects the calendar.

    Will probably review smallest font size theme wide at a later date.

  • All files updated with the requisit changes for SMF 1.1 RC1.

RC2 [4th of January 2006]

Third public release. Called RC2 to make it more obvious which version of SMF 1.1 it was created for.

  • Updated for full functionality with SMF 1.1 RC2 public.

  • French language graphics included.

RC3 [25th August 2006]

Fourth public release. For SMF 1.1 rc3

  • Updated for full functionality with SMF 1.1 RC3.

  • Fixed bug introduced in PM message display at last version.

  • Fix bug where the link for memberlist searching was messed up and unfunctional at last version.

  • Fix error message recieved in admin error listings due to posticon selector being missing.

  • Fix error message recieved in admin error listings due to guest viewing who's online.

  • Fix HTML mistakes in userCP

  • CSS changes for IE7 rendering

v.1.0 [4th December 2006]

Fifth public release. For SMF 1.1

  • Updated for full functionality with SMF 1.1 final.

  • Fix for failed avatar uploads regression in last version.

  • CSS changes for IE7 rendering

Hide this section

+/-Installation

Installation Instructions

Installing this skin is, or should be, easy.

  1. Go to your SMF admin panel >> "Configuration" >> "Themes and Layout"

  2. Scroll down the page a until you see the section "Install a New Theme".

  3. Now where it says: "From a file:". click the browse button.

  4. Browse and find the Endar.zip file you downloaded and select it. Then hit the install button.

Congratulations, the skin has been installed and is ready for your members to use.

Hide this section

+/-General information

An explanation

Endar was made as a custom template for Miraenda (Whom many of you in the SMF community may know.) the owner and admin of www.Endar.org.

It was Miraenda's very generous decision to release the template to the community. So should you want to show any gratitude for this template, well then you know to whom that thanks is deserved.

Endar is constructed without the use of tables except for a few specific areas.

The decision to dispense with the use of tables, is not any sort of statement on semantics or accessibility. I'm an advocate of accessibility but if this template was made with that as the top priority. There would have been wider use of tables in the mark up.

Forums, at least the more popular feature crammed variety, like SMF are full of information which can be best described semantically using tables. They're chock full of tabular data. I know this.

That said I did try to follow standards and make it as semantically correct as I could. Though I fell down in several areas, I'm sure. There are some hard coded bits of style for example. Other failings will be due to my own limits on knowledge.

There are also some areas where I would perhaps choose a different mark up now that they're done. Perhaps these will be revisited but no promises.

Browser compatibility

Endar appears to works well in modern browsers that keep good pace with standards. We're talking Gecko engined browsers like Firefox. Opera also and I'd strongly assume Safari, though I've not been able to check, any info on that would be good. The new IE7 does pretty well too.

Last I was able to check Konqueror worked decently enough too.

Internet explorer in all it's previous to IE7 incarnations was a different matter. A huge chunk of the stylesheet is devoted to hacks intended to make things work in the various flavours of IE. However, though I'd suggest using a different browser if at all possible. A lot of time spent means that it does work in IE version 5 and upwards, best in 6.

IE 5.0 worst. However it is perfectly usable last I checked

IE on the Mac I have no idea about, I may even hide the stylesheet from it in a later version of the theme.

Due to the nature of the template, it required that the vast majority of the XHTML was written from scratch. There's not much left of the original default HTML left. This means that despite my own testing there will doubtless be bugs which live use will show up.

If you find any you believe important enough to report you can do so at The Jasidog forums.

Hide this section

+/-Making your own logo/Header/Footer
+/-Changing the overall forum width

To alter the forum width is pretty painless. Endar is set at 94% of the page width by default. So it's fluid but you could use a fixed width, pixel value.

To change it all you need to do is open up the Endar CSS from the admin panel or even easier the CSS file it's self. The "style.css" is located in the Endar template folder.

Your-SMF-Install/Themes/Endar/style.css

Look for the following -


/* overall width of forum */
#wrapper {
padding:2% 0 0 0;
margin:0px auto;
width:94%;
text-align:left;
}

Where it says "width:94%" edit the percentage value to suit. So for example if you wanted an overall width of 80% for the forum. You would change it to the following.


/* overall width of forum */
#wrapper {
padding:2% 0 0 0;
margin:0px auto;
width:80%;
text-align:left;
}

If you wanted a fixed width (Say 750px.) you would change it as follows.


/* overall width of forum */
#wrapper {
padding:2% 0 0 0;
margin:0px auto;
width:750px;
text-align:left;
}

Easy eh?

Hide this section

+/-Support and updates

If you need any problems and need help or have questions about the Endar template you can ask at The Jasidog forums

The best place to look for updates or addons to the theme is the SMF section on the Jasidog site.

Hide this section

Readme design and content © Jasidog.com 2005, All rights reserved