I don't need cck autosearch features cause content is not installed on my site.
Is it possible in some way to use this module without the cck requirement?
I don't need cck autosearch features cause content is not installed on my site.
Is it possible in some way to use this module without the cck requirement?
Comments
Comment #1
danielb commentedyou could just carefully remove the content related stuff from the module yourself, starting with the dependency and then somehow bypass, remove, or substitute calls to content_****() functions, particularly the code that generates the list of fields to choose from for the admin.
I have no plans to make any substantial releases to this module anymore, so if you hack the module up how you need you will probably never have to upgrade it.
Comment #2
danielb commented