Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: #Item_1
Like @vrijvlinder said, please upgrade to 2.0.18.8. It's important for many reasons, including better security. If you haven't modified the core files, the upgrade from 2.0.18.4 to 2.0.18.8 should no… (View Post)3 -
Re: Мobile theme
Did you paste the link in the editor or did you use the link button? If you used the link button, try pasting the link as plain text. If it still doesn't work, then click Wysihtml5's source code view… (View Post)1 -
Re: Image Upload Orientation Changer
Despite that, you can also use the CSS3 transform property to rotate images. http://www.cssrotate.com/ (View Post)4 -
Re: Automatic EXIF metadata stripping from uploaded JPEGs?
You're welcome, @MasterOne. I put in a lot of comments in the example to help you figure out what each line of the procedure is doing. A lot of people in this community would be glad to help you out … (View Post)2 -
Re: Automatic EXIF metadata stripping from uploaded JPEGs?
One way to strip EXIF metadata from a JPEG image in PHP is to recreate the image and save it instead of the original image. For example, you can use the GD image functions to recreate the image: <… (View Post)2