A friend of mine figured it out:
Importance: {$entry->fieldsbyname.importance->value}
Search found 3 matches
- Wed Sep 15, 2010 11:04 am
- Forum: CMSMS Core
- Topic: Accessing news field definitions in template
- Replies: 5
- Views: 3750
- Tue Sep 14, 2010 12:23 am
- Forum: CMSMS Core
- Topic: Accessing news field definitions in template
- Replies: 5
- Views: 3750
Accessing news field definitions in template
If I create a custom field called "importance" for my news column, how can I get at that variable in the template? I'm thinking something along the lines of: {foreach from=$items item=entry} {$entry|@print_r} Importance: {$entry.fieldsbyname.importance.value} {/foreach} ...but that doesn't...
- Thu Feb 18, 2010 6:33 pm
- Forum: Modules/Add-Ons
- Topic: CGCalendar recurring events
- Replies: 8
- Views: 4240
CGCalendar recurring events
I'm making a class schedule on a cmsms website. I'm using CMS 1.6.6, CGCalendar 1.2.3 and CGExtensions 1.17.6. I can set up a single event and that works just fine; I can see it in the calendar, the link works, etc. When I change it to Recurs Weekly, I can see it has recognized that in the admin sum...
