Ticket #321 (closed enhancement: needs testing)
Automate homepage images and text with module - TRAC
Reported by: | ed | Owned by: | jim |
---|---|---|---|
Priority: | critical | Milestone: | Phase 5 |
Component: | Drupal modules & settings | Keywords: | |
Cc: | laura | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 1.0 |
Description
atm it's a handmade bodge - need to enable admin users to upload new images and edit text without coding requirement. Laura knows of module?
Change History
comment:2 Changed 5 years ago by jim
- Status changed from new to accepted
There are 4 parts to this:
- a new content type that allows titles, blurbs and images to be entered.
- a new view that selects these nodes - only published ones to allow easy filtering
- the views_slideshow module and jquery.cycle library that allows nice slideshow/fades/whatevers based on a view.
- (possibly) some CSS wrangling to make it look right.
I've used the above several times, most recently on my 'D7 quickie' site http://www.demolitionandsalvage.co.uk/
The needed parts are in now in SVN.
comment:4 Changed 5 years ago by jim
- Add Hours to Ticket changed from 0.0 to 1.0
- Status changed from accepted to closed
- Resolution set to needs testing
- Total Hours changed from 0.0 to 1.0
- New CT "Slideshow frame" added, representing one single frame of the slideshow.
- Fields: Title, Blurb (short plain text), Link, Image
- Perms: admins & editors can create, publish and edit slideshow frames.
- Image preset set so images will be auto-sized/cropped to 600x300, unless already that size -- in other words, the system will handle too big images and reject too small ones. If editors want control over the crop, they need to do that before uploading it.
- New "Homepage slideshow" nodequeue added to allow selection and ordering of slides, currently a max of 7 is set.
- Slideshow view added, classes re-used to style it up.
Done as far as I can see...
Note: See
TracTickets for help on using
tickets.
It's a cck type not a module as such. Will liaise with Jim whats needed or can do.