>
> So, about private messages (see #2 below):
>
> It appears to be mostly implemented.  There appears to be a need for
> somebody to write tests, and it needs UI integration (it appears you
> can only see this system by browsing to /userid/messages).


> Is that accurate?

Yeah, that's basically correct. It's not well tested in CE, but the messages
plugin does have some tests. To expose the UI to your users, you just need
to provide them with a link to their inbox (/userid/messages). Typically I
do this by overriding the _user_menu.html.haml template and adding a link
there. At some point we may include this in the default CE distribution.


> > 3. There is a "position" field when creating a new forum.  What does
> > > this do?  What are the possible valid values for this field?
>

The position attribute is used to order the forums (see line #8 in
forums_controller). So if you want a particular forum to be listed first,
you give it a lower position, etc. Probably could use some kind of drag and
drop UI for this.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to