[solved] Text Embellisher on page titles

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jonaskhn
Forum Members
Forum Members
Posts: 15
Joined: Sat Aug 15, 2009 2:35 pm

[solved] Text Embellisher on page titles

Post 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
Last edited by jonaskhn on Wed Aug 26, 2009 11:26 pm, edited 1 time in total.
User avatar
Owens
Forum Members
Forum Members
Posts: 97
Joined: Thu Dec 27, 2007 11:29 pm

Re: Text Embellisher on page titles

Post 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}
Last edited by Anonymous on Wed Aug 26, 2009 7:36 pm, edited 1 time in total.
jonaskhn
Forum Members
Forum Members
Posts: 15
Joined: Sat Aug 15, 2009 2:35 pm

Re: Text Embellisher on page titles

Post 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
User avatar
Owens
Forum Members
Forum Members
Posts: 97
Joined: Thu Dec 27, 2007 11:29 pm

Re: Text Embellisher on page titles

Post by Owens »

No problem.

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

Return to “Modules/Add-Ons”