Skip to Content.
Sympa Menu

devel - RE: [sympa-dev] Changing the login view, and integrating "home", "your lists", "all lists"...

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "Adam Bernstein" <address@concealed>
  • To: <address@concealed>
  • Cc: <address@concealed>
  • Subject: RE: [sympa-dev] Changing the login view, and integrating "home", "your lists", "all lists"...
  • Date: Fri, 31 May 2002 23:29:02 -0700

> This allows you to easily carry the 'Your groups' box in all pages via
> the 'get_which' variable.

That's really excellent... but can you help me with the details? Just
substituting "get_which" (or "which_info" -- I'm confused even there)
for the variable "which" does not work, and I can't figure out from
the code what changes I need to make to use the new variable. So, if
this is the basic code that's currently generating the 'which' page:

[FOREACH l IN which]
[IF l->admin]
<A HREF="[base_url][path_cgi]/admin/[l->NAME]" ><b>admin</b></A>
[ENDIF]
<A HREF="[path_cgi]/info/[l->NAME]" ><b>[l->NAME]</A><br></font>
[l->subject]</font>
[END]

can you tell me what the new code should look like with get_which or
which_info? Substituting get_which gives me blanks; substituting
which_info does slightly better, giving me a list of the groups of
which I'm a subscriber but none for which I'm only an administrator.
Is that a bug?

> Sympa 3.3.5 also makes the list of topics available in all pages
> (see previous
> release_notes extract).

How about the list of all lists?

> We might be interesting in integrating some of your
> customization, if you agree.
> Please keep us informed about your project...

I would be happy to contribute. I'll let you know when they're in
decent shape.

adam



  • RE: [sympa-dev] Changing the login view, and integrating "home", "your lists", "all lists"..., Adam Bernstein, 06/01/2002

Archive powered by MHonArc 2.6.19+.

Top of Page