Opened 15 years ago
Closed 15 years ago
#1827 closed enhancement (wontfix)
Alway Present Whats New Post Form
Reported by: | blogadera | Owned by: | |
---|---|---|---|
Milestone: | Priority: | trivial | |
Severity: | Version: | ||
Component: | Keywords: | What's New Post Form, Activity Poster, What's New | |
Cc: |
Description
What if the what's new post form was always present for logged in and non-logged in user. Makes it a very nice entry point for logging in or signup. Upon trying to post after writing your message in the form, you get Login first to post button. Currently if not logged in (new user), and landing on this activity home page its not clear that there is a poster or that we can jump in the conversation from here unless you know BP. To us this would be good feature to get new folks to login.
Thanks
Note: See
TracTickets for help on using
tickets.
You can allow non-logged in users to view the public forums by editing your theme. The default theme uses
is_user_logged_in()
in forums-loop.php to lock things down. Using a plugin, bp-custom.php, or your themes function.php you could alter the redirect after login.