<SOLVED> editor problem and settings problem

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
mwestrik
Posts: 2
Joined: Sat Sep 12, 2009 11:08 am

<SOLVED> editor problem and settings problem

Post by mwestrik » Sat Sep 12, 2009 11:24 am

Hi,

I am running two websites, both with CMSimple 3.2, with addons Menumaker, Kissgallery and Gbook.


On one of the websites I cannot edit the content of the website anymore per page. So, clicking on a page in the menu does give me the editor with all buttons and stuff, but I cannot change anything within the page itself. I can change it through settings - change content, so it cannot be an access problem, I think.

The other website, with exactly the same files, but a different template, works fine in this matter. Any ideas on this one?
Last edited by mwestrik on Sat Sep 12, 2009 5:49 pm, edited 1 time in total.

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

Re: editor problem and settings problem

Post by ZiPs » Sat Sep 12, 2009 1:56 pm

Look in template to se if this is missing or brokken.

Code: Select all

<?php echo onload();?>
It must be like this.

Code: Select all

<body <?php echo onload();?>>
Not like this

Code: Select all

<body <?php echo onload();?>
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

mwestrik
Posts: 2
Joined: Sat Sep 12, 2009 11:08 am

Re: editor problem and settings problem

Post by mwestrik » Sat Sep 12, 2009 5:49 pm

That's it, thank!

Post Reply