Jump to content

cbc-design

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by cbc-design

  1. Sorry, I had forgotten: the error appears in all browsers with which I can test. There is no error on the first call, but the liveload still doesn't work. The error then appears when the page is reloaded (attached is the screenshot from Edge).
  2. Hi @bernhard, I get this error on old projects in Firefox (see screenshot). Now it also appears also in a new project with RockDevTools - do you have an idea how to solve it? Thank you, Christian.
  3. @ryanIs there a way to use the content of a image custom field in the CKEditor? I need to do a mouseover with some informations (caption, year, copyright) over the image.
  4. @kongondo Thank you. Thas was one point. The other point was, that i saved the page, not the repeater itself. Now it works: $r = $this->pages->get("/test/")->test_repeater->find(1043)->first(); $r->setStatus(1); $r->save();
  5. Hello together, i'm working on an admin page, listing all repeater items from different pages. Now i want to change the status of the repeater items from this admin page via API (1043 is the id of a specific repeater item): $this->pages->get("/test/")->test_repeater->find('1043')->addStatus(1); But "ProcessWire: ProcessSimple: Method RepeaterPageArray::addStatus does not exist or is not callable in this context" So i need help on how to set the status via API. Thank you, Christian.
×
×
  • Create New...