Terra Incognita Template version: 1.0.2 for SMF 1.1

(3rd release version.) 4th of December 2006 © www.jasidog.com

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

+/-Change Log

Version 1.0 [9th of Febuary 2006]

First public release, for SMF 1.1 RC2.

Version 1.0.1 [25th of August 2006]
  • Updated for compatibility with SMF 1.1 RC3.

  • Numerous bug fixes. Sorry for lack of detail. list lost.

  • Various CSS changes for IE7 compatability.

  • Finnish language files added as I had already made graphics for this on request.

    However it is not quite complete. I need a translation or alternative wording for the term "Info Panel".

    Any help would be apreciated. In the mean time if you go to -

    smf/Themes/terra-incognita/languages/index.finnish.php

    You can edit the last entry to reflect the correct term.

Version 1.0.2 [4th December 2006]

Third public release. For SMF 1.1

  • Updated for full functionality with SMF 1.1 final.

  • Fixed various small HTML errors.

  • Fix for failed avatar uploads regression in last version.

  • CSS changes for IE7 rendering

  • German language graphics now included even though the main board tabbed menu is not perfect in Firefox when using this.

    Many thanks to Torsten of www.b-b-forum.de for creating the translated graphics.

    I will likely fix this problem at a later date by moving or removing some of those links.

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 Terra-Incognita.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

A little blurb

Terra Incognita is largely based of the work done for the Endar template. So you may find plenty of similarities

Terra Incognita 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.

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.

One last little note f interest is that this template is being relesed now so that it does get a release. Otherwise I fear there would one more tweak after another. I'm not really happy with it and so there may be changes in future versions.

Browser compatibility

The theme 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.

Last I checked Konqueror display inconsitancies needed a bit of work. Hopefully I'll get round to that a later time.

Internet explorer prior to IE7 is a different matter. A huge chunk of the stylesheet is devoted to hacks intended to make things work in the various flavours of IE. Though I'd suggest using a different browser if at all possible. A lot of time spent means that it does work well in IE version 6.

Earlier versions of IE should work ok given the theme was based largly on the Endar code base but I haven't checked.

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

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 SMF 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. The theme is set at a fixed with of 750px by default. But you could easily change that value to another size or to percentage value so that the width will be fluid depending on screen resolution.

To change it all you need to do is open up the Terra Incognita 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/Terra-Incognita/style.css

Look for the following -


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

Where it says "width:750px" edit the pixel value to suit. So for example if you wanted an overall width of 90% for the forum. You would change it to the following.


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

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


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

Easy eh?

Hide this section

+/-Support and updates

If you need any problems and need help or have questions about the Terra Incognita 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