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.

 

[Solved] Change profile phrases

8 Posts
2 Users
0 Reactions
422 Views
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

How can I change "blog comments" and "blog posts" in the profile to "article comments"?

7 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Navigate to the Forums > Phrases admin page to access a list of wpForo front-end phrases. Search for and edit the phrases according to your preferences.

IMPORTANT: After making changes to the phrases, remember to delete the phrase cache in the Dashboard > Forums > Dashboard admin page.

Reply
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Checking there was the first thing I did and didn't find those exact phrases but now I searched and found it. Thank you 🙂

Reply
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Is it also possible to hide certain elements like "blog posts", "questions", "answers" and "question comments"? 🙂

Thank you

Reply
3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@danniee,

Sure, you can use CSS codes. 

Reply
(@danniee)
Joined: 6 years ago

Honorable Member
Posts: 446

@sofy could you please help with the code how to add them? :/

Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@danniee,

For example, the "Blog Posts" can be hidden using the CSS code below:

#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(10){display:none;}

For the rest of the blocks, you can use the same logic. 

Insert the codes in the wpForo > Setting > Colors & Styles > Custom CSS Code textarea.

 

Reply
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Amazing, thank you 🙂

Reply