Project:Simplenews Digest
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

I am running D6.13, using Garland, and am logged in as user1. I installed digest but the settings option does not appear in admin -> content management -> newsletters.

I downloaded dev this afternoon so I assume it is the most recent version. I am not a code and am not sure what else I can provide at this moment. I am willing to troubleshoot if you want to give me some direction. I have devel installed if that helps.

I am anxious to make this work ASAP.
thanks

Comments

#1

Also, I am using simplenews module 6.x-1.0-rc6 if that matters.
c

#2

You must set the Permissions for Simple News Digest. There's one for Administer Simple News Digest.

#3

first thing I checked. there aren't any permissions showing up to set. it is like the module doesn't exist.

Besides, I am in as user1. you don't have to set permissions for user1.

any other ideas? I am at a loss.

#4

Sorry, it took me awhile to answer. We had a problem on our phone line and no service for a week.

I think what you are looking for is at ...admin/settings/simplenews/digest_settings.

Ashford

#5

Category:support request» bug report

Re #4,
Yes admin/settings/simplenews/digest_settings is the URL but it would be nice if it appeared as a tab under the Simplenews settings (admin/settings/simplenews), as I believe it used to.

I am referring to 6.x-1.x-dev of 2011-Feb-25.

There's an error in the code, file simplenews_digest.module, function simplenews_digest_menu(), line #9:

    'type' => MENU_NORMAL_ITEM,

should be:
    'type' => MENU_LOCAL_TASK,

Then go to admin/settings/performance and press the "Clear cached data" button at the bottom of the page.
Voila!
You digest settings page will appear as a tab on the Simplenews settings page.

PS: nice module!