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] All guests will be "topic starters"

9 Posts
5 Users
2 Reactions
1,941 Views
Posts: 92
(@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: 10616

@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: 92
(@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