You are not logged in.
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
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
Offline
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 ![]()
Thanks!
Offline
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
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
Offline
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
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
Change the permissions on config.php to 777.. then try again.
Offline
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..
Last edited by Chaos (2008-11-06 21:42:48)
Offline