I was quite surprised when I peeked at Talk's source code and saw that it had an admin page. It doesn't show up on the admin page menus because it didn't have an 'access arguments' element, which is required for all menu items after Drupal 6.2 (I think). Here's a patch which adds such an element and makes the admin page appear in the administration menu. Note that you'll need to rebuild your menu cache after applying this patch. (If you don't know how to do that, try going to your site's update.php page. Your caches will be dumped while going through the update process, even though nothing will really be updated.)

This is a pretty critical issue… Is Talk still being maintained?

CommentFileSizeAuthor
access.patch450 bytesGarrett Albright

Comments

cwgordon7’s picture

Assigned: Unassigned » cwgordon7
Status: Needs review » Reviewed & tested by the community

Yes, yes, yes... this was not necessary before Drupal 6.2.

bsherwood’s picture

Can we roll the patch in and create another stable version?

cwgordon7’s picture

Status: Reviewed & tested by the community » Fixed

Should be fixed in 6.x-1.5.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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