掲示板

Store html page

11年前 に lucky singh によって更新されました。

Store html page

Junior Member 投稿: 25 参加年月日: 12/07/30 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Store html page

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Have you tried pasting your html code to Web Content portlet in source mode?
11年前 に lucky singh によって更新されました。

RE: Store html page

Junior Member 投稿: 25 参加年月日: 12/07/30 最新の投稿
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
11年前 に Jose Jiménez によって更新されました。

RE: Store html page

Regular Member 投稿: 176 参加年月日: 12/08/23 最新の投稿
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.
11年前 に lucky singh によって更新されました。

RE: Store html page

Junior Member 投稿: 25 参加年月日: 12/07/30 最新の投稿
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
11年前 に Gaurav Jain によって更新されました。

RE: Store html page

Regular Member 投稿: 145 参加年月日: 11/01/31 最新の投稿
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.
11年前 に lucky singh によって更新されました。

RE: Store html page

Junior Member 投稿: 25 参加年月日: 12/07/30 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Store html page

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
If you just want to display your html files, just use iframe portlets.