When I try to use Scrollable Content in D7 with Views, the option for selecting Scrollable Content as the format of the view is not exist. But Scrollable Content block exists on Blocks page.

Comments

good_man’s picture

are you sure you are using 1.x branch not 2.x? also this module needs a cleanup for many bugs, if you can provide a patch for this problem it'll be great.

amrelwany’s picture

Yes, module's version is 7.x-1.1 . What i am talking about is that i cant find an option in Views to set the view as scrollable content. For Example, in Views, Display Format ( Unformatted List, Grid, Html List, Table) but there's no Scrollable Content as a choice.

Thank You

aristeides’s picture

subscribing... same issue here.

good_man’s picture

Component: Miscellaneous » Code
Category: support » bug
Priority: Major » Critical
Status: Active » Needs work

oh sorry I thought it's 6.x not 7.x, anyhow the 7.x version is still buggy and not recommended for production sites, I'll try to work on a patch for this bug, any help is highly welcomed.

good_man’s picture

Title: I can't use Scrollable Content with Views on Drupal 7 » Not working with Views 3.x

Check the 7.x-1.x-dev release, it should be fixed, NOTE that the style still needs a cleanup, if you can help with that it'll be great.

amrelwany’s picture

I checked the 7.x-1.x-dev release and it is not working with views, i think the version in the site is not the updated one as i can find that the last update for this release was in 2011-May-06. I am really sorry as i am not expert in developing with Drupal and php but i will try to help.
Thank you

good_man’s picture

The packaging script needs sometime to repackage it from git version http://drupalcode.org/project/scrollable_content.git Just give it sometime and check later.

amrelwany’s picture

When I select Scrollable Content from Display Format list it gives me the following error:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /Test12/system/ajax
StatusText: parsererror
ResponseText:
Fatal error: Call to undefined function scrollable_content_fields_init() in /home/content/04/7813704/html/Test12/sites/all/modules/scrollable_content/scrollable_content_plugin_style.inc on line 13

rlamfink’s picture

I modified scrollable_content_plugin_style.inc on line 13. Changed "$defaults = scrollable_content_fields_init();" to "$defaults = scrollable_content_elements_init();" and no error.

However, nothing appears in the Views block I'm trying to configure.
(using 7.x-1.x-dev)

Zielu’s picture

After modifying CSS it works quite good, there is some urgent issue:
- navigation links displays regardles if the are checked in view
- image is resizing, should be in auto mode
rest issues are minor and in CSS everybody can handle with them

good_man’s picture

@Zielu: can you provide me with a working css for the views? it would be a great help.

dan_metille’s picture

subscribing

Jimmel’s picture

I am having the same issue with scrollable views not showing up in the format/settings section of views 3. I am using the May 18 dev version.

simon georges’s picture

good_man’s picture

Version: 7.x-1.1 » 7.x-1.x-dev

Patches are very welcomed as my schedule is pretty busy for the next month.