Force Nextgen Gallery To Crop Thumbnails From The Top Of The Image... **Updated**

In our original post, we simply deleted a line to change the starting position of NextGEN’s thumbnail crop. With the most recent version of NextGEN Gallery,1.4.3 as of this postings date, this was generating errors. So we dug around in the code a bit, and here’s our fix.
My WordPress Blog is Sending Mail With My Webhosts Address
Here’s our solution. Be sure your working with the most up to date file. Local copies can become outdated with online updates. Edit the following file: wordpress-root-directory/wp-includes/class-phpmailer.php
On line 75 (valid on WordPress 2.7.1 - 2.8.7) and edit, “root@localhost.com” to the address you’de like to appear in administrative emails, ie. user@yourdomain.com. You’ll also want to change your FromName, on line 81, and your email address on line 88. Simply fill the empty quotes.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
/** * Sets the From email address for the message. * @var string */ var $From = 'root@localhost'; /** * Sets the From name of the message. * @var string */ var $FromName = 'Root User'; /** * Sets the Sender email (Return-Path) of the message. If not empty, * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. * @var string */ var $Sender = '';
And that’s it. Your sever will now send administrative Emails from your chosen name, and address. Let us know if this was helpful.
-
The Previous Posting
UAA HD Audio Driver Missing,... -
The Next Posting
Can’t uninstall Java...