Jump to content

jacmaes

Members
  • Posts

    293
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jacmaes

  1. Wow, just what the doctor ordered for a friend of mine who's a photographer. Thanks!!
  2. Thanks, Marvin, this is really nice. Are you are using sessions to store the guest's bookmarks? If so, have you considered a cookie solution too so that visitors can come back days later and find their bookmarks again?
  3. Done, although I would rather do this in the .htaccess file if possible so that I can quickly turn SSL on or off, and not have to do it on each and every template. Thanks again anyway.
  4. Thanks netcarver. Forcing https in the template's URLs tab does not seem to work, at least on 2.5.4 dev.
  5. Now that CloudFlare has free Universal SSL, I'd like to serve my site over https:// What is the recommended PW approach to do this? Is it just a matter of tweaking the .htaccess file to force https:// ? If so, how would I go about it? With one little tweak -- adding an "s" to the force "www." rewrite rule -- I can successfully redirect from http://domain.com to https://www.domain.com: RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] But how should I deal with the second scenario: redirecting from http://www.domain.com to http s://www.domain.com? Everything I've tried ends up in a redirect loop.
  6. This module seems to no longer work in 2.5. The loading image keeps spinning but no images are retrieved. Can anyone confirm this?
  7. The root folder of my site has permissions of 755, if that's what you're referring to.
  8. Thanks for the update, djr, but now I'm getting this error : Error: Exception: Failed to create database dump. (in /var/www/.../site/modules/ScheduleCloudBackups/ScheduleCloudBackups.module line 81)
  9. Quick question: does your module enable backup to Amazon Glacier, which is cheaper than S3? http://aws.amazon.com/glacier/
  10. Thanks guys for these helpful tips. After deleting the InputfieldPage.module translation file and recreating it using mr-fan's tip, I can now see the fields that need translation. As a bonus, I can also translate third-party module such as Map Marker (I've always wondered whether that was possible without hacking the module directly).
  11. I'm using 2.4.5. I must be missing some language translation files then because I can't find any relevant translateable strings. Could you point me to the names of the json file(s)?
  12. I'm using a page field with checkboxes (with the option "allow new pages to be created from field") to enable editors to select multiple tags / categories: This works as expected but the option to add new pages (the "create new") does not seem to be translatable. It seems to be hardcoded in "InputfieldPage.module". Am I missing something or should I submit a Github issue to add translation support for this option?
  13. Thanks Adrian for looking into it and tracking down the bug. As efficient as always! You've saved me many times before. I will try your hack while Ryan gets a chance to fix this. And yes, I would appreciate it if you could open a bug report on GitHub as I'm certain that you will explain it a lot better than I possibly could.
  14. This module works great when I'm logged in as a superuser, when when logged out, I get the following error instead of viewing the JSON output: Error: Exception: You do not have permission to execute this module - ProcessPageSearch (in /home/[...]/public_html/wire/core/Modules.php line 458) This error message was shown because you are using the command line API. Error has been logged. I'm on 2.4.3.
  15. I've also always shied away from unmanaged hosting and found the command line scary. Yet recently I've Digital Ocean after reading so many good things about this new company. It's actually not really unmanaged hosting since you can contact support at any time and they're pretty responsive, but you have to set up your own server (what they call droplets) from the command line. They have well-written guides and a vibrant community for just about any need you might have, and it's actually surprisingly easy and fun to customize everything to your needs. So far, I'm really impressed. Believe it or not, I'm running 5 rather low-traffic sites on a $5 dollar / month SSD VPS with 512 Megs of RAM (their cheapest plan) from their Amsterdam data center, and boy do they run fast, and with no downtime whatsoever so far. You can easily find $10 coupons on Twitter and elsewhere, so you can try them out for a couple of months free.
  16. Thanks Adrian and Nico for these two powerful tools. I can confirm that I was able to import a WP site and was blown away by the results. This opens up a lot of professional opportunities to offer much quicker redesigns to those clients who come to me frustrated with their Wordpress sites, complaining that they have not fulfilled their expectations and were unable to grow and adapt to their business needs.
  17. Great! Thanks guys, I'll give it a try.
  18. A group of architects doing field and statistical research on city neighborhoods came to me to create an online database that they could edit from anywhere. PW seemed like the perfect choice since it's very easy to customize the admin to fit their needs, and they are indeed quite happy. Now, however, they'd like to have an Excel file of all the neighborhoods, one on each row, so that they can work with the data offline and produce printed documents of their research. The PW tree is organized geographically: region > city > neighborhood. In other words, each neighborhood is a page with about 40 fields (and growing). How would you guys go about it?
  19. SadlyMistaken, I can talk to biojazzard if he'd like to keep collaborating on future updates, and how we'd do that, so that there are no two parallel translations. But for now, the most up-to-date version can be found on my Github repository. You don't need to know anything about Github by the way, just click the "Download zip" button on the right column.
  20. Thanks biojazzard. I've gone quickly over your changes and added some more recent translations for the stable release of 2.4.0. I've created a Github repository that I plan to keep updating whenever possible: https://github.com/jacmaes/pw-spanish
  21. It took my host almost two weeks to complete the installation, but now I have RSVG 2.40.1 installed, and it's working like a charm! The poor tiger's face is no longer destroyed when converted to PNG, and finally looking exactly like it should. This is great. Thanks again for your hard work and help, adrian. I see that you keep pushing updates (I'm on version 0.1.3).
  22. The multi-language support is simply mind-blowing in 2.4. I've just tried it on a new site this week, and it just works out of the box.
  23. Wow, adrian, this is just getting better and better. It makes it very easy now to use SVGs with automated PNG fallbacks for older browsers, which was my goal when I first encountered this module. It's also going to be useful with complex SVGs that tend to be heavy, which would make PNGs (or JPGs) more lightweight alternatives. My host is still installing the latest version of RSVG, which apparently requires updating quite a few dependencies. I'll let you know how it goes. Thanks again for you work and walking me through the debugging!
  24. MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics (XML 2.7.3) SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.7.3) This is what is returned when running that command. It looks like ImageMagick was not compiled with RSVG then, right?
×
×
  • Create New...