Support for Categories, Explanitory text, removed tablesort
arthurf - June 14, 2006 - 14:14
| Project: | Mailing List Manager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Here's a patch that adds two features to MLM and fixes the table sort problem
1) adds support for categories so that on the User Edit screen, there is a category for "Mailing Lists"
2) admin option to set explanatory text to display on the the User Edit > Mailing List page
3) removes call to "tablesort_pager()" which was pulled from 4.7
Hopefully this is helpful for other people.
| Attachment | Size |
|---|---|
| mlm.patches | 4 KB |

#1
This patch somewhat addresses this: http://drupal.org/node/55738 by implementing the explanation text which is also displayed on Edit User > Mailinglists.
This patch includes the fixes from above.
#2
And here's the file
#3
Here's a revised patch which doesn't throw errors upon login.
#4
Hi, after applying your patch mlm.2.patch i get this error at admin/mlm
Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT COUNT(1) FROM in /home/user/public_html/drupal/includes/database.mysql.inc on line 120
--rafi
#5
I've moved the lists to a separate user category, so I'm going to call this issue fixed.
Going forward, let's try to stick to one-change-per-patch. :)
Thanks a lot!
#6