Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

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

Β 

Thank you very much

3 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 7 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: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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;
}