Removing / clearing user customizations (channel layout)

We have been working on redesigning the look of our portal with new icons and changing some of the XLS and CSS-
We're also changing the default tab views and want to clear the customizations users have made in the past (added channels, tabs, etc).

Can someone please point me in the direction of where this information is stored?
Thank you,
-Scott

0
No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Layour resetter

There is a layout resetter channel available, which will reset user's layouts on an individual basis. You may want to look into that channel, test it, and watch what it does.

The tables involved are up_layout_struct, up_layout_param, up_ss_map, up_ss_user_atts, up_ss_user_param, up_user_layout, up_user_profile.

Todd

Mass Layout Reseter

This is a bit of a late response... but awhile back I wrote a mass layout reseter for all users (expect layout owners) that have customized their layouts. *Important qualifiers* we never needed to use it; this was for Luminis 3.3.x (based on uPortal 2.1).

Basically it retrieved from the database all the users that customized their layouts and then called IUserIdentityStore's removePortalUID on each user id.

Hope this helps,
Bina