Closed (fixed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jan 2008 at 17:16 UTC
Updated:
14 Jul 2012 at 19:24 UTC
Jump to comment: Most recent file
As asked by Kieran, I've developed a jquery plugin that presents a slideshow from a flickr photoset. The aim of this work is to add a slideshow with photos of people on drupalcons, on the mission statement at boston2008.drupalcon.org site.
It reads from this photoset:
http://www.flickr.com/photos/23181861@N08/sets/72157603787442877/
Patch rolled against bluebeach theme of boston2008.drupalcon.org site attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | mission_block.diff | 1.72 KB | nnewton |
| #7 | 800x600.png | 342.56 KB | mikey_p |
| #6 | 600x800-safari.png | 177.07 KB | Amazon |
| #6 | 1280*854-safari.png | 201.27 KB | Amazon |
| #5 | drupalcon.org_.png | 354.07 KB | mikey_p |
Comments
Comment #1
Amazon commentedModifying BlueBeach has become a problem for us. If this is to be done as a module, which modifies the mission statement then please provide the module.
Ideally we would try this patch on Drupalcon.org and ultimately have this same feature in the mission statement on Drupal.org to help with showcases.
Kieran
Comment #2
recidive commentedA module can provide a block, changing the mission statement would require theme modifications AFAIK.
Comment #3
Amazon commentedThis has now been deployed at http://drupalcon.org. Thanks Henrique!
Henrique, if you get a chance to make the speed variable and add a pause on mouse over, or click to start slide show that would help to get this patch on Drupal.org.
Kieran
Comment #4
chrisfromredfinLinux Firefox seeing the slideshow appear this way (see attachment):
Comment #5
mikey_p commentedRather broken in Safari 3 as well. See attached.
Comment #6
Amazon commented600*800 in safari 3.0.4 looks fine.
1280*854 in safari 3.0.4 looks fine.
Both on leopard osx.
Comment #7
mikey_p commentedOn 10.5 here, with Safari Version 3.0.4 (5523.10.6)
Above screenshot was with 1280x800.
I've attached another with 800x600, same problem
Comment #8
gregglesbe sure to refresh your browser cache. I had this problem on Firefox+Ubuntu as well at first - a "ctrl+f5" fixed it for me.
Comment #9
kkaefer commentedThe file name of the CSS file should be changed (or postfixed with a unique string) so that all browsers load the new file. I believe drupal.org uses far future expires headers for all static content so the fixed slideshow won't show up in browsers which already have the old, and broken version cached.
Comment #10
chrisfromredfinThe mission statement text seems unnecessarily large (by comparison with standard text). It's already highlighted by use of the orange box, so I wonder if shrinking the missiontext font size by a point or so would push the other content up (like "sponsorships," which is obviously important).
Also, I'm seeing that the "a" tags around the first link seem a little peculiar to me. Right now they're like:
I think it would be much more sensible to use:
Comment #11
nnewton commentedAttached is the diff for the modified mission block template (what is displaying the table of links).
Comment #12
chrisfromredfinThis patch doesn't address comment #10:
...note there's no closing a-tag before the href="fee" starts.
Comment #13
recidive commentedIMO, these links could go direct on the mission statement configurable at admin/settings/site-information. There is no reason to hardcode this in the theme.
The 'style' tags are not acceptable and we should consider moving this to the .css file. Also we should consider doing this as unordered lists in a similar way to how its done on drupal.org.
By the way, can we move this discussion to another issue, and keep this one focused on the focus slideshow?
Comment #14
nnewton commentedre: cwells
Yes, the patch just reflects what was currently on the site, not my proposal for fixing anything. I've since fixed the closing anchor. Thanks for pointing that out.
re: recidive
I agree with pretty much everything you say, the current version is just a hack job Kieran and I threw together when nobody else was online. New issue to fix it here: http://drupal.org/node/215220
Comment #15
recidive commentedWe need to change slideshow/slideshow.js to point to this new photoset:
http://www.flickr.com/photos/24208587@N04/sets/72157604052983535
Anyone with access to server could change the 'photoset_id' param to 72157604052983535 for us?
Thanks!
Comment #16
mikey_p commentedComment #17
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.