Hi. I'm having trouble building a standard page with the asset builder.
I am able to create the page successfully, but then I want a link to it so that the user can put in the required content. However, %created_asset_url% is doing strange things.
For example, if my 'News Builder' is in the site.com/home/news directory:
%created_asset_url% points to site.com/home/news (ie, it doesn't include the file name, just the directory)
%created_asset_url%/_edit points to site.com/_edit (which seems really weird)
Because %created_assetid% does work, I tried to use this instead:
./?a=%created_asset_url%/_edit
That points to the right location, but does not enable the simple editing interface (which I have customised, though it works alright usually).
Any idea how to do this?