I was not aware of the setting existed when mentioned in this comment http://drupal.org/node/445698#comment-2183824

I was able to set the setting only by directly going to admin/settings/activity

This page in not linked in any menu page is admin. It is not under Activity module (when you access admin by module). So there is no way to set this settting unless you know full path.

CommentFileSizeAuthor
#2 activity_config_error.jpg118.83 KBajayg

Comments

Scott Reynolds’s picture

Title: Activity access settings are not navigable unless you know full path. » Activity settings link seems out of order
Priority: Critical » Minor
ajayg’s picture

Priority: Critical » Minor
StatusFileSize
new118.83 KB

Hmm. I can't find the links from admin or admin/settings. Not even in the place you have shown. And here is screenshot for admin/by-module (like the 3rd image in your post) and you can clearly see the activity link is completely missing. Using 6.x-2.x-dev version

ajayg’s picture

Priority: Minor » Critical
Scott Reynolds’s picture

Status: Active » Postponed (maintainer needs more info)

Please don't change the priority. This is confined most likely to your setup. Critical is reserved for issues that prevent the module from working in all setups.

  • Does your webmaster user have permission: "administer activity"
  • Do you have the latest Activity2 download?
sirkitree’s picture

I've tried this with a fresh install and multiple themes and am having the same thing. I'm user 1 so have permissions and it is most definitely the latest from CVS.

http://skitch.com/sirkitree/ne1dh/site-configuration-drupal
http://skitch.com/sirkitree/ne1rg/administer-drupal

sirkitree’s picture

Priority: Minor » Normal
Status: Postponed (maintainer needs more info) » Needs work

So I went looking for what's up and found that if I remove the 'type' => MENU_CALLBACK, from the 'admin/settings/activity' item, and use devel to rebuild the menu router (with /devel/menu/reset) that I do then have the item appear.

http://skitch.com/sirkitree/neugm/administer-drupal

I think the correct item type should be MENU_NORMAL_ITEM

Scott Reynolds’s picture

Status: Needs work » Reviewed & tested by the community

ok committed that and change the weight from 3 to 0. That gave the proper ordering. But, should note that i was unable to reproduce still, http://skitch.com/supermanscott/neuec/site-configuration-scotts-contrib

And I believe the reason might be in how I set up my permissions for that user.
http://skitch.com/supermanscott/neue9/permissions-scotts-contrib

It was previously listed as a MENU_LOCAL_ITEM not MENU_CALLBACK.

http://drupal.org/cvs?commit=292738

Please let me know if that fixes what everyone is seeing.

ajayg’s picture

Status: Reviewed & tested by the community » Fixed

I confirm this has fixed the issue and I can see the activity settings at .../admin/by-module

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.