Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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?
Comments
Comment #1
markconroy commentedThis 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?
Comment #2
rockitdev commentedsimpleviews 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.
Comment #3
rockitdev commentedsimpleviews 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.