Hello,
I'd like to find someone to consult with + install and configure whatever WYSIWYG/image/album modules/plugins/extras are needed such that:
1 - each user can add images to pages/books/stories they create using whatever WYSIWYG editor is installed:
-per user image folder (if the MCImageManager from tinyMCE would make the user interface easier/nicer, it can be included)
-they can resize the images
-the images come up in lightbox (without having to click to sourcecode and add the 'rel=lightbox' thing
2 - each user can create their own image galleries
-individual configurability is not neccessary - just a default layout of thumbnails which come up in lightbox
-some sort of 'browse' 'upload' function - mass upload is not a neccessity
-access only to the images/image galleries they've created
- such that each image is not an individual node - one node per gallery would be great (CCK/views style, perhaps?)
-first installation/configuration will be on a fresh install of drupal 5.7 with the marinelli theme
-if it works nicely, I'd like to have the same installation/configuration on multiple sites in the future
-if the galleries/albums implementation requires development/upgrade of modules/plugins I'll sponser them
-if it's possible to make a step by step tutorial on said installation/configuration such that the basic to somewhat-initiated drupal user can follow it, I'll sponser it/make it available to the community.
I believe my contact form here is enabled.
Thanks,
Justin
Comments
Addendum
Incidentally - the 'sponser' parts are just for the benefit of the community.
The project as a whole is a paid job and I'm aware that it might not be cheap.
-Justin
Here are my suggests if you
Here are my suggests if you want to try it yourself.
1-Forget TinyMCE go with FCKEditor which allows you to define custom upload directory per user.
2- I am almost sure there is a image editor for FCK
3- You may need to modify FCKeditor to have all of your images with rel="lightbox"
4- Go with CCK and Image field and a little bit theming (there are some tutorials out there about theming CCK output)
5- You can restrict viewing of gallery node just by theming (only an if statement)
6- Image field allow multiple uploads to same node
7- There is a module which allows you to create installation profiles from existing sites
thanks
Thank you for the suggestions.