> > Bruno, > I'm not sure if im missing the way to navigate to it, but I don't see > a way to get to private messages for regular users. I see the private > messages for admins though was that intentional? >
It's not in the UI by default; you just need to add a link somewhere in the nav to send the user to /username/messages The route "admin/message" isn't the admin's inbox, but rather, the admin's view of all messages (for moderation). > > > > On Feb 18, 3:36 pm, Bruno Bornsztein <[email protected]> > wrote: > > > Sorry for the delay. Been really busy. > > > > > I'll be working on extending the blog area soon. I'd love to be able > > > to contribute my code back to CE, but like I said in my original > > > posting, I'm a noob and haven't actually used testing yet (I know, > > > I'll step in front of the firing squad now). I definitely need to get > > > on that. Any books or articles anyone might recommend? > > > > No firing squad needed: > http://guides.rubyonrails.org/testing_rails_applications.html > > Also, the CE tests are a good starting point. > > > > > > > > > I also haven't gotten around yet to making the events model > > > polymorphic. I think I want to try to tackle two birds with one stone > > > and work on making a "groups" function at the same time, as the groups > > > and events seem to have very similar structures. Was the "groups" > > > branch in git ever updated with code? > > > > Nope, haven't seen any progress on this. > > > > > Integrating private messages between users (saw a few rails plugins > > > for this) > > > > You must be on an older version of CE: private messaging was added using > the > > simple_private_messaging plugin a little while back. See this commit: > > > > http://github.com/bborn/communityengine/commit/2102708dc6a3ed83f46ecd... > > > > Also, as I'm working on these modifications and adding new features> and > stuff, would it benefit anyone if I make a new thread for each > > > thing I'm working on with tips and workarounds that I run into while > > > working on them? I got tons of little "hacks" I did for various little > > > things in CE that might help, too. I could make a thread full of easy > > > hacks and tips, too. > > > > Yeah, that would be excellent! Maybe we can add a 'case studies' section > to > > the wiki. > > > > Thanks! > > Bruno > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
