Customize Liferay search portlet - liferay

I want to customize the search portlet as shown below. How can I achieve this using a plugin-hook?
Please help. Thanks in advance.

Related

stop displaying a footer navivation node from my web page using hmc or impex in hybris

Can anyone please help me out in removing the footer navigation node from my page using hmc or impex? I am also looking for an appropriate source to know everything about WCMS so in case anyone knows about it then please help me out.
Thanks.
In HMC,
1.click on WCMS.
2.Select components.
3.Search for Footer.
4.Select staged version of footer component
5.we have an attribute called navigationNodes.Edit the navigation node and save.
Sree is correct. More specific, there could be property named "Visible", you can use it. More information, you can find here: Hybris Wiki

Recreating the Liferay jsessionId in a custom theme

I have created links in my theme. Unfortunately those links need to contain something like this : "http://localhost:8080/test:jsessionid=ABCDEFG" .
I was able to do this in a journal article using this code:
;jsessionid=$request.get('portlet-session-id')
but I am not able to do the same thing in my theme.
Can anyone help me out here ?
You can get jsessionid in theme by using $request.getRequestedSessionId().

Can it possible to add the custom fields under Details tab liferay

With reference to the following link, https://www.liferay.com/community/wiki/-/wiki/Main/Custom+Fields+and+JSP+Hooks I am able to add the custom fields. But by default the newly added custom fields are showing under the "Custom Fields" tab. But I need to display my custom fields under the "Details" tab. How can I do that. Any suggestions please!!
You would have to hook the JSP of the portlet that you are working on. For example if you are working on Journal article portlet, than you will have to hook the JSPs in TOMCAT/.../html/portlet/journal/article/...jsp and make the changes in these JSPs as per your need.
Hope it help

How to render a web page in a portlet view?

Can any one please guide me that how can we render the custom web page view in the portlet?
For example, I have a input text box in my where user can enter the target URL and on click of the submit button the portlet content should display the target URL page.
I don't want to use the existing core portlet (IFrame). I need to design my own with some business logic.
Any guidelines or suggestions on how to render a webpage in the portlet?
This sounds like a question on how to build a basic portlet. Please check a tutorial (step-by-step).
If this is not your question, please specify further - your question is way too broad to assume that you have a specific (other) problem.

Hyperlink of Branding Image in NSIS

I have the following question - is it possible to define a link for the branding image in NSIS, so that the user would be able to click on the image and open a web page in a browser? If possible, how is to be done? Thanks for the help in advance.
Regards,
Al
I wasn't able to find anything that suggests that specifying a hyperlink in a branding image is possible. Eventually I abandoned it.

Resources