Not Too Sure About The ® Next To Registered users? (General)

by Magma, Friday, August 12, 2016, 14:18 (2808 days ago)

I like the idea of differentiating users but Instead of ® If it was a very small image icon and the admin and moderators had a different one that may be good But non registered users can still just copy and paste the ® next to their name.

How do I remove this feature if I decide to in 2.3.6.1?

Avatar

Not Too Sure About The ® Next To Registered users?

by Micha ⌂, Friday, August 12, 2016, 14:39 (2808 days ago) @ Magma

Hi,

I like the idea of differentiating users but ...

Style your own forum. ;-)

.registered_user::after {
    content: " \00AE";
}

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

Not Too Sure About The ® Next To Registered users?

by Magma, Friday, August 12, 2016, 15:50 (2808 days ago) @ Micha

.registered_user::after {
content: " \00AE";
}

Micha, I'm a novice :confused:

What, do I delete this code? And from what location?

Avatar

Not Too Sure About The ® Next To Registered users?

by Auge ⌂, Friday, August 12, 2016, 17:19 (2808 days ago) @ Magma

Hello

.registered_user::after {
content: " \00AE";
}


What, do I delete this code? And from what location?

Search for ".registered_user::after" in the file "style.min.css" of the active theme (in the default theme it's the line #208 in style.min.css) and remove the shown code including the content of {}. BUT remember the fact, that every update of the forum script could remove your change. Changes should be seldom but they are possible.

So maybe it's a good idea to copy the default theme into a new one, make the changes there and select the new theme in the admin area after it's upload with a new name. If the structure of the code and with it the standard theme changes, it's fairly possible that your theme has to be altered too. But – that's important to note – your initial changes are not overwritten/lost at that point.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Not Too Sure About The ® Next To Registered users?

by Magma, Monday, August 15, 2016, 13:27 (2805 days ago) @ Auge

Thanks a lot :ok:

RSS Feed of thread