Vista combinada Visión Plana Vista de árbol
Discusiones [ Anterior | Siguiente ]
toggle
biswajit sarkar
steps of custom theme development
21 de febrero de 2012 3:54
Respuesta

biswajit sarkar

Ranking: Regular Member

Mensajes: 141

Fecha de incorporación: 17 de octubre de 2011

Mensajes recientes

i need to create a custom theme......
i am using eclipse ide for creating theme.....
I know the basic steps(css and javascript)..
but i want create custom (velosity) template for my theme...
the problem is that when i write my custom vm in "int_custom.vm"...after deploy i saw two body content.....
please guide....

my theme screen below------------>
Adjunto

archivos adjuntos: Screenshot-6.png (107,3k)
Kavita Gupta
RE: steps of custom theme development
21 de febrero de 2012 4:03
Respuesta

Kavita Gupta

Ranking: Junior Member

Mensajes: 64

Fecha de incorporación: 12 de marzo de 2008

Mensajes recientes

Hi,

Body code is define in portal_normal.vm and if u r using same code in ur custom.vm file and both file is included then it will render two times.Might be you can check whether file is included two times.

Or You can deploy theme from command prompt instead of eclipse IDE. Sometimes changes won't reflect. So first remove ur theme from webapps tomcat folder, delete work and temp directory and redeploy ur theme from command prompt.

Regards,
Kavita