Jump to content

Martijn Geerts

PW-Moderators
  • Posts

    2,769
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Martijn Geerts

  1. Weird things going on then. Since the birth of Ryans module manage interface, I mostly forget Modules Manager. ( Just in a Recent Project I use Modules Manager 'sometimes' ) I almost all the time forget that Modules Manager is installed, so use Ryan's interface a lot. Never seen disappearing of any of the tabs. Working on MacOSX 10.8.5, developing in Chrome
  2. Makes sense to me Nik. When a parent is filled with imported unpublished pages, it's likely that you save/publish/delete it and go to the next unpublished/hidden.
  3. Today we launched a new website www.pluimveeweb.nl. This is our first portal page build in ProcessWire is all about poultry. Partners of pluimveeweb can have their own Microsite within the site. There are several different sources where information is comming from, imported to ProcessWire, managed in the backend and make it ready for articles. It is quite a big project worked the last 3 months on it. Here ya go: pluimveeweb
  4. The first one I used for finding the next unpublished.
  5. Siblings are all loaded in memory. Say you have hundreds of siblings, next & prev has to find out where it is compared to his brothers. So have to load them all. If the list contains not much siblings, there's nothing wrong. A real time case case ( you actually build it ) will point out if it's still functioning well or not. It's not unlikely that we see more problems then that there actually are. The thing I needed, was the next unpublished sibling, as those pages came from automatic import (cron).
  6. Can you tell, on what pages/tabs you get those notices. It can be fixed easily.
  7. I'm sorry guys, If you type text and press return, CKEditor inserts a <br> automatically, after save these are cleaned. So when not copy/paste text, the methode for showing the linebreak is almost useless. If there's a way that CKeditor doesn't insert that to be cleaned <br> I really like to know it. I Did try to figure it out, but till now no success.
  8. <qoute>Please add this post to the wall of shame</qoute> Thats is only for people/questions who/that deserve it. This one I will take it off, if I see it there.
  9. Adrian wrote a wonderfull module for that http://modules.processwire.com/modules/process-get-video-thumbs/ Side benefit: you can search pages with video's
  10. Re-found this again... cool
  11. Your variable names makes me a little dizzy. For better responds on this forum maybe you can make clear & proper english/american variable names.
  12. We bought it in Germany, together with my uncle. Those computers were way cheaper over the border. LOAD "*",8,1
  13. Hey, thats my first computer
  14. I really like all the work & love you've put in this module. I consider this one, one of the best modules available for ProcessWire. I have big respect not only for the the module it self, but also for the care you take for this.
  15. What I mostly do with cronjobs is to create a page inside /processwire/ and give guest acces to that page template. That template is only used for that 'cron' page. So after the page is created, disallow other pages using that template. Say your page with guest access set and is named cron, your cron job can visit yourdomain.ext/processwire/cron/.
  16. It's like a traffic light or PageEditSoft lock. You get your visuals, but it's up to the editor what to do with it.
  17. Agree with Teppo & Manfred.
  18. I agree here with Adrian. I really like that ProcessWire, still looks like the ProcessWire I started with. This is a sign of great vision & craftsmanship
  19. Take a look at ProcessHello, there you have a good boilerplate.
  20. Good it's solved. But there's more then meets the eye. The last site move I did was problematic to. Looks like there were issues with the file ownership/permissions also after unzip. At the end, I did a fresh install of PW, then ftp'd the site folder, dropped the database, and imported the SQL dump.
  21. Admin > Setup > Fields > your-field ` input ` Custom PHP code to find selectable pages
  22. Maybe a repeater with 2 fields in it can do it's job here. The first field is the key field, the second the tooltip value. Then you could do a str_replace on your $page->body
  23. Just what I 'need'.
  24. yep, context RTE. Reason, make those linebreak visible, so content editors are aware of those breaks. Lot's of time, the writers use line-breaks when they shouldn't, or don't know that they are using those. So that red, green & gray is done with CSS pseudo elements. Here you can see that the header also includes a strong tag, I don't like that so, there's the visual feedback. Ps, I did solve it, but don't like as I press solved, it tells me: Best Answer
×
×
  • Create New...