viewscarousel_get_settings() sets the default of first_node to true, yet there is no way in the interface to set this value.
So you get a weird node stuck in the view for no apparent reason.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | jcarousel_first_node_setting.patch | 1.02 KB | neclimdul |
Comments
Comment #1
mogtofu commentedGot the same issue.
Problem come form lack of option in the module, juste add this on the function viewscarousel_setup_form :
- line 11 - insert -
regards.
Comment #2
neclimdulpatch. I chose to go with a checkbox though since it was consistent with the other options.