<div class="gmail_quote">On Sat, May 12, 2012 at 9:20 AM,  <span dir="ltr"><<a href="mailto:a.sonderhoff@gassi-tv.de" target="_blank">a.sonderhoff@gassi-tv.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I rewrote the template script into a cookbook script and included it in config.php as Peter suggested. no luck there. apparently the problem is about setting PTVs from within a pagelist.</blockquote></div><br>Sorry, I wasn't clear in my earlier email.  I wasn't suggesting that you take your existing script (step #2) and put it in config.php and leave the rest of the steps with the pagelist etc.  I was suggesting that you take steps #1 through 6 (the whole thing) and place it in a single markup:<br>

<br>(:mess_with_latestpage groupname varname:)<br><br>Then your script (triggered by the (:mess_with_latestpage ...:) markup) will find the latest page in that group and output all the various markup you are wanting to do.  Since it is a single markup rule you can easily put it early enough to occur prior to the (:title ...:) markup and etc.<br>

<br>Be aware that you cannot dynamically create PTV-setting markup, so you'll have to have some other way of doing that.if that's something you need...<br><br>For running a pagelist from PHP, check out how Hans did it in powertools.<br>

<br>-Peter<br>