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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | activity_config_error.jpg | 118.83 KB | ajayg |
Comments
Comment #1
Scott Reynolds commentedhttp://img.skitch.com/20091121-n4q4dfyssarhaabrm8dk51983b.jpg
http://img.skitch.com/20091121-ksimq2f241cct119fkncihdpth.jpg
http://img.skitch.com/20091121-twaj8a9ebi3cx9suak8y3h1wf2.jpg
Comment #2
ajayg commentedHmm. 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
Comment #3
ajayg commentedComment #4
Scott Reynolds commentedPlease 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.
Comment #5
sirkitree commentedI'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
Comment #6
sirkitree commentedSo 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_ITEMComment #7
Scott Reynolds commentedok 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.
Comment #8
ajayg commentedI confirm this has fixed the issue and I can see the activity settings at .../admin/by-module