Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
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: Text overflowing comment area on Activity board
Looks like you're modifying style.css. It's better to create a custom theme with a file called custom.css instead so that your style changes won't get replaced when you update Vanilla. Here is a tuto… (View Post)7 -
Re: Text overflowing comment area on Activity board
No problem. The other two comments look normal because they have the HasPhoto class which has the width property set to auto. .Activities .Item .HasPhoto .ItemContent { width: auto; margin-left: 42px… (View Post)9 -
Re: Articles / Blog App: Make It Happen!
The screenshots in this discussion are the real thing and not mockups. A lot of progress has been made on this application so far, but it won't be released for the community without enough pledges. I… (View Post)3 -
Re: Category logo problem
Also, you would need to check if you are viewing a category and not the categories index since the AfterCategoryTitle event is also fired on the categories index. For example: <?php if (!defined('… (View Post)2
