Page 2 of 2

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Sat Oct 13, 2007 11:23 am
by croontje
Ok thanx :)

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Sun Oct 14, 2007 1:10 am
by wapcamer
I have a problem withe PIRSS plugin that is indectly core related.
pirss is an RSS reader.
for the installation, you have to drop function.pirss.php into the plugin directory and pirss.tpl into tmp/templates directory.
BUT, there is no templates dir and even after I created one and copied the file at the location, it wouln't work.
There is no smarty err so I think the functon operates correctly but there is nothing displayed.

Any idea?
thanks

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Sun Oct 14, 2007 8:52 am
by kermit
GDS wrote: Printig page to pdf with inline style tags like this (inside body)

{literal}.ingress{font-size.120%} .bildetekst{margin-top:0px;font-style:italic;}{/literal}

results in this text to be displayed on the printed page:

.ingress{font-size.120%} .bildetekst{margin-top:0px;font-style:italic;} 

(the style is ignored)
... belongs ONLY in the ; so i can see how the pdf maker would skip right over that. Put your {metadata} tag below {stylesheet} in your template, then add the block to that page's metadata instead of inserting it in the page content (i.e. )

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Sun Oct 14, 2007 11:36 am
by reneh
Found a bug - critical for those that uses the additional editors permissions for pages!
The new settings in Page Defaults for Additional Editors overrides all earlier set permissions on pages!

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Sun Oct 14, 2007 4:42 pm
by calguy1000
Thanks reneh, that's fixed in svn

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Mon Oct 15, 2007 11:27 am
by wapcamer
Hi,
you simply need to manually create the following directories:
tmp/templates_c
tmps/cache

that's it!

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Mon Oct 15, 2007 1:27 pm
by wientanz
Hmmm. strange behaviour here: Just copied the RC1 over an existing 1.04 install on my testing server and got a blank page when heading to Admin http://www.fotoschmiede.net/admin/index.php

The startpage still shows and displays the new version number correctly.

Things that went wrong when updating:
The new modules didn't install. Very probably a permission problem.

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Mon Oct 15, 2007 1:37 pm
by RonnyK
wientanz,

I see your backend-login?

Ronny

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Mon Oct 15, 2007 1:54 pm
by wientanz
...argh... damn you IE. even after reloading, cache clearing, restarting: no luck. Will have to check that from my laptop. There I am "allowed" to run FF as opposed to my computer here at work.

update: Tried it out with IE6.0 and FF2.0.0.7 and it showed my the login-page. But as soon as I tried to log in, I saw an empty page. With both browsers.

Re: Announcing CMS Made Simple 1.2 RC1

Posted: Mon Oct 15, 2007 6:23 pm
by Signex
this is not a bug or something but in the supplied robot.txt there's a;

Disallow: /contrib/
and a
Disallow /scripts/

those folders dont exist on a clean install, so there`s no need to keep them in the robot.txt if i`m correct.

btw in "admin\lang" there's a addline.bat file, is it needed when running a upgrade or install? or could that file be deleted on live sites.