UBB.Dev
If this is the database command to set everyone's stylesheet to a specific one, how would one set everyone to use the default stylesheet in v6?

code:
update w3t_Users set U_Stylesheet = 'your stylesheet name'

I posted too soon...I found it:

update w3t_Users set U_Stylesheet = 'usedefault'
© UBB.Developers