HexTags icon indicating copy to clipboard operation
HexTags copied to clipboard

Hidden Tags by default

Open Prefix opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. Since commit 31f5c5c there is possibility to save hidden tags in clientprefs.

Describe the solution you'd like It would be nice if there would be convars to hide tags by default (Something like enabling only when needed - etc admin on duty have tags only). Also maybe some kind of control who can have hidden by default? In my case I would need everyone who has e flag (ADMFLAG_UNBAN) Also I haven't tried yet sm_toggletags but does it failover to something or completely removes everything? For example I would love that it would take default player tag if it's not doing that.

Prefix avatar Jan 22 '20 21:01 Prefix

So, right now toggletags is available only to the admins that have the ADMFLAG_GENERIC (b) but it can be overridden in the sourcemod overrides file. As of now the commands hides both the chat tags and the scoreboard tag, and yes it will restore the default user scoreboard tag. Adding a cvar to set if by default is hidden or not should be definitely doable.

Hexer10 avatar Jan 23 '20 06:01 Hexer10

I'm thinking about adding a new parameter for each tag which would be something like Hidden which can be either 1 or 0 (default), if is 1 by default the tag will be hidden.

Hexer10 avatar Feb 05 '20 15:02 Hexer10