Closed (works as designed)
Project:
Override Node Options
Version:
6.x-1.10
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2010 at 09:20 UTC
Updated:
2 Oct 2012 at 00:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
timmillwoodThis would be nice, but is not a priority.
If a patch is supplied I will commit.
Comment #2
zahidansari commentedHi, its really urgent for me. If anyone can guide me through I will make a patch.
Comment #3
NathanM commentedEdit: nevermind, just realized I was the person who started this thread.
Comment #4
zahidansari commented@Nathan I just realized that patch can not be made for this as the publishing options are hard coded all over the drupal. That is just a bad design from drupal I guess. Now I have made the changes nearly 8 places to accommodate my custom options :(
Comment #5
NathanM commentedThe latest version of Custom Publishing Options lets you set editing permissions on your new publishing options, so this module shouldn't be necessary, unless you need to override the basic options.
Comment #6
hixster commentedCustom Publishing Options lets you set the permissions for who can change the option, but those options are still only available to users who have the administer nodes options, without that permission the custom publishing option is hidden, which is exactly what this module provides the solution too.
We need to allow users who don't have administer nodes to be able to set the custom publishing options.
Comment #7
NathanM commentedYes, you are right. Thanks for the heads-up.
Comment #8
hixster commentedcool, @NathanM is it much work to fix the issue? I have a couple of sites that could use this.
Comment #9
NathanM commentedVery easy. Just use custom_pub with override node options together. Make sure you have permissions set for both custom_pub and override node options, and you should be set. See an example here I'm including for a custom publishing option, ("feature"), which is available to authenticated users, who cannot view any of the other publishing options.
Comment #10
opdavies