Needs work
Project:
Scrollable Content
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 14:44 UTC
Updated:
20 Dec 2011 at 19:25 UTC
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
Comment #1
good_man commentedare 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.
Comment #2
amrelwany commentedYes, 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
Comment #3
aristeides commentedsubscribing... same issue here.
Comment #4
good_man commentedoh 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.
Comment #5
good_man commentedCheck 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.
Comment #6
amrelwany commentedI 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
Comment #7
good_man commentedThe packaging script needs sometime to repackage it from git version http://drupalcode.org/project/scrollable_content.git Just give it sometime and check later.
Comment #8
amrelwany commentedWhen 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
Comment #9
rlamfink commentedI 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)
Comment #10
Zielu commentedAfter 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
Comment #11
good_man commented@Zielu: can you provide me with a working css for the views? it would be a great help.
Comment #12
dan_metille commentedsubscribing
Comment #13
Jimmel commentedI 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.
Comment #14
simon georges commentedClosing #1212970: Scrollable content does not show up in views 3 styles at the moment as a duplicate of this one.
Comment #15
good_man commentedPatches are very welcomed as my schedule is pretty busy for the next month.