If I disable and.or delete the module, what happens to the views it created? Are they safe?

Comments

markconroy’s picture

This is a question I also wish to ask, as I'd like to upgrade some sites to D7, but am worried if I disable simpleviews while there is no D7 version, will the views that I created with simpleviews be deleted?

If so, what can I do to keep them?

rockitdev’s picture

simpleviews is essentially a simplified version of the views ui.

"Because the Views API is used, the resulting views can be modified using the full Views UI module".

What i would do, is export the views created by simpleviews to code, and then go ahead and do the upgrade.

rockitdev’s picture

simpleviews is essentially a simplified version of the views ui.

"Because the Views API is used, the resulting views can be modified using the full Views UI module".

What i would do, is export the views created by simpleviews to code, and then go ahead and do the upgrade.