Jump to content

kemeris

Members
  • Posts

    4
  • Joined

  • Last visited

kemeris's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. Hi everyone, I am beginner with PW. I have page with repeater field "section_repeat" which contain two fields "section_title" and "section_body". How I want to find record in "section_repeat" where "section_title" value is "Section 1" in page template. I am trying something like this with out success $field = $page->fields->find("section_repeat.section_title=Section 1"); Thanks in advance
  2. Hi all, I have strange problem with this module. My banner contains two slides and module renders both slides at once. Please take a took at screenshot. I would appreciate any help
  3. Thanks for your very detailed answer!
  4. Hi all, I have php array $return with following content. Can I pass it to PageArray and use API function like sorting Array ( [success] => 1 [products] => Array ( [1] => Array ( [id] => 1 [type] => 5 [name] => Product1 ) [2] => Array ( [id] => 2 [type] => 5 [name] => Product2 ) ) ) Thanks
×
×
  • Create New...