Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#875 closed defect (bug) (fixed)

"My Account" link fix

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 1.1 Priority: minor
Severity: Version:
Component: Keywords: has-patch
Cc:

Description

Allows for filtering of the link also, in case someone wants to change the root location later.

Attachments (1)

bp-core-adminbar.php.patch (772 bytes) - added by johnjamesjacoby 15 years ago.
Fix bp_adminbar_account_menu, add bp_adminbar_my_account_link

Download all attachments as: .zip

Change History (4)

@johnjamesjacoby
15 years ago

Fix bp_adminbar_account_menu, add bp_adminbar_my_account_link

#1 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

#2 @apeatling
15 years ago

Thanks, couple of points on the patch:

I would consider that new function a template tag, despite it not being used in the template in this instance. Remember that all these functions need a get_() function that returns, and a non-get_() function that echos.

There is also a function that does this already, so I'll use that: bp_loggedin_user_domain()

#3 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1765]) Fixes #875 props jjj

Note: See TracTickets for help on using tickets.