media 65
Home | Login | Register | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:   Password: 

Password Reset
Close


Go Back   Media 65 Forums > Media 65 Infomation Center > News and Announcements

News and Announcements News and Announcements

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-23-2006, 08:28 PM
Administrator
 
Join Date: Sep 2006
Posts: 332
Question changes made to Joomla Template!

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

Last edited by admin; 10-23-2006 at 09:33 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 09:10 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0