I installed the feature linked in the project description, and then decided to go another direction.

However, after uninstalling views_galleriffic_gallery (7.x-1.0), I've still got a 'gallery' content type ... with no 'delete' operation next to it.

Comments

raulmuroc’s picture

Did you deleted module and also database information? Or just the module?

That's a common mistake and probably if you don't delete db information it'll remain there hence you still see it.

To uninstall from database go to Modules page, search for Uninstall tab and there choose the Gallery module and delete it.

hope it helps.

jthorson’s picture

Pretty sure I performed a full uninstall ... however, I'm speaking specifically of the 'feature', and not just the 'module'.

When installing the feature, it creates a 'gallery' content type, which is saved in the 'node_type' table as 'provided by a module' ... in other words, the 'custom' column is set to 0. And logically, since the content type is provided by code, it can only be 'removed' by code.

But since the uninstall of the feature does not delete the content type, the only way to actually remove it is to manually update the content type entry within the database; changing the 'custom' column value to '1', which then enables the 'delete' link on the content types listing page.

acouch’s picture

Status: Active » Closed (works as designed)

This is an issue with features module. Please see that modules documentation / issue queue if this is still an issue.