[SOLVED] TTF Font in menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
ukmgranger
Forum Members
Forum Members
Posts: 72
Joined: Wed Apr 04, 2007 9:54 am

[SOLVED] TTF Font in menu

Post by ukmgranger »

Hi there,

I am trying to make a menu that looks nice - but I also want it to update when new pages are added in cmsms.

Is there a way of utilising the text embellisher module in a menu template, so that the wording in the menu is replaced by ttf?

I am also open to other ideas too!

Regards

Martin
Last edited by ukmgranger on Fri Jun 13, 2008 5:04 pm, edited 1 time in total.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: TTF Font in menu

Post by kermit »

yes, you can do this if you want. in your menu template(s), you can replace instances of {$node->menutext} with the module call that generates the desired image style..

{cms_module module="TruetypeText" style="yourstylenamehere" text=$node->menutext}


alternatives to this would include sifr, see this post for some pointers.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
ukmgranger
Forum Members
Forum Members
Posts: 72
Joined: Wed Apr 04, 2007 9:54 am

Re: TTF Font in menu **SOLVED**

Post by ukmgranger »

Thanks for the help Kermit!

The suggestion that you gace works perfectly!

Code: Select all

{cms_module module="TruetypeText" style="yourstylenamehere" text=$node->menutext}
Cheers dude
Post Reply

Return to “Layout and Design (CSS & HTML)”