[buddypress-trac] [BuddyPress] #4032: bp_get_signup_slug broken in multisite configurations
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Feb 21 23:17:23 UTC 2012
#4032: bp_get_signup_slug broken in multisite configurations
-------------------------------+------------------------------
Reporter: zephod | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Changes (by boonebgorges):
* keywords: => reporter-feedback
Comment:
Hm. Can you give an example of where incorrect links are being created on
subsites? I ask because it seems to me that it's not bp_get_signup_slug()
that's broken - 'register' is, indeed, the correct slug - but that the
wrong code is being used to generate the 'create an account' link on
http://openeconomics.net. Did you code that login widget yourself?
The correct way to construct that link would
{{{$href = trailingslashit( bp_get_root_domain() . '/' .
bp_get_signup_slug() ); }}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4032#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list