Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/01/2012 in all areas

  1. Got the bad boy! Uninstalling ProcessPreview fixes the problem. I already posted an issue on Github. Thanks for the hint
    1 point
  2. What WillyC said (assuming I understood what he said)
    1 point
  3. More updates to the blog profile at http://processwire.com/blogtest/ Still not done with it, but lots of new tweaks. The biggest one is the addition of Tags, as well as an update to the InputfieldPageAutocomplete (committed today) that makes it work really well for tagging. Now when you are entering something in the autocomplete, if it doesn't match anything you can just hit enter and it adds it as a new page. This is assuming that you've configured the field to support that feature. Anyway, the point of this is that it's a very natural way of adding new pages with autocomplete.
    1 point
  4. And to delete lots of pages: $pa = $pages->find("selector"); foreach($pa as $p) $p->delete();
    1 point
×
×
  • Create New...