Closed (fixed)
Project:
Mailing List
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Aug 2008 at 19:20 UTC
Updated:
14 Aug 2009 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
litwol commentedYou cant yet. i need to build that feature. i'm putting it on my to-do list.
Comment #2
Ceb commentedAlright, thanks. I'll keep an eye on it.
Comment #3
emichan commentedHi,
I went ahead and made a patch for this functionality. You need to apply the patch from here : http://drupal.org/node/302953 before you apply the attached patch.
Patch from the parent directory of the mailing_list directory (sites/all/modules on a single site installation) then just patch -p0 < relative/path/to/mailing_list_add_export.patch
Applying patches: http://drupal.org/patch/apply
Comment #4
willeaton commentedAny chance of putting this into the devel version of the module? There seems very little to go wrong with the module, might be worthwhile just releasing it, its a good simple module, and very useful!
Thanks
Will
Comment #5
asmeyers commentedI've installed all the patches and they seemed to work - meaning I didn't get any errors when I ran the patch utility. However, when I go to the admin section and hit the new "export" link for a mailing list it goes here: http://www.domainname.com/mailing-list/1/export and it returns a 404 error: The requested page could not be found.
Am I doing something wrong?
Ashley
Comment #6
litwol commentedYou need to rebuild your menu settings cache.
visit your module administration page and it will fix the problem. yes simply by visiting the page admin/build/modules will fix it.
Comment #7
asmeyers commentedThank you. That worked. I'm new to Drupal so I didn't think about trying that. Thanks.
Comment #8
Jaza commentedWorking well for me. I'd say this is ready to commit.
Comment #9
litwol commentedThanks!