rafass
Well-known member
if some user just put in the location field: "my home, hahaha"
The link in the member card will be a link inviting to abandon the forum and visit google maps and see:
https://www.google.com/maps/search/my+home+hahahaha/@31.755702,-95.740118,5z/data=!3m1!4b1
I think is really useless, would be great at least make it optional.
now is hard get rid that href in a simple way. seem is necessary 1 addon to remove that href.
Would be great make it easy.
Thanks.
--
here a provisional solution, thanks @Optic and Chris D
The link in the member card will be a link inviting to abandon the forum and visit google maps and see:
https://www.google.com/maps/search/my+home+hahahaha/@31.755702,-95.740118,5z/data=!3m1!4b1
I think is really useless, would be great at least make it optional.
now is hard get rid that href in a simple way. seem is necessary 1 addon to remove that href.
Would be great make it easy.
Thanks.
--
here a provisional solution, thanks @Optic and Chris D
I'm currently using this CSS that @Chris D posted here:
https://xenforo.com/community/threads/content-without-template.81697/#post-816392
Seems to work well. Add this to EXTRA.CSS:
Code:.userBlurb a.concealed { pointer-events: none; }
Last edited:
Upvote
4