Notifications
Clear all

wpForo 1.x.x [Solved] Add logged nickname on the forum top

4 Posts
2 Users
2 Likes
1,209 Views
Posts: 5
Topic starter
(@elforo)
Active Member
Joined: 5 years ago

Is it possible make always visible the logged nickname on top of forum?

 

Thank you very much

3 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi elforo,

Please navigate to Dashboard > Forums > Settings > Features admin page, enable the "Show Admin Bar for Members" option.

Posts: 5
Topic starter
(@elforo)
Active Member
Joined: 5 years ago

It worked!! Thank you very much

A related question: Now the Wordpress logo appears at the top left. Is it possible to eliminate this?

Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi elforo,

Please navigate to Dashboard > Forums > Settings > Styles admin page, add the followin code in "Custom CSS Code" textarea. 

However, please note this will hide the logo for admins as well. 

#wpadminbar ul#wp-admin-bar-root-default>li {
display: none !important;
}