Cataloger mle + attribut

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
colfo
New Member
New Member
Posts: 4
Joined: Wed Feb 24, 2010 9:54 pm

Cataloger mle + attribut

Post by colfo »

Hi every body,

Thank you for numerous helps found on this forum.
But I have a problem resolution of which I find:

I use CMSMS mle and I installed the update to return the multilingual cataloger. But since I do not succeed in showing attributes in my page category. Here is the code which I use:

{section name=numloop loop=$items}

{$items[numloop].title} {$items[numloop].info}{$items[numloop].REF}
  {/section}

???

I have another problem: I do not succeed in showing a .swf in pages categories of cataloger, it's as if it considered beacons {object} as of the simple text?

Thank you for your help!!
Peciura

Re: Cataloger mle + attribut

Post by Peciura »

Debug"$items" as follows:

Code: Select all

 {dump item=$item}
or

Code: Select all

 {$item|debug_display}
or

Code: Select all

{$item|print_r}
or

Code: Select all

<pre>{$items|var_dump}</pre>
Locked

Return to “[locked] CMSMS MLE fork”