Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#37 2007-10-15 17:55:09

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] ike_slideshow

Hi Ike, wondering if you had any time yet to look into the small issue I had with image categories? Don’t want to be pushy, just asking…I love this plugin!

Offline

#38 2007-10-15 19:21:31

tmcdaily
New Member
Registered: 2007-10-13
Posts: 3

Re: [plugin] [ORPHAN] ike_slideshow

ikebowen wrote:

The characters aren’t set up to be easily changed in this release (/me adds todo), but you can manually change them without much trouble. The pertinent HTML blocks for the backward/forward links are on lines 141 and 143 of the installed plugin code – replace ‹ and ›, respectively, with whatever you wish.

And along the lines of what jstubbs mentioned – it does seem that the style reference isn’t loading quite correctly. Changing the reference from styles.css to ../styles.css (or http://www.tmcphoto.com/cms/styles.css; might be safer) should fix the problem.

GREAT! Thanks so much :-D

Last edited by tmcdaily (2007-10-15 19:23:07)

Offline

#39 2007-10-21 19:08:14

freischwimmen
Member
From: Cologne
Registered: 2007-05-28
Posts: 71
Website

Re: [plugin] [ORPHAN] ike_slideshow

masa wrote:

I was wondering whether you might consider adding two options in a future update…

  • auto-play
  • displaying a simple, linked image list in the form of 1|2|3|4|5| etc. as an alternative to the current paginating/controls option

?

that would be really nice.
especially the linked image list thing seems useful.
great plugin!

Last edited by freischwimmen (2007-10-21 19:09:04)

Offline

#40 2007-10-21 19:38:33

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] ike_slideshow

freischwimmen wrote:

that would be really nice.
especially the linked image list thing seems useful.

If you don’t mind using tiny thumbnails instead of a numbered image list there’s another plugin that can do that: rss_thumbpop

Just enable the jpop option.

Regarding auto-play you might be interested in aro_slideshow

Cheers Martin

Offline

#41 2007-10-22 04:33:33

ikebowen
Archived Plugin Author
Registered: 2005-12-24
Posts: 48
Website

Re: [plugin] [ORPHAN] ike_slideshow

Thanks, Martin.

While thumbnails will likely be added in the next release, I doubt auto-play will actually be implemented. The premise of the plugin is simple functionality, not flashy presentation. There are other plugins that accomplish slideshows with flare (aro_slideshow, as Martin pointed out).

jstubbs: I haven’t forgotten… heh. That’s next on my list.

Offline

#42 2007-10-22 11:36:55

freischwimmen
Member
From: Cologne
Registered: 2007-05-28
Posts: 71
Website

Re: [plugin] [ORPHAN] ike_slideshow

thanks for the suggestions Martin, and for the update information Ikebowen.
Ikebowen, if you say

The premise of the plugin is simple functionality…

Any plans to implement that linked image list?
Seems to be the most straightforward way to display information and get there imo.

If there are no such plans, i have not managed to find any gallery plugin that has this feature,
any hints are greatly appreciated.

Offline

#43 2007-10-22 14:16:50

ikebowen
Archived Plugin Author
Registered: 2005-12-24
Posts: 48
Website

Re: [plugin] [ORPHAN] ike_slideshow

Yep, twas what I mean by ‘thumbnails’; apologies for not making that more clear. That’ll be in the next release as well.

To clarify: ‘simple functionality’ merely means that I don’t want this plugin to become… focused on style of presentation, if you will. That said, versatility has been a goal since modes were defined. :) I’ll keep developing this plugin, no worries, and feature requests are still encouraged.

Cheers -

Offline

#44 2007-10-22 14:25:19

freischwimmen
Member
From: Cologne
Registered: 2007-05-28
Posts: 71
Website

Re: [plugin] [ORPHAN] ike_slideshow

that`s great news, thank you Ikebowen.
looking forward to the new features, please keep up the good work!

Offline

#45 2007-10-31 14:26:49

gdtroiano
Archived Plugin Author
From: Highland Park, NJ
Registered: 2005-01-29
Posts: 59
Website

Re: [plugin] [ORPHAN] ike_slideshow

As is, is there a way to use the ike_slideshow javascript function to show to a specific image, instead of just moving forward and back?

Thanks!

Offline

#46 2007-10-31 14:36:20

ikebowen
Archived Plugin Author
Registered: 2005-12-24
Posts: 48
Website

Re: [plugin] [ORPHAN] ike_slideshow

Given that movement is step-based (e.g. step by -1 or 1 for backwards or forwards), I’m afraid not. A request has been made for small image thumbnails linking to images within the slideshow – is this along the lines of what you are thinking?

Offline

#47 2007-10-31 14:41:34

gdtroiano
Archived Plugin Author
From: Highland Park, NJ
Registered: 2005-01-29
Posts: 59
Website

Re: [plugin] [ORPHAN] ike_slideshow

ikebowen wrote:

Given that movement is step-based (e.g. step by -1 or 1 for backwards or forwards), I’m afraid not. A request has been made for small image thumbnails linking to images within the slideshow – is this along the lines of what you are thinking?

Thanks for the quick reply.

That’s exactly it. I already modified the plugin to show the thumbnails, but the navigation for displaying the specific image is where I’m stuck.

Thanks, again.

Offline

#48 2007-10-31 15:10:26

ikebowen
Archived Plugin Author
Registered: 2005-12-24
Posts: 48
Website

Re: [plugin] [ORPHAN] ike_slideshow

The easiest thing to do would, I think, be to assign each li within div.ike_slideshow an id reflecting the image id – image 123 might be contained within li#ike-slideshow-image-123. Clicking on thumbnail 123 could call ike_slideshow(hash,123), and because 123!=-1&&123!=1 (would break for image #1, yes), all li’s are set to display:none; with #ike-slideshow-image-123 being set to display:block.

… Hopefully that made sense. I’ll be building something along those lines into the next release, but hopefully it’ll be cleaner than the above. :)

Offline

Board footer

Powered by FluxBB