[pmwiki-users] Obtaining the raw output of (:pagelist:)

Gregor Klarič klaric.gregor at gmail.com
Tue Nov 15 13:08:20 PST 2022


>
>
> Thank you very much!
>
> I ended up using
>
>  $searchwords=explode(" ",$searchstring);
>  $searchwords = array_map('trim', $searchwords);
>  list(,$name)=explode(".",$pagename);
>  $opt = [''=>$searchwords, 'name'=>"-$name" ];
>  FPLTemplatePageList($pagename, $list, $opt);
>
> in order to exclude the calling page from the result.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20221115/bfae648f/attachment.html>


More information about the pmwiki-users mailing list