Closed (fixed)
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jun 2010 at 21:41 UTC
Updated:
26 Feb 2019 at 21:00 UTC
Jump to comment: Most recent
Comments
Comment #1
eugenmayer commentedits a one line integration. Please provide a patch and participate :)
Comment #2
Anonymous (not verified) commentedI wish I could! :) Please, give me a clue and tell me where that 'one line' goes and I'll try. I suffer code blindness and I have an illogic mind too. What can I do? ;)
Comment #3
troyer commentedHonestly the Lightbox submodule is pretty small, so you can learn a lot from digging through the code. It's pretty hard for one programmer alone to maintain support for each and every imagebox implementation. At least try to understand and take a look at the code.
Comment #4
Anonymous (not verified) commented@drupidoo I understand your point of view, my skills let me modify some themes/templates functions or create new themes but I am not a programmer and I can not trying to act as one. I do respect Eugen's time and effort, like I really do with any other open source developer. This is not an order it is just a request, you could take into account or just ignore it.
regards,
Comment #5
Anonymous (not verified) commentedHere it's my little contribution: Fancybox integration.
Please, review the code. I can't get to print the rel attribute (to grouping images on the same page), it is necessary to add a jquery selector:
$("a.fancybox").fancybox();Regards,
I don't know how to create a patch, so I will paste the code here:
wysiwyg_imageupload_fancybox.info
wysiwyg_imageupload_fancybox.install
wysiwyg_imageupload_fancybox.module
Comment #6
eugenmayer commentedThank you! I will integrate this in the next release
Comment #7
eugenmayer commentedComment #8
eugenmayer commentedAs 2.5 should be a maintainance release, i will take this one in for 2.6. Cann someone confirm thats working? (e.g. the code of the .info file is flaky)
Comment #9
eugenmayer commentedincluded in 2.5
Thanks for the contribution :)
Comment #10
Anonymous (not verified) commentedYour welcome ;)
Comment #11
eugenmayer commented