Notifications
Clear all

wpForo 1.x.x [Solved] Sit Profile link in wpforo profile

3 Posts
2 Users
0 Reactions
2,767 Views
A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

There is a button in the top right hand corner of the profile page that links to the site profile (UltimateUsersPro) How can I edit or delete this?  See screenshot. 

 

Thank you 

2 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @a_goer,

You can edit the "Site Profile" text of this link in Dashboard > Forums > Phrases admin page. Just search for that phrase, edit and change it.

In case you want to remove it, you should put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Then save it, delete all caches and press Ctrl+F5 on forum front to load new changes:

#wpforo #wpforo-wrap #wpf-pp-site-menu{ display:none; }

 

A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

That worked!! thank you very  much.