Page 1 of 1

[solved] Text Embellisher on page titles

Posted: Wed Aug 26, 2009 3:05 pm
by jonaskhn
Hi guys

I'm running CMSMS v. 1.6.4.

How can I apply the Text Embellisher on the {title} of my contents?

I am trying to make my pages' headlines stand out using a nice font. I'm not trying to apply a font on menus, but on the title/headline of my pages, the one that shows with the {title}-tag in my page templates.

All help greatly appreciated.

Regards, Jonas

Re: Text Embellisher on page titles

Posted: Wed Aug 26, 2009 7:33 pm
by Owens
Direct from the module help link in the TruetypeText module:
{cms_module module="TruetypeText" style="votre style" text="texte à enrichir"}
text: text to write. You can also use one of the following reserved names:
 %title: display the page title
 %Menutext: display the menu text of the page
 %sitename: display the name of the site
 %description: display the title attribute of
So perhaps something like:

Code: Select all

{cms_module module="TruetypeText" text=%title}

Re: Text Embellisher on page titles

Posted: Wed Aug 26, 2009 8:39 pm
by jonaskhn
Hi Owens
Owens wrote: So perhaps something like:

Code: Select all

{cms_module module="TruetypeText" text=%title}
Thank you very much, it solved the problem. I was unsure whether that was referring to ordinary page titles, and it was.

Kind Regards, Jonas

Re: Text Embellisher on page titles

Posted: Wed Aug 26, 2009 8:41 pm
by Owens
No problem.

Make sure you add [Solved] to the title of this thread.