<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">PmWiki's recently added ability to apply page security to page variables is a nice enhancement. The example given was:<div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 14px; line-height: 16px; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 14px; line-height: 16px; white-space: pre; "><code class="varlink" style="font-size: 13px; font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; "><a class="varlink" href="http://www.pmwiki.org/wiki/PmWiki/OtherVariables#FmtPV" style="text-decoration: none; ">$FmtPV</a></code></span><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 14px; line-height: 16px; white-space: pre; ">['$LastModifiedSummary'] = '@$authpage["csum"]'; # instead of '@$page["csum"]'</span></div><div><div><br></div></div><div>How would you apply page security to the page's title, or to other page variables? More examples, or else a pointer to the appropriate page of the PmWiki documentation would be helpful.<div><div><br></div><div>Also, are there recipes that would undo the benefit of the above by setting these page variable themselves, or is the above all I need to be concerned with? Does it matter where in config.php the above is placed?</div><div><br></div><div>Randy<br><div><br></div><div><br></div></div></div></div></body></html>