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
[SOLVED] TTF Font in menu
-
ukmgranger
- Forum Members

- Posts: 72
- Joined: Wed Apr 04, 2007 9:54 am
[SOLVED] TTF Font in menu
Last edited by ukmgranger on Fri Jun 13, 2008 5:04 pm, edited 1 time in total.
Re: TTF Font in menu
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.
{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
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

- Posts: 72
- Joined: Wed Apr 04, 2007 9:54 am
Re: TTF Font in menu **SOLVED**
Thanks for the help Kermit!
The suggestion that you gace works perfectly!
Cheers dude
The suggestion that you gace works perfectly!
Code: Select all
{cms_module module="TruetypeText" style="yourstylenamehere" text=$node->menutext}