Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-23 Thread Richard Barrett
On Wednesday, July 23, 2003, at 03:33 PM, John DeCarlo wrote: Hello, Thanks to Richard, I came up with an extremely crude patch to do what Rob asked for. I modified the FormatUsers function in ~mailman/Mailman/HTMLFormatter.py At the end of this function there is a line: got = Link(url, s

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-23 Thread John DeCarlo
Hello, Thanks to Richard, I came up with an extremely crude patch to do what Rob asked for. I modified the FormatUsers function in ~mailman/Mailman/HTMLFormatter.py At the end of this function there is a line: got = Link(url, showing) I changed it to be: gotname = self.getMemberName(per

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-22 Thread Steve Burling
--On Tuesday, July 22, 2003 9:21 AM +0100 Rob Brandt <[EMAIL PROTECTED]> wrote: Yes, I'm sure I misunderstood since I may not have gotten the original question that you answered. I was hoping for a subscriber's list function including names that could be browsed from the listinfo page. I've neve

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-22 Thread Richard Barrett
On Tuesday, July 22, 2003, at 06:02 PM, John DeCarlo wrote: Rob, I can't help you with the web interface. The cgi-bin programs are not plain text Python. Presumably they are compiled code, binaries. Not quite correct. The actual work of MM CGI programs is done by regular Python scripts locat

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-22 Thread John DeCarlo
Rob, I can't help you with the web interface. The cgi-bin programs are not plain text Python. Presumably they are compiled code, binaries. Perhaps you could go to the sourceforge Mailman site and submit this as an enhancement request. Another alternative is to fiddle with the email "who" com

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-22 Thread John DeCarlo
Rob, Did you try "./list_members -a "? This is just another command line script, used by humans or their scripts, but which is not used by Mailman AFAIK. I have to admit I don't know exactly what you mean by "gone to one of my mailing lists". It sounds like maybe you want to change the web i

Re: [Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-21 Thread John DeCarlo
Nicolas, My Python programming skills are crude and self taught. However, I modified list_members to include more information by default, as well as adding a "-a" option to list the full name of the user. I have attached it here. I keep it a separate name so that it doesn't get overwritten w

[Mailman-Users] How to show name in the subscriber list mailman2.1.2 ?

2003-07-17 Thread CLOCHARD Nicolas
Hi, I search to kown if the display of user name in the subscriber list is possible under mailman 2.1.2 I parse all the option but I di not find it, nothing is on the FAQ and nothing on the post of the mailing list. If this is not possible, may be it can be a feature request for the futur version