Remove links from profile page

Remove links from profile page

by Emma Richardson -
Number of replies: 9
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Does anyone have a css trick to remove the links to forum posts and forum discussions from the miscellaneous section on the profile page?  I would prefer not to hack core code if need be.  Moodle 3.8.1.  Boost theme.

Average of ratings: -
In reply to Emma Richardson

Re: Remove links from profile page

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers
You could try

#page-user-profile .node_category a[href *="/forum/user.php"] {display:none;}
Average of ratings: Useful (1)
In reply to Richard Oelmann

Re: Remove links from profile page

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers
OMG - you are a genius, Richard!! Thank you so much - I have been trying to figure that one out for ages.
Average of ratings: Useful (1)
In reply to Emma Richardson

Re: Remove links from profile page

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

A non-CSS method would be to untick 'Add links to view user posts' (navadduserpostslinks) in Site administration / Appearance / Navigation.

Average of ratings: Useful (3)
In reply to Helen Foster

Re: Remove links from profile page

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers
Actually that does not remove the links from the profile page - I already had that unchecked.
Average of ratings: Useful (1)
In reply to Emma Richardson

Re: Remove links from profile page

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hmm, it sounds like you have found a bug, Emma!

In reply to Helen Foster

Re: Remove links from profile page

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers

At first I thought it was a bug too, but the setting specifically applies to hiding it from navigation, so it's removed from the nav block only, but remains in the profile page. Might be intentional. 

In reply to John Provasnik

Re: Remove links from profile page

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers
Yes, I tend to agree with you. Sometime in the future, maybe there will be a time where Martin will realize that not every moodle site HAS to have forums!!! Lol!!