Fórumok

What is the use of *.flt files in classic theme of Liferay 6?

thumbnail
zaheer mohammed saddapalli, módosítva 13 év-val korábban

What is the use of *.flt files in classic theme of Liferay 6?

Regular Member Bejegyzések: 165 Csatlakozás dátuma: 2008.01.15. Legújabb bejegyzések
Hi All,

I am trying to explore Liferay 6 theme part. I find many *ftl files in classic theme template folder. Here the files

  • init.ftl
  • init_custom.ftl
  • navigation.ftl
  • portal_normal.ftl
  • portlet.ftl


Here i would like to know the purpose of those ftl files

With Regards,
S Mohammed Zaheer
thumbnail
Sandeep Nair, módosítva 13 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Liferay Legend Bejegyzések: 1744 Csatlakozás dátuma: 2008.11.06. Legújabb bejegyzések
Its the extension for a template language called freemarker, just as vm is for velocity. Apparently liferay 6 also supports freemarker along with velocity.

http://www.liferay.com/community/forums/-/message_boards/message/4721160

Regards,
Sandeep
thumbnail
zaheer mohammed saddapalli, módosítva 13 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Regular Member Bejegyzések: 165 Csatlakozás dátuma: 2008.01.15. Legújabb bejegyzések
I know freemarker template language.

Let me explan in detail. There are bith Velocity Template and Freemarker Template file available in templates folder of classic theme in Liferay 6.

Why both?


With Regards,
Mohammed Zaheer
thumbnail
Sandeep Nair, módosítva 13 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Liferay Legend Bejegyzések: 1744 Csatlakozás dátuma: 2008.11.06. Legújabb bejegyzések
Check out the link that i gave b4, in one of the replies its said that support is given for both, and by default velocity is enabled, i guess there must be some property file which when set, begins to use freemarker

Regards,
Sandeep
thumbnail
zaheer mohammed saddapalli, módosítva 13 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Regular Member Bejegyzések: 165 Csatlakozás dátuma: 2008.01.15. Legújabb bejegyzések
Excellent feature ....

Here are the setting to use Freemarker Template Language

I have changed template-extion from vm to ftl for enabling Freemarker Templates Language in theme part.


<theme id="classic" name="Classic">
		<root-path>/html/themes/classic</root-path>
		<templates-path>${root-path}/templates</templates-path>
		<images-path>${root-path}/images</images-path>
	[b]	<template-extension>ftl</template-extension>[/b]

</theme>



Thank you Sandeep...

With Regards,
S Mohammed Zaheer
thumbnail
Sandeep Nair, módosítva 13 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Liferay Legend Bejegyzések: 1744 Csatlakozás dátuma: 2008.11.06. Legújabb bejegyzések
Thanks for sharing that one zaheer
thumbnail
Sushil Kumar Saini, módosítva 11 év-val korábban

RE: What is the use of *.flt files in classic theme of Liferay 6?

Regular Member Bejegyzések: 104 Csatlakozás dátuma: 2011.07.27. Legújabb bejegyzések
zaheer mohammed saddapalli:
Excellent feature ....

Here are the setting to use Freemarker Template Language

I have changed template-extion from vm to ftl for enabling Freemarker Templates Language in theme part.


<theme id="classic" name="Classic">
		<root-path>/html/themes/classic</root-path>
		<templates-path>${root-path}/templates</templates-path>
		<images-path>${root-path}/images</images-path>
	[b]	<template-extension>ftl</template-extension>[/b]

</theme>



Thank you Sandeep...

With Regards,
S Mohammed Zaheer

Thanks Zaheer for posting this helpful information ...!!