LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Ben Parker <[log in to unmask]>
Fri, 31 Dec 2004 20:13:59 -0700
text/plain (57 lines)
On Fri, 31 Dec 2004 17:37:45 -0800, "Stephen C. Nill"
<[log in to unmask]> wrote:

>I'd 
>prefer that Subscriber's Corner default to "Show All Lists" rather than to 
>"Show Subscribed Lists."  I'm guessing that this is a simple template mod

Dynamic Templates
 REPORT-MAIN template

in this area:

+* ------------- All vs Subscribed lists (Subscriber's corner only)
+*

+BB &+SUBSINFO;
+BB &+ALL_LISTS_AVAILABLE;
<tr><td class="side"><LABEL FOR="show">
+SE HELPTPL REPORT_SHOW_ALL_LISTS_POPUP
+SE HELPTITLE Show Subscribed List/All Lists help
+SE HELPSUB
+SE POPUP_HEIGHT 295
+IM POPUP_HELP
Show</a></LABEL>
</td><td>
<select name="a" id="show" OnChange="subform();">
<option value=""
+BB ^&+ALL_LISTS_OPT;
selected
+EB
>Subscribed Lists
<option value="maybe"
+BB &+ALL_LISTS_OPT;
selected
+EB
>All Lists
</select>
</td></tr>
+EB
+EB

------------------------
Easiest way to do this is probably to modify the SET Values

+BB &+ALL_LISTS_AVAILABLE;
<tr><td class="side"><LABEL FOR="show">
+SE HELPTPL REPORT_SHOW_ALL_LISTS_POPUP
+SE HELPTITLE Show Subscribed List/All Lists help
+SE HELPSUB
+SE POPUP_HEIGHT 295

by adding 1 line

+SE ALL_LISTS_OPT T            

(set it true, then conditional tests should all work to display this choice)

ATOM RSS1 RSS2