Jump to content

videokid

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by videokid

  1. Sundaraijal Children's Home [s4ch.org] is a small project founded by a wonderful guy named Ram, whom I've met during my stay near the roof of the world. Abandoned, addicted to glue kids are being given a second chance. www.s4ch.org Used modules: CroppableImage AIOM Markup Sitemap XML Page Rename Custom Upload Names Google Analytics RandomImages There are still some minor issues to resolve, but mainly it works... Most content is being added by David [a Spanish volunteer]. Ideas and/or improvements are always welcome!
  2. Any chance you would export the whole thing and make public.... always interesting to see how you did things.... Nice design, crisp and clear!
  3. Your absolutely right! I'm already using Admin Custom Files.... I guess sometimes the obvious isn't obvious enough...
  4. I finally took the plunge and installed pw 3.x... and of course CroppableImage3.... Honestly, CroppableImage was one of the reasons pw 3.x was a no-go for a long time.... I was just wondering, if the 'Crop' [from the original Image field] could be hidden somehow, since I don't want the user creating 5 different variations without purpose anyway... [or should this be asked in a different forum area?] Excellent module nevertheless and always in my top3!
  5. No sorry needed After reading ' multi-language support', I had the feeling the problem was somewhere there, just wanted to notify you about this....
  6. Hi, I got an error Error: Call to a member function get() on a non-object (line 346 of DIR_\site\assets\cache\FileCompiler\site\modules\ProcessCustomUploadNames\ProcessCustomUploadNames.module) After installing 'language support' it works... Grtz
  7. I seems I'm having a similar situation. the post eg. /2016/08/01/article-post is being saved to /2016/08/01/article-post-2 and after saving again it's being renamed to /2016/08/01/article-post I was mentioned before, it's not really compatible for 2.7 but I was wondering if there might be an update available, or not...
  8. This would be a nice feature indeed, and would make some modules [e.g. CroppableImage] obsolete...
  9. Hi, OK, thanks for your answer!
  10. Hi, seems this is written for php 5.4... I'm not on that yet Would you consider making it < 5.4 compatible? regards
  11. You could expand this even a little further - mix and match: $page->setOutputFormatting(false); $key = "visit_counter".$page->id; if(!$session->$key) { $page->visit_counter++; $page->save('visit_counter'); $session->$key = 1; } PS: i don't take credit for this, I found this here too Have fun with PW!
  12. Nono, thank you for this quick action! Somewhere next week I'll try it out and I'll let you know how it behaves. Thanks!
  13. No problem, it helps subscribing to this topic Actually I never thought about that... the Greek came up the fourth language after some time... When leaving blank, PW creates the same name as the default language. Of course at least two languages have to be present, so in a non-multilingual environment with only e.g. Greek, I really wouldn't know... In this particular case, the Greek pagename with the default 'English' name became blank after renaming [which makes sense after your comment], so I disabled the module. Anyway... you're updated and again, nothing to worry about... [to be filed under "whenever I have some time and I feel like thinking about it, in the year 2026..."]
  14. Hi, somehow it seems I've missed this answer... so sorry for the late reply. ex, this is the title "Συμβουλευτικές υπηρεσίες κατά της διάβρωσης", after renaming the page name ends up in an empty string. I've disabled the whole pageRename thing, and it's really not high priority, ppl are advised to change the page name manually if applicable. Kind regards!
  15. Hi, I thought I'd try this module, but I got the following error: Parse Error: syntax error, unexpected '[' (line 157 of /public_html/dev/site/modules/FieldtypeFontIconPicker/InputfieldFontIconPicker.module) PW 2.7.1 ------------------ Edit: sorry, read the whole thread, seems dev-branche is working... Kind regards.
  16. Hi, today I was planning to use this module, there are four languages... however one is Greek [home -> pagename == gr], renaming the pagename on the Greek part is causing problems, any suggestion how to exempt the Greek language, or impossible at the moment. Thx!
  17. Most of the times I do ATM... So far I'm pretty happy with it...
  18. Page: http://www.domain.com/?/ User: ? Error: Exception: SQLSTATE[HY000] [1040] Too many connections (in /home/__domain/public_html/wire/core/ProcessWire.php line 106) Lately I'm getting more and more notifications similar to above... I understand what the '1040' means but has anyone experienced this before, or has anyone any idea where to start investigating? Thanks!
  19. Hi, I remember I had something similar, therefore I changed everything to lower-case, that did the trick [for me anyway]. I have a 2.6 running with Croppable Image without a problem.
  20. I'd like to add this simple module: https://gist.github.com/somatonic/5568201, works pretty well
  21. I know... old... This is why I bought form-builder and actually never use it ...
  22. Your explanation makes no sense to me actually ... :-/ Probably I'm not getting what exactly you're trying to achieve... On top, AFAIK, every image is cropped when using CroppableImage, unless I'm really wrong here... if not using 'first' or eq($n), then I guess you use foreach($person->Images as $img) <img src='{$img->getCrop('Staff-Photo')->url}'> but then you'll get all of them.... and the cropped version...
×
×
  • Create New...