RobinPriestley
03-07-2006, 02:57 PM
Hello,
I would like to set my calendars to default as Mon being the start of the week. I can do this for the calendar, however user's usercp overides this to their default. This is set as Sun when they join.
You can go in to the database and use:
UPDATE user SET startofweek=2
to reset it for all existing users, but new ones still start with sun. There is no option in the
Admin CP -> vBulletin Options -> User Registration Options -> Default Registration Options
to set it either.
does anyone know where the startofweek variable is stored so that I can change it? or of another cunning way of doing this.
There was a thread here:
http://www.vbulletin.com/forum/showthread.php?t=160444
but it came to no avail, can you help?
I would like to set my calendars to default as Mon being the start of the week. I can do this for the calendar, however user's usercp overides this to their default. This is set as Sun when they join.
You can go in to the database and use:
UPDATE user SET startofweek=2
to reset it for all existing users, but new ones still start with sun. There is no option in the
Admin CP -> vBulletin Options -> User Registration Options -> Default Registration Options
to set it either.
does anyone know where the startofweek variable is stored so that I can change it? or of another cunning way of doing this.
There was a thread here:
http://www.vbulletin.com/forum/showthread.php?t=160444
but it came to no avail, can you help?