Foren

Store html page

lucky singh, geändert vor 11 Jahren.

Store html page

Junior Member Beiträge: 25 Beitrittsdatum: 30.07.12 Neueste Beiträge
How to store html page in liferay and get a href link to the html page. I have some old html pages and I dont want to recreate as theme css are different.Please guide.
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: Store html page

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Have you tried pasting your html code to Web Content portlet in source mode?
lucky singh, geändert vor 11 Jahren.

RE: Store html page

Junior Member Beiträge: 25 Beitrittsdatum: 30.07.12 Neueste Beiträge
I want to give link to the html pages . I have top navigation in my website beside that themes is applied on all the pages.If I paste content in WCD I have to embed the WCD in a page which will get the default theme.So better is I find a way to store Html page and give link to the html page.So please tell me where to store and get url for the stored page.
thumbnail
Jose Jiménez, geändert vor 11 Jahren.

RE: Store html page

Regular Member Beiträge: 176 Beitrittsdatum: 23.08.12 Neueste Beiträge
Hello,

You can get it following the next steps.

1- Create Web Content.
2- Create empty-theme removing header, footer or what you want.
3- Create a Page as type WebContent (from Manage Pages)
4- Add the WebContent Id to the Page, and apply the empty-theme.

I hope this helps you. Kind regards.
lucky singh, geändert vor 11 Jahren.

RE: Store html page

Junior Member Beiträge: 25 Beitrittsdatum: 30.07.12 Neueste Beiträge
Hey thanks jose I have to use the old html pages because page alignment css will have to take care in theme And that cant be done for all html in one empty theme.

I have created html folder as $LIFERAY_HOME/webapps/html
and placed all html pages there(say xyz.htm).
And linked as local:8080/html/xyz.htm.
I get html page through link, but my rich text box of WCD becomes uneditable. When I delete html folder I again can see WCD rich text box to edit. Can anybody know the reason.
thumbnail
Gaurav Jain, geändert vor 11 Jahren.

RE: Store html page

Regular Member Beiträge: 145 Beitrittsdatum: 31.01.11 Neueste Beiträge
Hi Lucky,

IMO if you don't want to go with liferay Web-Content way (which is actually best way in liferay terms), then you can do it using apache.

So you can generate some url mappings that will be linking to your html pages (that you placed on some folder drive); and you may use those urls to your liferay web-contents.
lucky singh, geändert vor 11 Jahren.

RE: Store html page

Junior Member Beiträge: 25 Beitrittsdatum: 30.07.12 Neueste Beiträge
I created folder to hold pages and could access html page as well but my web content display is no more editable. I have place folder in $LIFERAY_HOME/webapps/html .Dont know why Rich text is no more editable.emoticon
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: Store html page

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
If you just want to display your html files, just use iframe portlets.