Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Nishikant sapkal
crystal x theme customization
March 30, 2010 12:41 AM
Answer

Nishikant sapkal

Rank: Junior Member

Posts: 61

Join Date: February 15, 2010

Recent Posts

Hi i am using crystal x theme can anybody will tell me where in portal_normal.vm file i will have to make changes so that i can add header and footer in theme also i im using free template layout also will anybody please tell me how to change that background gradation as image is not there of that type. please help me in that sort......
Bavithra Rajendran
RE: crystal x theme customization
March 30, 2010 1:37 AM
Answer

Bavithra Rajendran

LIFERAY STAFF

Rank: Regular Member

Posts: 123

Join Date: October 7, 2009

Recent Posts

Hi !

Hi i am using crystal x theme can anybody will tell me where in portal_normal.vm file i will have to make changes so that i can add header and footer in theme

You can find the portal_normal.vm file under your liferay-portal-/tomcat-/webapps/crystalx-theme/templates. If you want to add something in your header and footer, add your code under <head></head> and <div id="footer"></div> of your portal_normal.vm file.

how to change that background gradation as image is not there of that type. please help me in that sort......

For this, you need to modify in the custom.css file which is under liferay-portal-/tomcat-/webapps/crystalx-theme/css.

You can also create your theme by using plugins sdk and do these type of changes. If you want your theme to be like crystal-x then you can copy the files and use it in your own theme and modify it as per your requirement.

Thanks,
Bavithra Rajendran
Nishikant sapkal
RE: crystal x theme customization
March 30, 2010 4:04 AM
Answer

Nishikant sapkal

Rank: Junior Member

Posts: 61

Join Date: February 15, 2010

Recent Posts

Thanks Bavithra,
i am completed with the header part but even though i am making changes in <div id="footer"></div> tab these are not reflecting. I am using free template layout is it because of that?
if it then what should i do solve the problem.
Nidhi Singh
RE: crystal x theme customization
March 30, 2010 4:35 AM
Answer

Nidhi Singh

LIFERAY STAFF

Rank: Regular Member

Posts: 155

Join Date: October 7, 2009

Recent Posts

Nishikant sapkal:
i am making changes in <div id="footer"></div> tab these are not reflecting. I am using free template layout is it because of that?
if it then what should i do solve the problem.


Hi,

in portal_normal.vm file use given below lines before </body>
<div id="footer">Nidhi Singh</div>
</div>

Thanks
Nidhi Singh
Senthil Chockalingam
RE: theme customization
April 13, 2011 5:54 AM
Answer

Senthil Chockalingam

Rank: Junior Member

Posts: 58

Join Date: January 18, 2010

Recent Posts

Hi,

I have changed the look and feel of portal_normal.vm. But it is not reflecting in browser ASAP (approximatly it is taking 5 to 6 mins to refresh). if i restart the Tomcat(webserver), then it got update.

With Regards,
C.Karupiah / Senthil
James Falkner
RE: theme customization
April 13, 2011 10:31 AM
Answer

James Falkner

LIFERAY STAFF

Rank: Liferay Master

Posts: 974

Join Date: September 17, 2010

Recent Posts

Senthil Chockalingam:
Hi,

I have changed the look and feel of portal_normal.vm. But it is not reflecting in browser ASAP (approximatly it is taking 5 to 6 mins to refresh). if i restart the Tomcat(webserver), then it got update.

With Regards,
C.Karupiah / Senthil


You need to enable several developer flags to disable caching and other items that are necessary when doing theme development. Check out this thread for details.
Senthil Chockalingam
RE: theme customization
April 24, 2011 11:59 PM
Answer

Senthil Chockalingam

Rank: Junior Member

Posts: 58

Join Date: January 18, 2010

Recent Posts

Hi James Falkner,

Thanks for the response emoticon

One more Query


Currently in Liferay 5.2.3, in Chat portlet only 20 users are visible(Ref.Screenshot).

How to extend this limit in chat portlet?

For this I have add the below code in portlet.porperties(\liferay-portal-5.2.3\tomcat-6.0.18\webapps\Chat\WEB-INF\src\)

buddy.list.maxbuddies=500

But there is no change in output. emoticon



Please help us to resolve this issue.




Senthil Chockalingam
RE: theme customization
April 27, 2011 12:19 AM
Answer

Senthil Chockalingam

Rank: Junior Member

Posts: 58

Join Date: January 18, 2010

Recent Posts

James Falkner:


You need to enable several developer flags to disable caching and other items that are necessary when doing theme development. Check out this thread for details.


Hi James,

I got the Patch file(patch.diff) for Chat portlet(liferay 5.2.3).

How to apply this patch.diff file in 5.2.3 bundle?.

whether we have to place this file(patch.diff) under deploy folder?

Because I created a file called Buddies.jsp, pasted the particular code in that file.

I restarted the webserver, But there is no change in Chat Portlet emoticon


Please help us on this.
Attachments: patch.diff (3.6k)