Needs work
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-2.8
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 01:17 UTC
Updated:
2 Jun 2011 at 06:42 UTC
Comments
Comment #1
eugenmayer commentedWell i wont implement this. Please care about finding someone helping you out here or maybe implement it yourself and provide a patch?
Thank you.
(will close thise issue after 2 weeks without any happening)
Comment #2
EliteMonk commented2. If choose only one preset... Not need display combobox on "Image details" screen.
File: wysiwyg_imageupload.form.inc
Method: function _wysiwyg_imageupload_details_form($img, $iid, $defaults = array())
Change
to
Find new bug:
if uncheck all presets in admin settings, then image not display on page, but display on "Image details" screen.
Comment #3
EliteMonk commented3. "Image alignment" on "Image details" screen always first (align by left) by default. But need in admin settings add option for choose default value.
File: wysiwyg_imageupload.module
Add method:
File: wysiwyg_imageupload.admin.inc
Method: wysiwyg_imageupload_admin_settings()
Add before return
File: wysiwyg_imageupload.form.inc
Method: _wysiwyg_imageupload_details_form($img, $iid, $defaults = array())
Change
to
Comment #4
eugenmayer commentedyou are mixing up 2 features, thats not good. Would be great if you can seperate them.
Are you aware on how to work with git?
Comment #5
EliteMonk commentedSorry, i am learn only. Please, give me link about git.
Comment #6
eugenmayer commentedhttps://github.com/EugenMayer/wysiwyg_imageupload
thats our main repo there
A really good book is that one http://progit.org/
You would need to create a github account, make a fork of wui there and start a pull request. That would be awesome. create a branch for each feature and your really good to go!
Comment #7
EliteMonk commentedty
Comment #8
eugenmayer commentedwould be cool to include this feature. What about a patch / pull reques Elite? All you other ideas already went in
Comment #9
EliteMonk commentedfeatures 2 and 3 i commited to github, features 1 have bugs, and i think i commited later...