Active
Project:
Frontpage Slideshow
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 15:32 UTC
Updated:
2 Feb 2010 at 17:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
joecanti commentedI think that would be a good addition. You can also add the css changes to your theme css - better for upgrades, but I guess if you have to make a lot of changes it could add unnecessary weight to your theme css.
Joe
Comment #2
joecanti commentedWell I thought you could add css additions to the theme css - turns out you can only do it for some things which is strange? anyway... yes, thumbs up for a patch!
cheers, joe
Comment #3
joecanti commentedAwolfey, do you think you could let me know how you turned the css auto generation off please? I dont need mine to be switchable - although switchable would be the best method I guess...
cheers, joe
Comment #4
awolfey commentedJoe, this patch does what you ask and more:
It's against 6.x beta2
1. specify if css is overwritten.
2. add weight to slides for ordering of show
3. adds permission "edit any slide"
4. fixes the click to navigate (previously did nothing)
5. Hard codes Slide title and Slide Text labels on form.
So, pick through it for what you need. I'm not going to be able to support you on this. Maybe the maintainer will take interest.
Good luck!
Aaron
Comment #5
joecanti commentedHi Aaron,
Thanks for the patch...but unfortunately it didnt work out for me. The weight wasn't being 'stored' anywhere...
If you're interested here is the error:
user warning: Unknown column 'weight' in 'field list' query: INSERT INTO fpss_slides (nid, vid, ssid, weight, slide_url, slide_cat, slide_tag) VALUES (191, 191, 185, 2, 'http://www.tri4africa.co.uk/blog', 'blog2', 'this is the blog') in /var/www/users/rforbes/tri4africa.co.uk/sites/all/modules/fpss/fpss.module on line 752.
Thanks for trying though, and I definately think its worth persuing for this module but i understand your time contraints...
Any one else interested in seeing this patch a commit?? Maintaner??
Many thanks, joe
Comment #6
awolfey commentedYes, sorry. I forgot to explain that you'll either have to uninstall and reinstall the module, or you can look in the .install file and apply the changes to the db manually.
It's just a patch, so I did not create an update function.
If the maintainer shows any interest I'll work on it further.
Aaron
Comment #7
joecanti commentedHi Aaron,
Im installing it on another site of mine - will try the patch and report back here...
cheers, joe
Comment #8
joecanti commentedHi Aaron,
Have just unistalled and re installed the patch (removing db references) and everything is working great so thankyou very much. The slide weighting is an excellent feature, and the ability to turn the css overwriting off works well...
I think that this patch should be incorporated into the module.
I would suggest that if it became part of the module one extra change would be implemented to avoid confusion - the css should be split into 2 bits: one to deal with everything you enter into the module settings eg width and height. This one would be overwritten every time a change was made, and there would be no need to manualy edit. And the second part of the css which never gets overwritten, which deals with everything not adjustable in the module settings.
This would enable beginners to edit basic stuff like width/height, and advanced users to change everything else.
For now though, everything works great - good job Aaron and thanks for sharing that :-)
cheers, joe