Notifications
Clear all

wpForo 1.x.x [Solved] All guests will be "topic starters"

9 Posts
5 Users
2 Reactions
1,541 Views
Posts: 91
(@jasontoth)
Estimable Member
Joined: 4 years ago

I am also trying to find out if there is a way to remove the "Topic starter" icon with the feather. I am running thew new 2.0 version and if I could be pointed where to turn this off that would be much appreciated.

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

@jasontoth,

It seems this issue was lost from our tasks list. I've added it again.

If you want to hide the topic starter info, you should put this css code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea:

#wpforo #wpforo-wrap .wpf-post-starter {
  display: none;
}

 

Save it ad delete all caches.

Posts: 91
(@jasontoth)
Estimable Member
Joined: 4 years ago

Thank you very much. Adding this code in the CSS fixed the issue for now. Adding it as an option for other down the road still might be a good idea, but for now I am set. Thanks again.

Page 2 / 2