How to mask the (R) (General)

by Ron @, Thursday, December 21, 2023, 12:33 (128 days ago)

Hi all

Many thanks for your great work !!!

I searched but did not find : please tell me how to mask/disable the (R) sign after the user name ?

Thank you :-)

Avatar

How to mask the (R)

by Micha ⌂, Friday, December 22, 2023, 09:02 (127 days ago) @ Ron

Hello,

I searched but did not find : please tell me how to mask/disable the (R) sign after the user name ?

It is defined in the css style file.

/Micha

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

How to mask the (R)

by Ron @, Friday, December 22, 2023, 16:40 (127 days ago) @ Micha

Thanks :-)

Avatar

How to mask the (R)

by Auge ⌂, Friday, December 22, 2023, 09:06 (127 days ago) @ Ron

Hello

I searched but did not find : please tell me how to mask/disable the (R) sign after the user name ?

The sign will be added via CSS with the selector .registered_user::after. If you comment out the whole block with /* and */, you disable the "(R)".

/*.registered_user::after{content:" \00AE"}*/

Tschö, Auge

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

How to mask the (R)

by Ron @, Friday, December 22, 2023, 16:45 (127 days ago) @ Auge

Thank you very much ! :-)

RSS Feed of thread