Closed (fixed)
Project:
Bookmarklet
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Jun 2010 at 01:58 UTC
Updated:
4 Dec 2016 at 19:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThis 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.
Comment #2
hefox commentedSimple 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).
Comment #3
hefox commentedChanging status
Comment #4
Anonymous (not verified) commentedExcellent. 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!
Comment #5
boris mann commentedDepending on Vertical Tabs for further UI simplification would be one option that would fit in the skinny bookmarklet.
Comment #6
Anonymous (not verified) commentedI 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!
Comment #7
Anonymous (not verified) commented