Nice module this one...

Do you plan the support for CCK fields, something similar to ImceImage: http://drupal.org/project/imceimage

Thanks for your work!

Comments

pixture’s picture

Next version (dev snapshot release on Feb 8,2010 or later) will add support for form textfield in addition to the textarea.
So you can realize the similar thing by doing as follows:

  1. Add a new field to a content type, a text field (not textarea). Let's use the name 'field_tinybrowser' for this field. Make sure that this text field can use Filtered HTML and allow <img> and <a> tag for the Filtered HTML format.
  2. Go to TinyBrowser settings page.
  3. Go to the General settings section
  4. Enter the ID of the field you have created to the "Enable inline image/file insertion into plain textareas".
    In this example, the field ID will be 'edit-field-tinybrowser-0-value'.

With these settings, you will see the 'insert image or link' right below the CCK field you have added. Clicking 'image' or 'link' will invoke TinyBrowser and you can select image or file to be inserted the field as either <img> or <a> tag. When this content is displayed, that field displays image/file you selected.

pixture’s picture

Status: Active » Fixed
pixture’s picture

Assigned: Unassigned » pixture

No activities for months.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

heyyo’s picture

Any chance to get support for filefield sources with insert from quicksketch

heyyo’s picture

Status: Closed (fixed) » Active
pixelsweatshop’s picture

+1 :)