Showtime or other slideshow for CMSMS 2.0

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am
Location: Finland

Showtime or other slideshow for CMSMS 2.0

Post by urheat »

It seems that one of the best modules - Showtime - doesn't work with CMSMS 2.0.

Is there any other slideshow/slider modules available or maybe soon to be released for 2.0?
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by paulbaker »

Not that I know of.

We're hoping that Showtime will be updated to become 2.0 compatible:
http://forum.cmsmadesimple.org/viewtopi ... =7&t=73727
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation

CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
chandra

Re: Showtime or other slideshow for CMSMS 2.0

Post by chandra »

What function of Showtime do you need?

There's a CMSMS-2 ready image related module named Gallery ;). The sliding part could be done only by right templating (including scripts and so on). Ask Google for javascript sliders and modify the templates.

By the way ... a gallery could be done too only with some lines of Smarty ;). No module needed.

Code: Select all

{assign var='slider' value='uploads/images/slider/*.jpg'|glob} 
{foreach from=$slider item='one' name=oneitem}
<div><img src="{root_url}/{$one}" width="800" height="600" alt="" /></div>
{/foreach}
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am
Location: Finland

Re: Showtime or other slideshow for CMSMS 2.0

Post by urheat »

Thanks for the idea chandra!

Maybe I'll do that, but I would prefer gallery for gallery usage and Showtime for sliders and such. It's also simplier for editors.

Is it possible that CMSMS development team could contact module developers, whose modules are the most downloaded/used?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Showtime or other slideshow for CMSMS 2.0

Post by velden »

I never used showtime module so don't know about all the features. But wouldn't any 'List' like module suit your needs?

E.g. http://dev.cmsmadesimple.org/projects/lise

Each slide would be an item with it's own properties. Summary template to output those to webpage. That's the way I 'do' sliders most of the times.
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am
Location: Finland

Re: Showtime or other slideshow for CMSMS 2.0

Post by urheat »

velden wrote:I never used showtime module so don't know about all the features. But wouldn't any 'List' like module suit your needs?

E.g. http://dev.cmsmadesimple.org/projects/lise

Each slide would be an item with it's own properties. Summary template to output those to webpage. That's the way I 'do' sliders most of the times.
Thanks for the tip Velden!

This could be done. But I would still prefer Showtime. It is/was widely used and for example I have it installed almost in every site. So updating those sites to 2.0 would be a lot easier for us developers and for the clients if we would have the same modules.

And as a developer. I possible could manage code a template using Lise, but still I would prefer using right tools for right job and do less customizing.

So please could you at least consider as a dev team member contacting Showtime developer or that someone could create Showtime-like module? Cause I think that this can be one reason for you to loose developers (sliders are so core thing in websites).
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by Rolf »

I know a Dutch forummember contacted Pedrosken a few days ago about the module. Haven't heard anything back yet...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
chandra

Re: Showtime or other slideshow for CMSMS 2.0

Post by chandra »

urheat wrote: And as a developer. I possible could manage code a template using Lise, but still I would prefer using right tools for right job and do less customizing.
Think as developer you should be fascinated by LISE / ListIt universe ... one module for ALL (most) jobs :D. There are a lot modules for advanced use of ListIt.
mev
Power Poster
Power Poster
Posts: 371
Joined: Wed Apr 25, 2007 5:00 pm

Re: Showtime or other slideshow for CMSMS 2.0

Post by mev »

I know a Dutch forummember contacted Pedrosken a few days ago about the module. Haven't heard anything back yet...
Yep I did. Pedrosken replied he has no time to make this module Showtime/Nivoslider compatible with cmsms 2.x

I agree with Urheat's arguments to have it work again, would be so much easier, also for our clients to work with.
Above that, it's one of the very few really 'responsive' sliders for cms-ms!

Would be só nice if somebody else of the module-developpers-team could take this last aspect (compatibility with version 2.x) over from him,
only if he/pedrosken agrees ofcourse !

Please, help to save this valuable Module!!!

willemijn
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Showtime or other slideshow for CMSMS 2.0

Post by velden »

Above that, it's one of the very few really 'responsive' sliders for cms-ms!
It's the template that makes it responsive. Any other module that allows you create your own template should be able to generate a responsive slider.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by Rolf »

What doesn't work on the Showtime module?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by paulbaker »

Rolf wrote:What doesn't work on the Showtime module?
See http://dev.cmsmadesimple.org/bug/view/10716
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation

CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by Rolf »

Ohw... I will mail Pedrosken...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
mev
Power Poster
Power Poster
Posts: 371
Joined: Wed Apr 25, 2007 5:00 pm

Re: Showtime or other slideshow for CMSMS 2.0

Post by mev »

Would be great if you do so too, Rolf!
Might help more from a colleague-developper than a question from 'simple' users like myself.. ;)

willemijn
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Showtime or other slideshow for CMSMS 2.0

Post by Rolf »

Haven't heard anything from Pedrosken yet.

I can and will help you all with fixing the Showtime module but only if Peter also wants me too. I won't fork Showtime and be responsible for the module the next years... Don't use the module myself, so nothing to win for me...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “Modules/Add-Ons”