Hi,

I've imported a View from one drupal install to another. One of the blocks in the original view has the option "Display 'more' link only if there is more content" in the More link option, which I would like to deselect. After export/import into the second installation, this option is not displayed - I just see the "Create More Link" checkbox. Unchecking and rechecking this has no effect. The "Display 'more' link only if there is more content" is visible in other blocks on the second install, just not imported Views.

Not a blocker as I can change the option in the first install and re-export. It is annoying though.

Cheers
Paul

Comments

cyborg_572’s picture

I'm having a similar problem on a site, bit the view wasn't imported. None of the views present the "Display 'more' link only if there is more content" of "More link text" when the "Create more link" is checked. None of the elements that hide/show based on checkboxes appear

The fields are still there, and if you use the inspector to remove the "display: none;" then the fields can be used and their values are saved (so there is a workaround). If you do this, then unchecking the "Create more link" box hides the fields, and they won't come back until you use the inspector again.

I just tried to create a simple view so I could export it and the "Create Page" and "Create Block" sections didn't expand when I checked the boxes. A little tinkering revealed that turning the jQuery Update settings back to jQuery 1.5 made the fields work again.

soo... related/duplicate: #1965674: Views UI doesn't work with jQuery 1.8 (jQuery update)?