Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Sidebar Login” – How to modify WordPress-Plugin for Buddypress

Viewing 2 replies - 1 through 2 (of 2 total)

  • Burt Adsit
    Participant

    @burtadsit

    get_bloginfo(‘wpurl’).”/wp-admin/profile.php

    should be replaced with a call to: bp_core_get_userurl($bp->loggedin_user->id) which is the url to the currently logged in user. You’ll have to declare ‘global $bp;’ someplace before that in the code.


    Kelly L Brindle
    Participant

    @kbrindle2002

    Being a nub at anything PHP, is there an example of this somewhere?

    Kel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Sidebar Login” – How to modify WordPress-Plugin for Buddypress’ is closed to new replies.
Skip to toolbar