Problem with editor /Content page

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
Bibber
Posts: 40
Joined: Mon Sep 08, 2008 2:01 pm

Problem with editor /Content page

Post by Bibber » Mon Sep 08, 2008 5:18 pm

I've just downloaded and installed the lates version CMSimple 3-2. So far I've succeded in changing some images and colors everything done in the template and the style sheet with succes :-)

But when I want to edit the content of the pages, I can't do anything. I can see the editor-board and it looks all normal except that i'm not allowed to remove or ad content.....

I've controlled the acces code on the files and maps in "content"- and all are set to 777. The problem is the same whether I use the IE or the FF browser (latest versions). I am using Vista.

I succesfully made several sites with this supersimple and efficiant system - but now i'm lost !

Can anybody help me, please ?

If you want a look www.test.lotusweb.fr

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Problem with editor /Content page

Post by ZiPs » Mon Sep 08, 2008 5:39 pm

Hi Bibber

Look at this

Code: Select all

<body bgcolor="#808080" <?php echo onload();?>>
It sounds as if you have not really put onload the right way :)

/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

Bibber
Posts: 40
Joined: Mon Sep 08, 2008 2:01 pm

Re: Problem with editor /Content page

Post by Bibber » Mon Sep 08, 2008 7:40 pm

Hello Zips - thankyou for answering. I have replaced the bgcolor with an image (the code taken form the "top image") it looks like this

<body style="background-image: url(<?php echo $pth['folder']['templateimages']?>bg.jpg); <?php echo onload();?>>

But maybe that doesn't work ? I would like a picture background instead of a color !

Kind regards

Bibber

Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Problem with editor /Content page

Post by Tata » Mon Sep 08, 2008 8:05 pm

Bibber wrote: <body style="background-image: url(<?php echo $pth['folder']['templateimages']?>bg.jpg); <?php echo onload();?>>
How about this?
<body style="background-image: url(<?php echo $pth['folder']['templateimages'];?>bg.jpg)" <?php echo onload();?>>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Bibber
Posts: 40
Joined: Mon Sep 08, 2008 2:01 pm

Re: Problem with editor /Content page

Post by Bibber » Tue Sep 09, 2008 7:41 am

That did it - Bravo ! And many thanks for your help :D

Bibber

Post Reply