Active
Project:
Scrollable Content
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2010 at 14:03 UTC
Updated:
30 Jan 2012 at 16:10 UTC
I have modified the code to add option in the configuration page to disable the next & prev button, change the time limit before scroll for the automatic scrolling, Limit the character shown for the title and limit the character shown for the body
| Comment | File | Size | Author |
|---|---|---|---|
| scrollable_content.zip | 4.48 KB | duckzland |
Comments
Comment #1
good_man commentedHi,
Thanks for the good work, but for limiting the characters and more of that I prefer to left this job to Views module, let's try to keep it as simple as possible, the other features are pretty good.
I'll include them in the next release.
Comment #2
duckzland commentedNo problem, glad I can provide help to this great community.
cheers!
Comment #3
good_man commentedCan you check the new 2.x release? hope everthing is better now. Thanks again.
Comment #4
duckzland commentedJust checked the version 2.0 of the module. It is better module than the previous version in terms of code structure :)
got a question though :
-> what does it do? I remove this and the module still working or I am missing something?
overall great job for the new version.
cheers.
Comment #5
good_man commentedI didn't understand your question well, in which line and what changes you made?
Comment #6
good_man commentedComment #7
duckzland commentedsorry seems that the code is not shown in the comment
that is the code in questions.
Comment #8
good_man commentedThis $classes variable will hold a unique class for each theme you use, this way you can use the new theming feature in 2.x, also to show multi-scrollables in the same page without CSS collisions.
Comment #9
duckzland commentedDude, I found problem in IE7, seems that IE doesn't like "," in the js before closing }).
modifying the order of the options and removing the last element "," seems fixed the problem.
Comment #10
good_man commentedThanks for that, I don't have windows on my machine rightnow, so I'll publish these changes in the next release.
Comment #11
duckzland commentedgot another bug :
"Number of results to get cannot be longer than 1 characters but is currently 2 characters long." error message popping up when u select "Number of results to get: " to 10 or more
Comment #12
good_man commentedThanks for that! but what's the problem with that error? I mean it's set to 9 results max, is that limitation annoying?
Comment #13
duckzland commentedno it's not the 9 result limit, but the select box is showing more than 9 options, if we want to limit the user to choose up to 9 results then I think the select box should only show 0-9 as the options
Comment #14
good_man commentedah I see now, btw I don't know why I set that stupid option :D
Comment #15
good_man commentedSo any bugs still occurs in 6.2 BETA 3?
Comment #16
marianojofre commentedThanks a lot!
I have the ie7 error with 6.2
In 6.x-1.2-beta3 the problem is solved.
What can I do to solve the issue in ie7 for 6.2 beta 3?