On Sat, Mar 2, 2013 at 10:25 AM, Hans Bracker <span dir="ltr"><<a href="mailto:design@softflow.co.uk" target="_blank">design@softflow.co.uk</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
> None of this helps, weirdly and unfortunately. It has something to do<br>
> with Hans' markup for foxblog. If I use fmt=#blogtitles, it shows the<br>
>  correct title. It seems to be this bit of code, sort of:<br>
<br>
> (:if equal {>$Group}:)<br>
> (:title {$Title}:)(:if:)<br>
<br>
> If I get rid of it, then the last blog post title becomes the title<br>
>  (even with the EnablePageTitlePriority now set), which is not what<br>
>  I want either, but may give someone a hint as to what is going on.<br>
<br>
</div>remove<br>
<div class="im">   (:if equal {>$Group}:)<br>
   (:title {$Title}:)(:if:)<br>
</div>from the pagelist template.<br>
It was only added to provide a way that the included titles would not<br>
override the Blog index page title.<br>
<br>
Add in config<br>
   $EnablePageTitlePriority = 1;<br>
<br>
Change you title markup on the Blog index page to something like<br>
   (:title Blog:)<br>
not (:Title Blog:)<br>
i.e. avoid the capital T, as the title markup will not work<br>
otherwise (I guess).<br>
<br>
Check that the Blog title displays by disabling the blog pagelist<br>
temporarily.<br>
<br>
Check that $EnablePageTitlePriority = 1; works by adding a<br>
(:title Test Title.... :) markup further down the Blog index page.<br>
This should not display.<br>
<br>
If $EnablePageTitlePriority = 1; does not work by displaying the first<br>
(:title ..:) markup on the page, move the (:title Blog:) markup to<br>
the bottom of the page, below the blog pagelist.<br>
<br>
<br>
<br>
Best regards,<br>
 Hans<br>
mailto:<a href="mailto:design@softflow.co.uk">design@softflow.co.uk</a><br>
<a href="http://www.softflow.co.uk" target="_blank">www.softflow.co.uk</a><br></blockquote><div> </div><div>Thanks Hans. The last idea worked. No idea why $EnablePageTitlePriority isn't working here, but so this is okay as a workaround.</div>
<div><br></div><div>cheers,</div><div>Maria</div></div>