Wes wrote: > >This effectively goes to the options page and then submits the form as >if the user clicked the "unsubscribe" button on the options page. > >This works fine, but I'd really like to customize the page that the user >sees. It currently has a confirmation at the top saying "the >confirmation email has been sent", but the rest of the page contains 3 >big blue sections, one being a password box, the second being the >unsubscribe button, and the third being a password reminder button. The >user doesn't need to see any of this, because I've already submitted the >form for them (via a GET) . > >Is there any way to customize this page? I only see a customization >optios for the subscribe page, and the user specific options page, but >not this page.
This page is hard coded in Mailman/Cgi/Options.py. If you have the ability to patch the code, it would be fairly straightforward to add another variable to the query portion of your URL so you could identify that this is what you're dealing with and just not generate the 3 extra sections in that case. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
