In long threads like this one I never know if people actually read it all an try all suggestions...

PS: and, btw, I don't think guestbook is up to date with recent cmsms versions...
Yeah, it does work in latest cmsms release!Jo Morg wrote:PS: and, btw, I don't think guestbook is up to date with recent cmsms versions...
Sorry! I stand corrected.Rolf wrote:Yeah, it does work in latest cmsms release!Jo Morg wrote:PS: and, btw, I don't think guestbook is up to date with recent cmsms versions...
I did try this, got as far as deleting the files and changing the first template, after which I could edit pages associated with that specific template. When I tried to edit other templates it wouldnt save the modifications, just printed a mixed up page with some nes articles.Jo Morg wrote:Did you actually try this: http://forum.cmsmadesimple.org/viewtopi ... =3&t=64546 ?
Yes I did. This caused the error message displayed, because cmsms did not find the "stylesheet"-object.Jo Morg wrote:Did you actually try this: http://forum.cmsmadesimple.org/viewtopi ... =3&t=64546 ?
Code: Select all
@include("Mobile_Detect.php");
$detect = new Mobile_Detect();
if ($detect->isMobile() && isset($_COOKIE['mobile']))
{
$detect = "false";
}
elseif ($detect->isMobile())
{
header("Location:http://www.taxigerhard.at/index.php?page=mobil");
}
Well it is still on the template.dlen wrote:* I replaced every existing {stylesheets} with {cms_stylesheets}