Jump to content

PeterDK

Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

3,477 profile views

PeterDK's Achievements

Jr. Member

Jr. Member (3/6)

0

Reputation

  1. Come and play https://t.co/y4ZBZ3sxbG #slitherio

  2. @neocitiesweb How is it going? Very interested in the result

  3. @igrigorik is this going to happen? If not, is there a list of services that does? @ReSRCit (found in example) is not accepting new clients.

  4. I want to do this so I can disable cookies for my 'just content and informantion' website. If I disable it on the whole server, I cannot get into the admin anymore (normal ofcourse). So if I can install the admin seperatly, I can disable it on my content site, not on the admin (.htaccess). Why do I want cookies disabled? For performance reasons! My host comes with varnish installed by default (Gandi.net) If I activate Varnish I get insanely good response times. The cookies interfere with that (when Varnish sees a cookie, it thinks the content is 'user specific' but it's not). Drupal does this already for quite some time (please see the discussion, reasons and solutions there - "Drupal should support disabling anonymous sessions")
  5. Hi, My site is 'www.peterdekeer.be', the admin is currently installed under /processwire/. Is it possible to install it under 'admin.peterdekeer.be'? I read a few weeks ago about the admin that it's possible to couple it somewhat looser. Can someone point me in the right direction? Thx
  6. RT @jkottke: Woo! Halt and Catch Fire got renewed for a second season! We get to see Cameron & Donna invent Prodigy! http://t.co/Jo5Aj9rEjP

  7. RT @netflix: It's official! We'll launch in Germany, Austria, Switzerland, France, Belgium and Luxembourg later this year. #Netflix

  8. So, what operator should I use instead of '='?
  9. Good evening! I'm working on a site where the 'editor' must select multiple users. I set up a field with this 'selector' => "template=user,sort=lastname" It works as designed, but when I add roles => "template=user,roles=huidige_leden,sort=lastname". Suddenly the validation fails constantly. Can anybody tell me what I'm doing wrong?
  10. Each page 'klassement' has one toerist field (wich is a page field). It's indeed the toerists that I'm after. I want the people not to select the 'klassement', but the related toerist. Sorry that I don't give you a clear question...
  11. Joss, Your close! Now I want to return it as a PW Array! (instead of the echo inside the loop).
  12. Thanks for your quick reply, but return $pages->find("template=klassement, jaar=2013"); isn't doing it for me (even if using the 'return' instead of echo -> that was one error). That returns a list of pages, but I need from all those pages a field called 'toerist'. Wich is a page field. So if I implode or explode, I get the list, wich is good, but I need it to be a PWArray. Your thoughts?
  13. In a MultiplePageField I want to be able to change the selectable pages based on PHP. This code echo $pages->find("template=klassement,jaar=2013")->implode("|",toerist); gets me to echo out all the id's, but this is a string, (using explode I get an Array). But PW needs to get a PWArray! How to convert this list of Array into a PWArray? (for use in "Custom PHP code to find selectable pages")
×
×
  • Create New...