Closed (fixed)
Project:
Fasttoggle
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Apr 2010 at 10:48 UTC
Updated:
14 Mar 2014 at 22:28 UTC
Jump to comment: Most recent
This would be an excellent usability feature; I have a several custom publishing options ( http://drupal.org/project/custom_pub ), but having only part of the publishing options switchable by fasttoggle feels a bit limited.
Thanks!
Comments
Comment #1
socialnicheguru commentedThis is a great module.
Is there anyway to support custom_publishing option module for D7?
Comment #2
nigelcunningham commentedThanks for the request, and sorry for taking so long to get around to it.
I'm planning on reworking Fasttoggle to make the core a lot more generic and make things like this doable. I'll start on this within a couple of days, Lord willing.
Comment #3
kevinquillen commentedI think this is almost impossible to do without either introducing new hooks to add to option data (which already exists basically) or not using hook_form_FORM_ID_alter for Fasttoggle.
I had a working patch for Custom Publish Options, but the options simply will not show because hook_form_FORM_ID_alter is called after hook_form_alter according to the documentation- effectively overriding my attempt to add on to the options on the node form.
This means that even though I am supplying the custom options, I get overridden by hook_form_FORM_ID_alter in Fasttoggle.
http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...
My patch for my own module (worked a few months ago, now doesn't):
http://drupal.org/files/1384006.patch
Comment #4
nigelcunningham commentedPatch just added to http://drupal.org/node/1384006 for D7.
Comment #5
nigelcunningham commentedThe patch in the issue pointed to by comment 4 is ready to be applied (if it hasn't been already). Closing this issue.