PDA

View Full Version : Set default start of week


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?

Marco van Herwaarden
03-07-2006, 04:43 PM
Released: Default Start of the Week for new Registrations (https://vborg.vbsupport.ru/showthread.php?t=109731)

RobinPriestley
03-08-2006, 07:55 AM
Wonderful :up: :up: