kevmac27
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: WP-CopyProtect] It works fine!I agree. I just run a personal blog for family only, so this is a great tool to prevent things like this from happening:
http://www.upi.com/Top_News/2009/08/03/Mother-finds-her-baby-for-sale-online/UPI-92461249317905/
There is no way (that I know of) to completely block someone from stealing photos or text from websites. Browser cache, turning off js, etc… but I say the harder you make it, the more likely they’ll go somewhere else.
Forum: Fixing WordPress
In reply to: Fatal Out of Memory Error for adding images to new PostsI did find this piece of software that seems to work pretty good. I can preset images sizes and all she has to do is drag and drop the images. Works pretty well from what I can tell:
http://toki-woki.net/p/Shrink-O-Matic/
Much better than trying to teach her photoshop!
Forum: Fixing WordPress
In reply to: Fatal Out of Memory Error for adding images to new PostsI’m having the same issue. My hosting company said it is probably because the process that WP is using to upload the image is using the rest of it. I don’t know if that helps.
Unfortunately I am trying to make this simple for my wife, so resizing images is not a fantastic option for her. Other suggestions would be appreciated.
Maybe this is a dumb question, but is there a way to call a local script or software on my home PC that will auto resize before it gets uploaded?
Forum: Plugins
In reply to: [Plugin: Postmaster]I think I read somewhere that there may be issues if the directory lies outside of the wordpress root. I created postmaster/ under my up-content/uploads/ directory, set it to 755, and seems to work fine.
I am, however, having issues with the templates, but that is another story.
Forum: Fixing WordPress
In reply to: wp-mail posting future date(timestamp) ..thoughts?YES!! Thank you!! I was pulling my hair out trying to find out what was happening. Edited the file as suggested and works great. I suppose that those that are + gmt won’t need to make the change. I’m not a programmer, but I wonder if the problem is here:
$time_difference = absint(get_option(‘gmt_offset’)) * 3600;
I would think that if the $time_difference was -8, then + a (-8) should work fine.
But regardless, this took care of my issue, and I appreciate the help!