Well after looking at the Joomla Beta on the Subversion again tonight
they have change part of the template systems condition code once again.
It’s PHP code now not pat template code for conditions.
PHP Code:
<jdoc:exists type="modules" condition="user1">
<jdoc:include type="modules" name="user1" style="-2"/>
</jdoc:exists>
is now:
PHP Code:
<? if($this->countModules('user1')) : ?>
<jdoc:include type="modules" name="user1" style="xhtml" />
<? endif; ?>
As per the changelog Pat Templates were removed.
I hope this was to add backwards compatibility to more templates and components.
I to be frank

here I’m not happy with this. Why change from the old way in the first place.
So yes there are going to be delays in the beta of our extension.
It’s not writing the extension code that takes that much time it’s testing and documentation of the extension.
As always I’m on the case.
Cheers,
Brian