Iwant to use HS in CCK form, but not in views filter. How can i do that?

Comments

wim leers’s picture

Version: 5.x-1.4 » 5.x-1.x-dev
Category: support » feature

Currently that's not yet supported. You can temporarily work around that by making the views.js file empty.

Eugene Fidelin’s picture

I make the views.js file empty, but it didn't work!

It is very important feature for me - can anyone help me with this!

wim leers’s picture

Do a hard refresh in your browser: CTRL+R (or command+R if you're on a mac).

Eugene Fidelin’s picture

I do hard refresh but everything what i see is that hierarchical select don't puts on its own row.
But i want to use default select instead hierarchical select.

Maybe you write ma г name of function that made a hook to change select to hierarchical? And i'l try to correct this myself?

wim leers’s picture

Category: feature » support

You're right, sorry.

You'll have to remove the if-blocks in modules/taxonomy.inc and modules/content_taxonomy.inc that start with this line:
if ($form_id == 'views_filters') {

And then it'll be gone.

Eugene Fidelin’s picture

Assigned: Unassigned » Eugene Fidelin
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.