One thing I miss on the add-content page, is the abillity to explicitely sett the alias of the page being added.
The reason for this, is that I'm using Danish characters in my menu, so when the menu item text is used for the alias, I get an error, unless I remember to go back and edit the page so that I can set the alias.
Explicit set page-alias on page creation
Re: Explicit set page-alias on page creation
Set auto_alias_content to false in your config.php. All will be bettter (I hope).
Re: Explicit set page-alias on page creation
Thanks, that's just what I was looking for.
Re: Explicit set page-alias on page creation
Me too!mbvdk wrote: Thanks, that's just what I was looking for.
Re: Explicit set page-alias on page creation
And me! 
Looking mor closely at the config file (something I haven't done in a long time obviously, it seems I can also turn on Smarty PHP tags.
Does this mean one could inject PHP directly into a template or content page using {PHP} and have it parsed?? I know this obviously isn't ideal and you'd rather us use plugins but I've got a lot of custom code functionality I want to build in and it's not really practical to use a plugin for every one.

Looking mor closely at the config file (something I haven't done in a long time obviously, it seems I can also turn on Smarty PHP tags.
Does this mean one could inject PHP directly into a template or content page using {PHP} and have it parsed?? I know this obviously isn't ideal and you'd rather us use plugins but I've got a lot of custom code functionality I want to build in and it's not really practical to use a plugin for every one.
Re: Explicit set page-alias on page creation
Yup, that's exactly what it does.
Re: Explicit set page-alias on page creation
Apart from the obvious security issue are there any downsides to this? Speed, for example.
Also, what difference does the assume_mod_rewrite switch have? I had it on false but have had no trouble rewriting via .htaccess.
Also, what difference does the assume_mod_rewrite switch have? I had it on false but have had no trouble rewriting via .htaccess.