additional links in login widget
-
Hi Veppa,
I would like to add some other links in the sidebar login widget.<div class="bbp-logged-in<?php echo (strlen($css_class_logout) ? ' ' . $css_class_logout : ''); ?>"> <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()); ?></h4> <h4><a href="NEW_URL">NEW LINKTEXT</a></h4> <?php bbp_logout_link($redirect_to); ?> </div>
Tried to add a link in this part of your php file, but it had no effect.
Do you have some suggestions for me…?
Thanks
Matthias
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘additional links in login widget’ is closed to new replies.