Awesome! I really love it! Look forwards to 1.2.1 🙂
WP use cookie to store your login information. It will not clear it unitl you press the LOGOUT button yourself. Check this out if your like to implement a Remember Me function.
http://www.scriptygoddess.com/archives/2004/07/01/add-a-remember-me-checkbox-to-the-login-form
It is a great plugin. good works. I am trying to implememnt to my site.
I’ll use the user_dirs feature, but I got a question/suggestion.
Is there any way to limit the number of photos each user could post?
Is there any way to set a maximum spaces for each user to upload? Of couse there should be no limitation for those users with a user level higher than root_image_access.
A little confusing on show_events_future().
I want to show all the events after today, but not after current month.
So I change your code a little bit.
Search for
MONTH(post_date) > MONTH(CURDATE())
and change it to
post_date > CURDATE()+1