掲示板

Journal Search Portlet in header section Problem [Solved!]

13年前 に Vishal Bhanderi によって更新されました。

Journal Search Portlet in header section Problem [Solved!]

New Member 投稿: 20 参加年月日: 10/07/14 最新の投稿
Hi guys,

I've managed to get the "Journal Search portlet" to display above the navigation using a custom theme and the following line to the portal_normal.vm:


$theme.runtime("77")


The problem is that the search results end up showing on the header section as well as the body section.

How can I change it so it only displays once!

The second picture shows that guest users do not have access to the search results!

Any ideas?

Running Liferay: 6.0

Thanks

EDIT [Solved]

Followed some steps from this thread. http://www.liferay.com/community/forums/-/message_boards/message/4565232.

Producing this code:


#set ($see_search_portlet_url = $portletURLFactory.create($request, "77", $page.getPlid(), "RENDER_PHASE"))
			$see_search_portlet_url.setWindowState("maximized") 
			$see_search_portlet_url.setPortletMode("view") 
			$see_search_portlet_url.setParameter("struts_action", "/journal_content_search/search")
			##$see_search_portlet_url.setParameter("keywords", keywords);
			<form method="post" name="_77_fm" id="_77_fm" action="$see_search_portlet_url">
				<input value="Search..." name="_77_keywords" type="text">
				<input value="Search" name="_77_search" type="submit">
			</form>
thumbnail
11年前 に lutz Bremen によって更新されました。

RE: Journal Search Portlet in header section Problem [Solved!]

Expert 投稿: 291 参加年月日: 11/10/20 最新の投稿
i got the same problem with the search-portlet. so do i have to add the code u used? i would edit it with portlet id 3 for the search portlet and then where should i put it in? in which file?
thumbnail
11年前 に Ramesh Reddy によって更新されました。

RE: Journal Search Portlet in header section Problem [Solved!]

Junior Member 投稿: 32 参加年月日: 12/10/17 最新の投稿
Hi Lutz,
I am also facing the same problem, if you have any solutions please let me know..emoticon
11年前 に Oliver Bayer によって更新されました。

RE: Journal Search Portlet in header section Problem [Solved!]

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi guys,

you can include the search portlet in your custom theme by using $theme.search(). If the search results are displayed directly under the search portlet my guess would be that you've messed up the html code or your custom layout template is missing some liferay keywords (e.g. css classes). If done properly the search results are displayed only in the content section of the page. For reference take a look at e.g. University of Applied Sciences Ravensburg-Weingarten or University of Applied Sciences Biberach.

Greets Oli
thumbnail
11年前 に Ramesh Reddy によって更新されました。

RE: Journal Search Portlet in header section Problem

Junior Member 投稿: 32 参加年月日: 12/10/17 最新の投稿
Oliver Bayer:
Hi guys,

you can include the search portlet in your custom theme by using $theme.search(). If the search results are displayed directly under the search portlet my guess would be that you've messed up the html code or your custom layout template is missing some liferay keywords (e.g. css classes). If done properly the search results are displayed only in the content section of the page. For reference take a look at e.g. University of Applied Sciences Ravensburg-Weingarten or University of Applied Sciences Biberach.

Greets Oli



Hi Oliver,
Thanks for the reply, I have tried $theme.search() and it is working fine. But i want to configure JSON settings(Advanced Display Settings) for search portlet, to configure settings there is no settings option. can you help me how to configure JSON settings for this portlet.
11年前 に Oliver Bayer によって更新されました。

RE: Journal Search Portlet in header section Problem

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi Ramesh,

take a look at the following wiki on how to set preferences for a portlet which is inclueded in a theme via theme.runtime.

HTH Oli
thumbnail
11年前 に Ramesh Reddy によって更新されました。

RE: Journal Search Portlet in header section Problem

Junior Member 投稿: 32 参加年月日: 12/10/17 最新の投稿
Oliver Bayer:
Hi Ramesh,

take a look at the following wiki on how to set preferences for a portlet which is inclueded in a theme via theme.runtime.

HTH Oli



Hi Oliver,
I have tried the things which are mentioned in the wiki, Still i am facing the same problem, i am getting search results in the header...
11年前 に Oliver Bayer によって更新されました。

RE: Journal Search Portlet in header section Problem

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi,

I don't think it's related on how you set a special portlet parameter (preferences). Do you have a custom layout-template or one of the ootb templates from Liferay? If yes choose one from Liferay to check if the search results are shown in the content section. Is your site online so we can check the html markup? To narrow it down you can insert other portlets in your theme to see if it's a portlet related bug or a theme/ layout-template bug.

Greets Oli