I have installed homebox module and no blocks are enabled for it. But still it shows some content with blocks in it. How can I know where blocks are added to homebox page? I am wondering from where blocks are added to homebox page?
I would like to remove all traces of a module from the database and any references to it. Where should I be looking. Using phpmyadmin. Centos7, drush6.
The modules are:
SWFUpload JavaScript library
jQp module
I want to do a sql search to find out if some of these custom cck fields are used anywhere on my site.
This are custom fields and I am using cck_blocks to display as a right side block in the right side region only when its added to a page by the editor.
I came up with this but its not correct syntax
SELECT * from content_field_sidebar_content WHERE content_field_sidebar_content.field_sidebar_content_value IS NOT NULL
if the value in column field_sidebar_content_value is not null this means it means this nid is using the cck field.