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)
Description

There's no "Unpublish" button. Hmmmmm

#1

Amitaibu - November 25, 2008 - 07:18
Status:active» postponed (maintainer needs more info)

Did you enable the permissions to unpublish content?

#2

taite11 - November 25, 2008 - 07:20

Yep. I tried it with a user that had permissions and also with the admin account.

#3

Amitaibu - November 25, 2008 - 07:34

I'm unable to reproduce. Please write a fuller scenario - what node are you trying to unpublish? did you visit admin/content/content_unpublish and 'Reset to defaults'?

#4

taite11 - November 25, 2008 - 08:18

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

Amitaibu - November 25, 2008 - 08:20

Try disabling other contrib modules - start with this Track & Moderate module.

#6

taite11 - November 25, 2008 - 09:41

.

#7

taite11 - November 25, 2008 - 09:41

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

Amitaibu - November 25, 2008 - 09:43

May I ask you to try and install it on a clean installation?

#9

taite11 - November 25, 2008 - 18:18

I can try that a bit later.
Seems there are so many various error that reinstalling Drupal would be smart.

#10

sourabh.iitm - January 29, 2009 - 09:15

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

Amitaibu - February 3, 2009 - 16:18

@sourabh.iitm,
can you try it on a clean installation?

#12

sourabh.iitm - February 4, 2009 - 15:48

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

Amitaibu - February 19, 2009 - 23:52

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

sourabh.iitm - February 21, 2009 - 07:00

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.

 
 

Drupal is a registered trademark of Dries Buytaert.