Skip to Content.
Sympa Menu

en - Re: [sympa-users] WEB INTERFACE NO VIEW SUBSCRIBERS

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Aumont - Comite Reseaux des Universites <address@concealed>
  • To: "Walter H. Hopgood" <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] WEB INTERFACE NO VIEW SUBSCRIBERS
  • Date: Tue, 11 Oct 2005 08:42:50 +0200


Serge replied:

Yes it is. Link is named "review" in the list menu. You may access it as listmaster or list owner but also with any other role depending of the review parameter of the list. Did you try it as list owner (but not listmater) ?

Actually, I had the same problem as Juan. There was no way to edit
subscribers for listmaster, listowners, nada. I had to edit the
file list_admin_menu.tt2 and add in:

[% IF is_owner %]
[% IF action == 'review' %][% SET class = 'menuLinksCurrentPage' %][% ELSE
%][% SET class = 'menuLinks' %][% END %]
<li><a class="[% class %]" href="[% path_cgi %]/review/[% list %]">[%|loc%]Manage
Subscribers[%END%]</a></li>
[% END %]

Ok, now I think I understand the problem you have. There is no button to rich "Manage Subscribers" as sub-item of button "Admin". But in fact this is not a error : I decided to remove this link because the "Review" link is present in this page (at the end of the list menu) and it is exactly the same link because review html page is a unique action that show only subscribers or the sull administration page depending of user privilege.
Your reaction prove this was not good for ergonomics and I will add "manage
Subscribers" button as you did it.


Serge

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.19+.

Top of Page