bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Link to profile edit from wordpress header

(4 posts)
  • Started 1 year ago by airdrawndagger
  • Latest reply from airdrawndagger
  • This topic is resolved
  1. I'm calling the wp-headers in forum as advised in seamless integration thread. I need to add a link to the forum profile in the header as users get confused when they only see the admin tab for wordpress. I have the loginanywhere script, and need a link to the users profile edit somewhere in this code:

    `echo "<div class='greeting'>\nHej, "; echo $user_identity; echo "! Inställningar | ";
    echo "Logga ut\n</div>\n";`

    My forum is here: http://www.doublepeace.se/forum/

    Posted 1 year ago #
  2. Ok so it won't type out the code the way I want to here. I did the backsticks thing... But I know someone out there will be able to help me out anyway :)

    Posted 1 year ago #
  3. Just an untested guess on my part but what you want is something like this?

    <a href="/forum/profile.php?id=<? echo $user_ID; ?>">your profile</a>
    Posted 1 year ago #
  4. Thank you for the help! Actually I solved it just now, I had to put

    global $current_user; echo $current_user->ID;

    to get it right!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.