Re: Blocklayout/xarpages & dynamic data
"Christopher Torgalson" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Message-ID | <[email protected]> |
On 12/13/06, Jason <[email protected]> wrote: > > The menu block template already accesses the 'menu_title' DD field to > display the menu items. Do a search through the templates for that, and see > how that works. It will generally by $pages.{pid}.dd.{dd_name}, or > $current_page.dd.{dd_name} where {pid} is the page ID and {dd_name} is the > name of the DD property. Aha, thanks. I did eventually get it to work, though I encountered a few weird situations (e.g. in addition to my initial problem, there were circumstances where $fubar['foo']['bar'] worked but not $fubar.foo.bar). I don't know if they were just blocklayout-newbie issues or something else though. -- Christopher Torgalson