How to display all nicknames for guests for a standard theme so that it is without the html tag A?
Now it displays to everyone like this:
<a href="https://forum.com/?action=profile;u=1" style="color: #FF0000;">Usernickname</a>
It should only display to guests like this:
<span style="color: #FF0000;">Usernickname</span>
You would have to modify source files and template files
It is currently FAD...
Better question: why?
If it's about privacy, remove the permission for guests to see profiles. SMF emits the correct status code to search engines to tell them not to attempt to index such links when requesting them, meaning that this is also not an SEO change.
If it's about bandwidth saving, waste of time, the gzipping the server will do will do better with longer strings.
So... why?