Forums / General / class_filter_array defect ?! - closed

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

class_filter_array defect ?! - closed

Author Message

scrieler _

Friday 29 February 2008 1:59:41 am

hello!

after dublicate my feedback_form class to feedback_form2
i cant filter this class in my fetch

{def $kontaktformular=fetch( content, list,
hash( parent_node_id, $module_result.node_id,
class_filter_array, array( 'feedback_form2' ) ) )
}

{foreach $kontaktformular as $entry}
KONTAKTFORMULAR - <a href={$entry.url_alias|ezurl}>Enter</a>
{/foreach}

{undef}

Abdelkader RHOUATI

Friday 29 February 2008 2:05:44 am

hi,

You forgot the <b>class_filter_type</b>

see the reference of function fetch :

http://ez.no/doc/ez_publish/technical_manual/4_0/reference/modules/content/fetch_functions/list

tks.

Abdelkader.

Abdelkader RHOUATI

Blog (french) : http://arhouati.com
----
Extension arh_jdebug : EzDebug using jquery

scrieler _

Friday 29 February 2008 2:17:20 am

big thanx =)