Foros de discusión

html 5up-fractal .war does not have a liferay-plugin-package.xml

kavya m, modificado hace 7 años.

html 5up-fractal .war does not have a liferay-plugin-package.xml

New Member Mensajes: 15 Fecha de incorporación: 8/07/16 Mensajes recientes
Hi All,
Iam using liferay 6.2 prensent looking how to deploy themes. when i was deployed beveled theme in .war file, it deployed successfully. Now am trying to deploy html 5up-fractal it showing
error: html 5up-fractal.war does not have a WEB-INF/liferay-plugin-package.xml or WEB-INF/liferay-plugin-package.properties.

I have downloaded html5up-fractral.zip file and converted into html5up-fractal.war file. Then uploaded html5up-fractal.war file in App->App Manager->Install while deploying it shown error.

Please help me
thumbnail
Juan Gonzalez, modificado hace 7 años.

Move to more appropiate category

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
Move to more appropiate category
kavya m, modificado hace 7 años.

RE: html 5up-fractal .war does not have a liferay-plugin-package.xml

New Member Mensajes: 15 Fecha de incorporación: 8/07/16 Mensajes recientes
hi all,
I have a doubt that how to deploy downloaded themes on liferay 6.2. Regularly i use themes to deploy in ContolPanel->App->App Manager->Install. In install i will upload downloaded .war file is this way is correct or not. If there is another way. Please help me.
Thanks in advance.
kavya m, modificado hace 7 años.

RE: link is not working in calendar portlet

New Member Mensajes: 15 Fecha de incorporación: 8/07/16 Mensajes recientes
Hi all,
Am new to liferay. Am practising on how to create a customise calendar portlet. I have written monthly code in html (for ex: January.html to December .html). My calendar portlet is visible in liferay, but clicking previous and next month link it showing error.

I gave link january to december pages in html.

january.html
<li class="prev">prev</li>
<li class="next"><a href="february.html" >next</a></li>

feb.html
<li class="prev"><a href="january.html">prev</li>
<li class="next"><a href="march.html" >next</a></li>
......

dec.html

when am clicking previous and next month it showing error. we have to write steps using render and action url.. can anyone please help me.