Terra Incognita Template version: 1.0.5 for SMF 1.1.3

(6th release version.) 29th of June 2007 © 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 February 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 compatibility.

  • 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 appreciated. 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.

Version 1.0.3 [3rd March 2007]

Third public release. For SMF 1.1.2

  • Updated for full functionality with SMF 1.1.2 final.

  • Fixed issue in PersonalMessage.template.php

    Missing closing DIV tag on post-foot DIV of every PM if there was no report post button visible

Version 1.0.4 [26th June 2007]

Fourth public release. For SMF 1.1.3

  • Updated xml_topic.js in accordance with smf 1.1.3 changes.

  • Fixed intermittent errors with quick edit function (display.template.php).

  • Three errors in profile.template.php fixed. Two of malformed HTML one of just plain idiocy with double form start tags. Probably neither of them with correct attributes though they somehow didn't cause profile function errors.

  • Malformed HTML in messageIndex.template.php fixed.

  • Main navigation and Info panel altered. The "Calendar" and "Members" links both moved to the hidden Info panel which has also has a rejig (index.template.php). The CSS file is alter due to this also.

    This was done to create less clutter and solve problems for foreign language users of the theme.

  • There have been a couple of reports where no language specific images appeared and the user's board was looking for them in this non existent folder - terra-incognita/images/english-uft8/. I've tried to replicate this by installing a test forum with utf8 encoding implemented but in my case this still used the default "english" images folder without issue.

    I have duplicated the default English folder in this package with the folder name of "english-utf8". This would solve the problem for these people.

    The occurrence seems rare but if any one knows a more correct or better solution to this problem let me know.

  • Decided to split the alternate language files into separate downloads and the overall package size was getting far too large.

v.1.0.5 [29th June 2007]

Fifth public release. For SMF 1.1.3

  • Fixed error report in logs for editing polls (poll.template.php)

  • Fixed error log report in help page introductory section.(help.template.php)

  • Fixed faulty markup in posting section of (help.template.php)

  • Fixed stats page HTML errors (stats.template.php)

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 of interest is that this template is being released 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 inconsistencies 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 largely 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

+/-Languages

Finnish, German and Spanish language graphics are available at jasidog.com. Provided you already have the SMF language pack for one of these installed for the default SMF theme, they should work fine.

If you want to create your own language graphics you can do so. Information and resources can be found at the Jasidog Forums

Right to Left based languages

There is basic support for languages that have a right to left based writing direction. This is incomplete and no where near as developed as the support in the Endar theme also available at Jasisog.com. However if there's a demand. In other words is someone asks for this to work to be completed then I'll likely do so.

To use the basic support there is. Find the extra stylesheet in the theme directory called style-rtl-text.css. Simply rename this file style.css and replace the default style.css file.

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-2007, All rights reserved