LoveCMS - Support forums

You are not logged in.

#1 2008-03-08 14:54:45

lutvia
New member
Registered: 2008-03-08
Posts: 4

REQ: STEP BY STEP TO CREATING THEME ?

please share step by step to make theme for my lovecms

i was try but when I try there always error at tpl***.php

Offline

 

#2 2008-05-08 00:19:14

famous
Member
Registered: 2008-04-07
Posts: 43

Re: REQ: STEP BY STEP TO CREATING THEME ?

it is really easy
i dunno if i know how to do if perfectly, because i did not design love cms
but i have messed around with it enough to know how to code a theme for lovecms
actually it is really easy and lovely (haha)
seeing that you posted this 2 months ago i will wait to see if you still need to know, and then if you reply, I will reply back as well


-Famous

Offline

 

#3 2008-06-17 15:02:35

SameSam
New member
Registered: 2008-06-17
Posts: 3

Re: REQ: STEP BY STEP TO CREATING THEME ?

I want to know.But i want to know how to port a theme from ex http://www.oswd.org
So if you have the time i would be grateful smile

Thanks!

Offline

 

#4 2008-06-19 21:38:42

famous
Member
Registered: 2008-04-07
Posts: 43

Re: REQ: STEP BY STEP TO CREATING THEME ?

SameSam wrote:

I want to know.But i want to know how to port a theme from ex http://www.oswd.org
So if you have the time i would be grateful smile

Thanks!

ok it is a peace of cake

you download the theme you want

then make sure you have one of the love cms themes on your computer as well
the love cms theme will have a file called theme.html

now open the folder of your theme you like to use
there will be a file in there called index.htm or index.html
right click open with note pad or word pad
then save as theme.html

now have both theme.html files open
the one you just made and the one that is from a previous love cms theme

the love cms theme will have lots of thigns like this
{sitetitle}
{content}
{slogan}
{footer}
stuff like that
look between the two theme.html files and place these items in the correct place

if you need more detail, let me know


-Famous

Offline

 

#5 2008-11-04 10:22:56

Chaos
New member
Registered: 2008-11-04
Posts: 2

Re: REQ: STEP BY STEP TO CREATING THEME ?

famous wrote:

SameSam wrote:

I want to know.But i want to know how to port a theme from ex http://www.oswd.org
So if you have the time i would be grateful smile

Thanks!

ok it is a peace of cake

you download the theme you want

then make sure you have one of the love cms themes on your computer as well
the love cms theme will have a file called theme.html

now open the folder of your theme you like to use
there will be a file in there called index.htm or index.html
right click open with note pad or word pad
then save as theme.html

now have both theme.html files open
the one you just made and the one that is from a previous love cms theme

the love cms theme will have lots of thigns like this
{sitetitle}
{content}
{slogan}
{footer}
stuff like that
look between the two theme.html files and place these items in the correct place

if you need more detail, let me know

i did that and go the following error

Warning: chmod() [function.chmod]: Operation not permitted in /home/xtremere/public_html/system/admin/config_manager.php on line 19

Warning: chmod() [function.chmod]: Operation not permitted in /home/xtremere/public_html/system/admin/config_manager.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/xtremere/public_html/system/admin/config_manager.php:19) in /home/xtremere/public_html/system/love_functions.php on line 50

Offline

 

#6 2008-11-06 03:06:56

Beyuch
Administrator
From: Melbourne, Australia
Registered: 2007-10-09
Posts: 97

Re: REQ: STEP BY STEP TO CREATING THEME ?

Change the permissions on config.php to 777.. then try again.

Offline

 

#7 2008-11-06 21:33:09

Chaos
New member
Registered: 2008-11-04
Posts: 2

Re: REQ: STEP BY STEP TO CREATING THEME ?

Now it says..

Warning: fopen(/home/xtremere/public_html/config.php) [function.fopen]: failed to open stream: Permission denied in /home/xtremere/public_html/system/admin/config_manager.php on line 27
Unknown error with config manager.

I tried a theme that came with it "andreas05" and it gave the same error .

I did a screenshot of the config_manager.php file and this is the problem..

http://img80.imageshack.us/img80/8261/errorsh0.jpg

Last edited by Chaos (2008-11-06 21:42:48)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson