Browsing through our forum's user directory today, I noticed that if you just happen to stumble upon a user profile being from the forum user directory or via direct link (Even more so now that profiles are site-wide intended) There's no easy way to get the @Username from the user's profile, except copying it from the profile URL, but this will escape most people browsing someone's profile.
Could you please add this in future releases?
Thanks for taking my suggestion into consideration.
you can add it yourself if you want
open the profile_home.php
search for
<?php wpforo_fields( $fields ); ?>
at the end of the file
and paste this code above it
<div class="wpf-field wpf-field-type-text wpf-field-name-user_nicename wpf-field-required " title="Nickname"><div class="wpf-label-wrap"><p class="wpf-label wpfcl-1"><i class="fas fa-link wpf-field-icon"></i> Nickname</p></div><div class="wpf-field-wrap">@<?php echo WPF()->current_object['user_nicename']?></div></div>
or you can use > wpForo – User Custom Fields
It will probably have to be redone every time the WPForo has an update, I guess, right?.
yes, or you use the > Theme Customization option
Hi @realact,
We'll add it in the next version. BTW, the nickname is placed in the editor when you click the reply/quote button. Also, it exists under the post author avatars.