PDA

View Full Version : [FREE THEME] - TerraFirma - Template Conversion


BMR777
12-20-2008, 11:26 AM
Hello All,

I've converted the website template TerraFirma (http://www.oswd.org/design/preview/id/3557/) to work with the EasyAdoptables script.

Here's a screenshot of the theme:
[attachment=57]

The theme download is attached. To install you basically upload the "terrafirma" folder to your "templates" directory. Then in your Admin CP you go to "Manage Global Settings" and for the "Path to desired theme's HTML file" box you paste in:

templates/terrafirma/template.html

That's all there is to installing the theme.

I hope you all like it. :)

Brandon

Quillink
01-03-2009, 06:33 PM
Not bad, but perhaps a guide explaining how to import our own self-made themes? I've got a great one lying dormant on my folder, begging to be used. xD

kab012345
01-04-2009, 01:06 PM
There is a small variable guide which should help you out. This is in the main script directory as conversions.txt

These conversions are to be used when making a custom theme. Simply use the desired element listed below in your .html template to show the listed element on your site.

For instance, for the site title, you would have <title>:SITETITLE:</title> in your .html file.

:SITETITLE: = Site Title
:SITENAME: = Site Name
:ARTICLETITLE: = Article Title
:ARTICLEDATE: = Article Date
:ARTICLECONTENT: = Content of Article
:LINK1: = Extra link 1
:LINK2: = Extra link 2
:WELCOMEORREGISTER: = Registration info
:LOGINORACCT: = More registration info
:FEATURED: = Featured adoptable.
:HEADERAD:
:FOOTERAD:
:TOWERAD:

BMR777
01-04-2009, 03:17 PM
Yeah, I'll have to make a guide soon, but basically use the conversions above in your .html file to replace static text with the variable text from the database.

So, instead of:

<title>Page Title Here</title>

It would be:

<title>:SITETITLE:</title>

BMR777

Chasingu
01-05-2009, 08:20 AM
I would use that guide.


Hope it comes out soon.