Selmah Maxim
|
Tuesday 03 June 2003 1:44:19 am
Hi ..
I had worte this line to show the data, I was wondering why no data showing on, but when i had loged in as admin, the code execute normaly ! This mean normal users cann`t see the result, just admins, here is the code :
{let MaindPageAds=fetch('content','list',hash(parent_node_id,$node.node_id, depth,0, class_filter_type, "include", class_filter_array, array($CompanyDataClassID),sort_by,array(array("priority",true()))))}
{$MaindPageAds|attribute(show)}
{section loop=$MaindPageAds name=Ads sequence=array(bglight,bgdark)}
{*section-exclude match=eq($Ads:item.data_map.front_page_view.data_int,"0")*}
({$Ads:item.node_id}). <a href={concat("content/view/full/",$Ads:item.node_id)|ezurl}>{$Ads:item.name|wash}</a>
<font class=small>{$node.object.published|l10n(date)}</font>
<br>
{/section}
{/let} {/section} any explanation for this ??!!
|