Opened 12 years ago
Last modified 8 years ago
#2137 new task (blessed)
Dedicated register/login/lost-pass pages
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | high |
Severity: | normal | Version: | 2.1 |
Component: | Component - Users | Keywords: | needs-patch |
Cc: | stephen@…, alexvornoffice@…, jmdodd@…, alex-ye, vpundir@…, wordpress@…, jared@…, pippin@…, robkk17@… |
Description (last modified by )
It comes up enough where it's worth having the option of letting bbPress manage the sign-up process. We would likely need to:
- Add the rewrite rules and tags to the bbPress class.
- Loop them in to bbp_parse_query().
- Come up with template tags and _is_ functions for them.
- Settings and functions for setting/getting slugs.
- Use the existing shortcodes to handle theme compat, similar to other components.
Putting in the 2.4 milestone, though a patch could speed this into 2.3.
Change History (20)
#8
@
12 years ago
- Cc wordpress@… added
Doesn't make sense to have only shortcodes for this? you can skip all the permalinks mess, and it's easier to theme...
#9
@
12 years ago
@MZAWeb
I read this as per the title "Dedicated register/login/lost-pass pages"
So we create some page templates in /templates/default/bbpress/ and use the existing shortcodes to call these templates ensuring as much backwards compatibility as possible.
#14
@
11 years ago
- Milestone changed from 2.5 to 2.6
2.5 is going to focus on performance improvements. Moving to 2.6.
It will be so great if we make this happen in 2.3 :)