[Pro] stop title code from using "

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

{exp:weblog:entries limit="1" entry_id="{entry_id}" weblog="lcdwatches" status="open|collection|libraryonly" }Digital Watch Library | {maker} - {modelnumber} | [{watchtype}]{/exp:weblog:entries}

and id like the " to go back to being ". I could change it by hand but as I am constantly making changes t that page id like something more permanent.

thank you in advance for any suggestions

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Adam,

Try this Page Action:

http://actionsforge.com/actions/view/47-dynamic-page-titles

Joe

On 9 Feb 2010, at 20:10, ummedia wrote:

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

{exp:weblog:entries limit="1" entry_id="{entry_id}" weblog="lcdwatches" status="open|collection|libraryonly" }Digital Watch Library | {maker} - {modelnumber} | [{watchtype}]{/exp:weblog:entries}

and id like the " to go back to being ". I could change it by hand but as I am constantly making changes t that page id like something more permanent.

thank you in advance for any suggestions

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Excellent Joe thank you, exactly what I was looking for.

thanks

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK I was wrong that seemed to break it completely. Maybe something with the rest of the code it didnt like.

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi

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) :

{exp:weblog:entries weblog="monumenten" disable="categories|category_fields|member_data|trackbacks" rdf="off" limit="1"}{pagetitle}{/exp:weblog:entries}

which becomes in the Template:

and EE spits out the {pagetitle} of that entree.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

excuse me, something wrong with my image…:frowning:


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

kind regards

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

FreewayActions.com - Freeware and commercial actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Tim that seemed to do it. No errors at all.

kind regards

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options