[Pmwiki-users] Re: What's the markup for a grouplist in pmwiki2?

John Feezell JohnFeezell
Thu Nov 4 07:22:52 CST 2004


On Wed, 3 Nov 2004 08:49:01 -0700, Patrick R. Michaud <pmichaud at pobox.com>  
wrote:

> On Wed, Nov 03, 2004 at 01:20:03AM -0600, My Newletters Etc. wrote:
>> Is there a simple way to get a group list similar to a
>> (:pagelist:) in pmwiki2?
>
> (:pagelist fmt=group:)
>
> Pm
>
This worked but resulted in URIs of the following form:
http://cbfa-cos.org/pmwiki2/pmwiki.phpProfiles

The following modification to one line of code (near the bottom of the
file)in script/pagelist.php corrected the problem.

original code:
   SDV($FPLGroupIFmt,"<li><a href='\$ScriptUrl\$Group'>\$Group</a></li>");

modified code:
   SDV($FPLGroupIFmt,"<li><a href='\$ScriptUrl\\\$Group'>\$Group</a></li>");

/JF




More information about the pmwiki-users mailing list