Hi,
I need to remove the link to the user profile from the main discussions page. The reason is that I'm using the "FriendsOfFlarum Discussion Thumbnail" extension which replaces the user's avatar with the discussion's image but it still goes to the user profile page when the main discussion image is clicked.
I tried to write an extension and set the HREF value to # using jQuery, but it didn't work. It seems that some other JS is overriding my JS.
Any idea?
Thanks