Download & Extend

Support for Categories, Explanitory text, removed tablesort

Project:Mailing List Manager
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
mlm.patches4 KB

Comments

#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

AttachmentSize
mlm.1.patch 5.39 KB

#3

Here's a revised patch which doesn't throw errors upon login.

AttachmentSize
mlm.2.patch 5.4 KB

#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

Version:master» 5.x-1.x-dev
Status:needs review» fixed

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

Status:fixed» closed (fixed)
nobody click here