Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Articles / Blog App: Make It Happen!
You will be able to set permissions for all roles for the articles application. (View Post)1 -
Re: Playing with 2.1 B2 and CSS
Your custom ".Item.Alt" background color shows up as it should. You're probably seeing the background color set in Vanilla for one of the other classes such as ".Item.Read" for di… (View Post)2 -
Re: Displaying New Discussion Button only on Certain Pages?
Welcome to the community! Make sure you have a custom theme set up and ready be styled with a custom.css file. <http://vanillawiki.homebrewforums.net/index.php/Themes> These are the CSS rules f… (View Post)7 -
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
