Hello,

The module is installed and working with default options

The problem is that I can't find all the settings options as described here: http://ddblock.myalbums.biz/node/978

All I can find when clicking the change settings button next to Style: Slideshow is the "Slideshow mode" list, please see the attachment.

kindly help me to modify the default module settings

Comments

akadimi’s picture

Note: i can't find the settings in the block config page too (admin/build/block/configure/views/news_items-block_1)

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Can't replicate this issue and don't know what is causing it.

Would advice to use version 2.x of the module. It has a lot more functionality, easier to install and almost ready to release a first RC version.

No solution, but I hope it helps you further, please let me know.

akadimi’s picture

I followed your advice and used version 2.x which is more satisfying for me.

By the time my site is ready to go into production, I hope stable or beta version will be available.

Thanks for your reply.

ppblaauw’s picture

Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Fixed

set status to fixed.

danyg’s picture

Status: Fixed » Active

Hello,

I've opened this issue, becasue I'd expreienced the same problem. I think my working config page has broken after updated the Views Slideshow module to 6.x-2.1. The config page was normal before that upgrade (except not-using imagecache-preset, but it's another ticket).

By the way, this is amazing module. Thanks,

DanyG

danyg’s picture

Just a notice, updating the module to 6.x-2.x.dev is really fixed the problem.

steveoriol’s picture

Hello,
if anybody knows how to fix the problem without switching to the dev version, it would be cool.
My site is in production and the dev version causes issues due to differences between dev version and stable version.

ppblaauw’s picture

Title: can't see all the config options » Views_slideshow_ddblock 1.0 not compatible with views_slideshow 2.1 and later.
Component: User interface » Code
Category: support » bug
Status: Active » Needs review
StatusFileSize
new12.95 KB
new29.79 KB
new50.88 KB

Version 1.0 of the views_slideshow_ddblock module is not compatible with views_slideshow 2.1

Hereby a patch to make version 1.0 compatible with views_slideshow 2.1 and later.

Also attached the two files to change as an alternative to applying the patch. (you need to rename both files:

views_slideshow_ddblock.views_slideshow.inc_.txt 
to 
views_slideshow_ddblock.views_slideshow.inc

and

views_slideshow_ddblock.admin_.js_.txt
to
views_slideshow_ddblock.admin.js

the file: views_slideshow_ddblock.views_slideshow.inc needs to be placed in: sites/all/modules/views_slideshow_ddblock

and the file:views_slideshow_ddblock.admin.js needs to be placed in:
sites/all/modules/views_slideshow_ddblock/js

Changed issue title.

ppblaauw’s picture

New patch: also the views_slideshow_ddblock.module file needs adjustments.

rename

views_slideshow_ddblock.module.txt 
to 
views_slideshow_ddblock.module.

the file: views_slideshow_ddblock.module needs to be placed in: sites/all/modules/views_slideshow_ddblock

MMusashi’s picture

Working with views_slideshow-6.x-2.2 and views_slideshow_ddblock-6.x-1.0.
The above 3 files replacement solved most of the issues on the settings page.
On page site_home/admin/build/views/edit/news_items the following configurations are not showing as in the tutorial:

1. Use Prev/Next Pager
2. Use jQuery effects for text of a slide

Another change is required for these settings ?

ppblaauw’s picture

Status: Needs review » Postponed (maintainer needs more info)

#10 Can you explain the difference?

MMusashi’s picture

hmm.. that's weird, now I can see all the sections as presented in the tutorial.

What I experienced is when I clicked the checkboxes next to "Use Prev/Next Pager" and "Use jQuery effects for text of a slide" the relevant settings box didn't appear.

But again, for some reason I can see it now.
Sorry for the burden.

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Needs review

#12 MMusashi

Ok, no problem, maybe the page was not totally loaded and the javascript did not get applied.

At least it works for you.
A step closer to get this committed, so also this version of the views_slideshow_ddblock module can be used with views_slideshow versions 2.1 and later.

Other users, please review the patch so I can commit it.

work77’s picture

Hi. I'm getting the following when running the patch from #9. Am I not running it correctly? I'm thinking the VSD1.0 dir shouldn't be there, but I'm not that familiar with the patch command. Thanks.

me@ubuntu:/home/www/php/cms/drup/public/sites/all/modules/views_slideshow_ddblock$ patch -p0 <vsd-fix-views-slideshow-v2-compatibility-811434-2.patch
(Stripping trailing CRs from patch.)
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: VSD1.0/views_slideshow_ddblock.module
|===================================================================
|RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow_ddblock/views_slideshow_ddblock.module,v
|retrieving revision 1.1.2.5
|diff -u -p -r1.1.2.5 views_slideshow_ddblock.module
|--- VSD1.0/views_slideshow_ddblock.module	21 Mar 2010 08:41:08 -0000	1.1.2.5
|+++ VSD1.0/views_slideshow_ddblock.module	24 Jun 2010 03:46:36 -0000
--------------------------
File to patch:
work77’s picture

work77’s picture

Tried again with the p1 option instead, but still got an error.

patch -p1 <vsd-fix-views-slideshow-v2-compatibility-811434-2.patch
returned...


(Stripping trailing CRs from patch.)
patching file views_slideshow_ddblock.module
(Stripping trailing CRs from patch.)
patching file views_slideshow_ddblock.views_slideshow.inc
(Stripping trailing CRs from patch.)
patching file js/views_slideshow_ddblock.admin.js
Hunk #1 FAILED at 10.
Hunk #2 FAILED at 29.
Hunk #3 FAILED at 48.
Hunk #4 FAILED at 67.
Hunk #5 FAILED at 86.
Hunk #6 FAILED at 105.
Hunk #7 FAILED at 124.
Hunk #8 FAILED at 143.
Hunk #9 FAILED at 172.
Hunk #10 FAILED at 219.
Hunk #11 FAILED at 241.
11 out of 11 hunks FAILED -- saving rejects to file js/views_slideshow_ddblock.admin.js.rej
ppblaauw’s picture

Title: Views_slideshow_ddblock 1.0 not compatible with views_slideshow 2.1 and later. » Views_slideshow_ddblock 1.0 not compatible with views_slideshow 2.1 and later. (Fixed)
Status: Needs review » Fixed

Committed to version 6.x-1.1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.