A very weird ask but I would like to stop freeway converting my " in the title box to " as its messing up my Expression engine code. This is the code I get from freeway when I publish
A very weird ask but I would like to stop freeway converting my " in the title box to " as its messing up my Expression engine code. This is the code I get from freeway when I publish
I read that more often, that there is a problem with ampersands in the FW titlebox. But I have used it quite often, never had problem.
I use like this code directly in the titlebox (of inspector) :
Yes dont know what happened but as soon as I used the dynamic page title everything stopped working at least before all my open status entries showed up. I’ll have a look today and see if I can work out what it is. Can I add the page title manually if I leave the one on the page blank? Or maybe an embed would work.
If I were you I would create a single entree testpage, with only one DIV with code for a single entree of a particulair weblog (channel) And then write the code for the title in the titlebox of FW. Just to isolate the issue. There might be something else on the page that messes things up.
I worked it out, well not worked it out copied the call from the meta name tag that was written slightly differently using the url_title instead of the entry_id it worked. I dont know whether it was because of that but it works so Im happy. Thanks for your help.
Hi Adam,
Try the Retitle page action (http://www.freewayactions.com/product.php?id=014
). It doesn’t encode the new page title (maybe it should) so your
quotes and ampersands will remain intact.
Regards,
Tim.
On 10 Feb 2010, at 09:56, ummedia wrote:
I worked it out, well not worked it out copied the call from the
meta name tag that was written slightly differently using the
url_title instead of the entry_id it worked. I dont know whether it
was because of that but it works so Im happy. Thanks for your help.