Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Edit the bbPress login widget

$
0
0

I just added some needed extra links 🙂

`<div class=”bbp-logged-in”>
<a href=”<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>” class=”submit user-submit”><?php echo get_avatar( bbp_get_current_user_id(), ’40’ ); ?></a>
<h4><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?><br />
<a href=”URL”>Dashboard</a><br />
<a href=”URL”>Dein Profil</a><br />
<a href=”URL”>Alle Einträge</a><br />
<a href=”URL”>Neuer Upload</a><br /><br />
</h4>
<?php bbp_logout_link(); ?>
</div>`


Viewing all articles
Browse latest Browse all 3638

Trending Articles