<div dir="ltr">Yes, you are right, there is an error in the triad.php file, you could also replace<br><br>    "SetTmplDisplay('PageHeaderFmt', 0)");<br>with<br>    SetTmplDisplay('PageHeaderFmt', 0));<br>and<br>      "SetTmplDisplay('PageTitleFmt', 0)");<br>with<br>        SetTmplDisplay('PageTitleFmt', 0));  <br><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 3. Juli 2023 um 09:49 Uhr schrieb Piotr Dybczyński <<a href="mailto:piotr@dybczynski.pl">piotr@dybczynski.pl</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
it is (:noheader:) directive, that seems not to work.<br>
<br>
I had to replace<br>
<br>
Markup('noheader','directives','/\\(:noheader:\\)/',<br>
     "SetTmplDisplay('PageHeaderFmt', 0)");<br>
<br>
with<br>
<br>
function TriadNoHeader() { SetTmplDisplay('PageHeaderFmt', 0); }<br>
Markup('noheader','directives','/\\(:noheader:\\)/', "TriadNoHeader");<br>
<br>
<br>
Similar with (:notitle:)<br>
<br>
Regards,<br>
Piotr<br>
<br>
-- <br>
/************************************************************************<br>
                          dr Piotr A. Dybczyński<br>
  homepage: <a href="https://www.dybczynski.pl/Piotr" rel="noreferrer" target="_blank">https://www.dybczynski.pl/Piotr</a>   e-mail: <a href="mailto:piotr@dybczynski.pl" target="_blank">piotr@dybczynski.pl</a><br>
******************************************************************PAD***/<br>
<br>
W dniu 2.07.2023 o 21:22, Gregor Klarič pisze:<br>
> When I take the latest pmiki version, the sample config file and set <br>
> triad as the skin to use, I get a normal page with the triad skin as <br>
> seen at <a href="https://www.pmwiki.org/wiki/Skins/Triad" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Skins/Triad</a> <br>
> <<a href="https://www.pmwiki.org/wiki/Skins/Triad" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Skins/Triad</a>><br>
> Perhaps there are some other modifications loaded or there are some <br>
> settings in the config.php which cause this?<br>
> <br>
> Kind Regards,<br>
> Gregor<br>
> <br>
> Am So., 2. Juli 2023 um 14:25 Uhr schrieb Piotr Dybczyński <br>
> <<a href="mailto:piotr@dybczynski.pl" target="_blank">piotr@dybczynski.pl</a> <mailto:<a href="mailto:piotr@dybczynski.pl" target="_blank">piotr@dybczynski.pl</a>>>:<br>
> <br>
>     Hi,<br>
> <br>
>     I am working in upgrading all my numerous PmWiki instalations to work<br>
>     under Debian 12 with PHP 8.2 and found several problems.<br>
> <br>
> <br>
> <br>
>     When I start editing a page using PmWiki 2.3.24 and the Triad skin<br>
>     Version = 2023-02-24 without any cookbook allowed:<br>
> <br>
>     instead of header and title section being removed I see over the<br>
>     editing<br>
>     area:<br>
> <br>
>     SetTmplDisplay('PageHeaderFmt', 0)SetTmplDisplay('PageTitleFmt', 0)<br>
> <br>
>     Could you help in correcting this?<br>
> <br>
>     All the best,<br>
>     Piotr<br>
>     -- <br>
>     /************************************************************************<br>
>                                dr Piotr A. Dybczyński<br>
>        homepage: <a href="https://www.dybczynski.pl/Piotr" rel="noreferrer" target="_blank">https://www.dybczynski.pl/Piotr</a><br>
>     <<a href="https://www.dybczynski.pl/Piotr" rel="noreferrer" target="_blank">https://www.dybczynski.pl/Piotr</a>>   e-mail: <a href="mailto:piotr@dybczynski.pl" target="_blank">piotr@dybczynski.pl</a><br>
>     <mailto:<a href="mailto:piotr@dybczynski.pl" target="_blank">piotr@dybczynski.pl</a>><br>
>     ******************************************************************PAD***/<br>
> <br>
>     _______________________________________________<br>
>     pmwiki-users mailing list<br>
>     <a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a> <mailto:<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a>><br>
>     <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
>     <<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a>><br>
> <br>
</blockquote></div>