I love this module!

I did notice, however, that when I turn on taxonomy for the content type I am not given the option in the bookmarklet to enter any tags.

CommentFileSizeAuthor
#2 bookmarkletui_changes.patch1.36 KBhefox
#2 bookmarkletui.zip3.27 KBhefox

Comments

Anonymous’s picture

This is likely because of my very heavy handed filtering of all non-required elements on a node form. It's not ideal. It also slightly doesn't work the smart way I wanted it to. A fieldset containing the vocabularies is probably being disabled.

I don't have the desire to develop a UI for configuring the bookmarklet myself, because I don't think I could do it well. So for now I'm relying on hook_form_alter() because it at least is a Drupal-y way of doing it. I'm trying to think of reasonable ways to allow the Drupal site builder to customize the displayed elements. I'd really like to piggy back onto something like the content display settings, but I haven't looked into it.

I will definitely see about getting the immediate problem dealt with or explained, because I'm having it too.

But generally, if you have any ideas or time to consider this feature of what is customizable and how, it would be great to get some input and assistance.

hefox’s picture

StatusFileSize
new3.27 KB
new1.36 KB

Simple bookmarklet UI module, configuration of what fields to appear at admin/content/node-type//bookmarklet (assuming node type is enabled for bookmarklet).

Reweighted module to run after fieldgroup (10).

hefox’s picture

Title: Taxonomy not working » Configuration UI for what fields are included in bookmarklet
Status: Active » Needs review

Changing status

Anonymous’s picture

Excellent. I will want to merge this into the module as an .inc file loaded by the menu system. I should be able to do that soon, and it will probably fix the fundamental problems that result in this particular issue from what I've seen so far!

boris mann’s picture

Depending on Vertical Tabs for further UI simplification would be one option that would fit in the skinny bookmarklet.

Anonymous’s picture

I committed most of the work in comment #3. I did not include the apparent ability to use any form (not just node forms) in the bookmarklet, because I don't see how the rest of the module makes this a possibility yet.

http://drupal.org/cvs?commit=392008

Thanks Fox!

Anonymous’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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