Jump to content

apeisa

Moderators
  • Posts

    4,632
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by apeisa

  1. I think it is more "behind the scenes preparation" for the multilang support at the moment.
  2. You mean templates's should have description also? That is nice idea, but little harder to implement on UI side (label on select, after that description shown somewhere?). If you mean template label should be shown instead of system name when choosing template for a page, then I think that is coming: http://processwire.com/talk/index.php/topic,598.msg5298.html#msg5298
  3. I currently use this: <?php $page->setOutputFormatting(false); if($page->startdate > 0) Is that good/best way to handle this?
  4. Exactly same problem.
  5. Yes, selection gets lost right after clicking link icon and when modal comes. Interesting that it keeps selection if you click img-icon for example.
  6. I can confirm the issue and repeat it (using pretty recent version of P21 and IE9). After clicking insert link there is no link.
  7. Thanks Martin and Soma. Yep, it seems to be a minor bug in InputfieldImage or FieldtypeImage. When that bug is fixed there CropImages will get fix also, since these are inherit from those classes.
  8. I decided to split this topic from Thumbnails discussion. This has been discussed at some length before, but since module development is getting more and more active, I think it is good time to think about this again. How should PW modules relate to each others? Should module be able to say which modules it requires? Currently it works pretty nicely, since modules autoinstall if they are required. But currently it is possible (=too easy) to uninstall and remove required modules all together.
  9. Thanks Soma for kind words. I also like how this turned out, very nice to use. This is on the "not essential, but definitely nice to have - will be done in next version". There is no promise or schedule for next version. Might be next week or next year. Depends on my needs (or someone else's needs).
  10. Code looks fine for me. You are using sanitizer and checking for duplicates. There might be double opt-in required when using their forms. But if you use API or even manual importing of emails, then those emails are not required.But for the hard part, like crafting and sending newsletters, handling bounces & unsubscribes etc I would definitely use 3rd party service. One great one to add to that list is Campaign Monitor. All those three have an API, so you can integrate it much more deeply into your PW site if you want to (and have time).
  11. Just my 2 cents quickly from mobile: newsletters are very complicated if done well. I would definitely go with mailchimp or madmimi etc and integrate to their api.
  12. Yes. It always does default re-crop if width or height doesn't match. That makes sure that images are always desired size. I could use cropped image as base if new size is smaller, but that could result poor crops also. I don't save cropping propotions anywhere so it is not possible use those propotions and crop again from original.
  13. Damn you browser cache, just realized that this will mess your edit page layout if you do hard refresh Will fix this soon. (edit: Same bug that Nico reported on his edit, didn't notice that at the time). EDIT: Ok, should be good now. I also started working on feature which allows you to crop original image. I got it working, but I need to think it a little bit more. It should remove all thumbnails created for that image (from this module but also from templates) etc... I committed the code still, just commented out the setting for that.
  14. Thanks. Just made it fixed. Now it works pretty nicely even with huge images.
  15. Just pushed new UI for cropping.
  16. I usually go with just overflow: hidden or auto;
  17. I changed the name of the module from CropImage to Thumbnails. If you have used git you need to update your origin repo (or simply just clone it again from new address).
  18. It is mostly for fun, but it really shows that growth is accelerating all the time. And Ryan's percentage from total is actually less than it used to be (still around 30% of all messages).
  19. Small chart about how quickly we spam this forum
  20. Thanks for the reply Soma. Yeah, that is how things usually go Nice looking end result you have there - it works great.
  21. Absolutely stunning work Soma! Huge site and everything works well and looks nice. Bye bye flash, we don't need you anymore Can I ask about those reports you have? Ie. this page: http://reports.zueblin.ch/en-ch/halfyearreport-2011/portfolio/1002_portfolio_switzerland.htm Where does the content come in to the html table? Do you read it from excel or something like that?
  22. Thanks for your feedback Soma. Glad it is working! That is default position fur button. It is clumsy, specially if image and thumbnail are large (like in your example). I have good idea for cropping UI. Description text, cropping button and thumbnail preview toggle on fixed top bar. Optional preview image on top right corner, on top of the original image (depends of course how large original image and preview thumbnail are). I will implement this during weekend.
  23. I found one bug. I give aspect ratio in wrong format to Jcrop, so it fails when having more complicated aspect ratios. Quick fix that I will push at the evening. EDIT: Fixed.
  24. Thanks Soma, I will look into this at the evening or at the weekend.
  25. What? You mean there is more in live than web design?
×
×
  • Create New...