Hi guys – two questions (sorry for lumping them into one topic).
1.) Wondering if it’s possible to require users to accept terms before they can post in the forum?
The use-case currently is that visitors will be able to see the forum (once it goes live), but will have to register in order to post. Once registered, they would ideally be prompted with a user-agreement to accept (guidelines for supporting a friendly community, essentially). Is this possible with the forum? If not, I was envisioning a simple jQuery-based modal, where the ‘acceptance’ is stored in a cookie. Not as ideal as storing the result in the database for that user, though. We can also put the terms to accept in registration, but since we have some other terms to accept there, we wanted to see if this second step was possible.
2.) Second question is related to user profiles. Users can upload an avatar via the profile area, but we’d like to enable another area of their profile for photo uploads they can share with other members (such that viewing a user’s profile would show other photos they’ve chosen to share on the site). I see the attachment-upload functionality via plupload – is it possible to extend this to their profile for uploading/sharing photos?