Actually from the instructions
[]
- Users will need to turn the sidebar on in the "Display Preferences" of My Home.
If you wish to update everyone's record so that the sidebar is on (recommended)
You need to do this SQL query:
UPDATE w3t_Users
SET U_SideBar = 1
* Note put 1 if you want the default to be the left, put 2 for the right.
[/]
So use the numbers rather than "left" or "right" in the database.
