No button?
taite11 - November 25, 2008 - 07:16
| Project: | Content unpublish |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
There's no "Unpublish" button. Hmmmmm

#1
Did you enable the permissions to unpublish content?
#2
Yep. I tried it with a user that had permissions and also with the admin account.
#3
I'm unable to reproduce. Please write a fuller scenario - what node are you trying to unpublish? did you visit
admin/content/content_unpublishand 'Reset to defaults'?#4
I just clicked the "reset to defaults" button now. Seemed to have no effect.
I've looked at nodes of various content-types created using CCK.
Each node has "View, Edit, Delete, Track & Moderation" buttons up top and "add new comment, bookmark and Subscribe to: This Post" links below... Could it be conflicting with another module?
#5
Try disabling other contrib modules - start with this Track & Moderate module.
#6
.
#7
To get rid of those buttons I disabled "Admin Links" module, "Modr8" module and "Statistics" module but the "Unpublish" button has not appeared.
Then I also disabled everything else that shows up on the page including "Flag", "Notifications UI", "Fivestar" and "Sharethis"... but "Unpublish" did not show up.
#8
May I ask you to try and install it on a clean installation?
#9
I can try that a bit later.
Seems there are so many various error that reinstalling Drupal would be smart.
#10
For me too. Button is not visible. I have set permissions for visibility. I am using drupal 6.9 in debian lanny distribution.
One thing i would like to add is. I installed publish content module ( http://drupal.org/project/publishcontent ) before installing this one but that module does not have normal user level permission to publish/unpublish own posts. So i installed this module but button is not visible.
#11
@sourabh.iitm,
can you try it on a clean installation?
#12
I have installed a clean installation of drupal 6.9 and it is not working in clean installation either.
I installed the module and gave user permissions. Am i missing something?
#13
What do you see when you got admin/content/content_unpublish?
Try rebuilding your menu (but going to the modules page and clicking submit).
#14
An option to set the button label. By default Unpublish is written.
I tried restoring 2 defaults. That too is not working.
I have tried menu rebuilding menu as u said. I am using the menu_rebuild(); in index.php like this.
function install_main() {require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
menu_rebuild();
That too isn't working. Now i am testing on my local VISTA machine.