On 8/24/07, Marco Ferretti <[EMAIL PROTECTED]> wrote: > What I would like to achieve is to give the user to modify the Banner > on a per group basis ... something like <img class='banner' > src="$GroupBanner" alt="BANNER">
The following ought to work: have each group upload their banner to their group with a set name such as "banner.png" and then use the following in you tmpl: <img src="$ScriptUrl?n=$FullName&action=download&upname=banner.png">. eemeli _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
