Search Results

Knowledge Base 1398
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
How can we track the complete details of the login history of any user from Liferay Database?
Issue If the requirement is to track the events and actions which are going in the Liferay portal like user login logout, document library files actions like add, delete and update. Environment Liferay Portal...
Is folder subscription available in knowledge base management ?
Issue How to subscribe to the folder in knowledge base management Environment Liferay DXP 7.0 Resolution The folder subscription option is available at root level(Content -> KnowledgeBase -> click on...
Patching Tool Separate Command
Please Note: The patching tool separate command is only available for Patching tool 2.x versions (Patching Liferay Portal and DXP until 7.2). The Patching Tool’s separate command helps...
How to disable Liferay Commerce from accessing currency update service
Issue I want to trial Liferay Commerce offline. Liferay Commerce requires access to the European Central Bank for foreign exchange rates. How can this be disabled? Environment Liferay DXP 7.1, 7.2 Resolution With...
How to hide the title of a portlet on DXP
Issue On Liferay Portal 6.2 EE, if one would like to make the title of a portlet non-visible, an easy way is to set an empty string ('') as title. Although, on DXP (7.0 and above) it is no longer possible, hence if...
How can I keep a web page out of Google's crawler?
Issue I don't want some pages to be crawled by Google and display in the search result.  Environment DXP 7.0, DXP 7.1, DXP 7.2 Resolution You can prevent a page from appearing in Google Search by including a noindex meta tag...
Can I change the default Control Menu position to closed?
Issue Is there a setting or configuration to have the left side Control Menu hidden by default when a user logs in on our site? Environment DXP 7.0 DXP 7.1 DXP 7.2 Resolution There are no settings or configurations...
How to reproduce https:// problems on localhost
Issue If we are using https protocol the related use cases are hard to proof on localhost Environment Liferay DXP 7.0 Liferay DXP 7.1 Use Firefox (Firefox is recommended, as Chrome does not allow self-signed...
Impact of deleting/cleaning up 'pg_largeobject' table on the Portal
Issue After migration from DBstore to any other repository, how to delete the 'pg_large object' table from PostgreSQL. Will the deletion of the pg_large table have any impact on the portal? Environment...
CAPTCHA widget disappears after form submission
Issue For a form with the CAPTCHA enabled for submission, after the form is submitted, the CAPTCHA will disappear. This issue only occurs for a user who is logged in. If the guest user is submitting the form (i.e. no...
Exported Data to .CSV files with accented characters does not import correctly into MS Excel
Issue After exporting data from contacts stored in Liferay to a .CSV file, it was found that when trying to import that .CSV file to Microsoft Excel, if there were letters and words that contained accents (i.e. á, é,...
Where can I download Liferay Connector to X-Pack Monitoring?
Issue When trying to download Liferay Enterprise Search Monitoring (formerly Liferay Connector to X-Pack Monitoring) from Marketplace, I'm asked to enter my information and then the sales team will contact me. ...
Allow Guest / anonymous user add comment in Message Boards
Issue Is there any configuration to allow Guest / anonymous user add a comment in a Message Boards thread? Environment Liferay DXP 7.1 Resolution To allow Guest user posting a comment in Message Boards, user can define...
How to configure the "check-auth-token" parameter within an OSGi portlet?
Issue The current Liferay DXP portal properties file contains the following for the "check-auth-token" parameter: # # Set this to true to enable authentication token security checks. The # checks can be disabled...
Unable to edit uploaded document in Document and Media Portlet.
Issue In Liferay Portal 6.2, while previewing a document, there were options present to edit, delete the document. But in Liferay DXP 7.0, by default these options are not visible while previewing a document....
Disable Commenting in Documents and Media
Issue How do I disable comments for content in Documents and Media? Environment Liferay DXP 7.1 Liferay DXP 7.0 Liferay EE 6.2 Resolution The following property can be set in the portal-ext.properties file:    ...
Deploying Liferay DXP on Docker
There has been growing interest in using Liferay Digital Experience Platform (DXP) with Docker, a popular software container platform that makes it easier to use containers to create, run, test and deploy applications...
Include more user attributes when exporting users to a CSV file
Issue How to include more user attributes when exporting users to a CSV file Environment Liferay DXP 7.1 Resolution Add "users.export.csv.fields=" into portal-ext.properties to include more user attributes. # # Input a list...
How do I restrict Guest Users from Viewing Public Pages?
Issue Sometimes it is necessary for Guests (non-authenticated users) to be restricted from viewing Public Pages so that they are only viewable by Site Members. Otherwise, Public Pages are for Guests and Site Members...
Method Name Change for JournalTemplateServiceUtil.getStructureTemplates(groupId, structureId)
Issue In the past, developers could get the list of JournalTemplates in Portal 6.2 using JournalTemplateServiceUtil.getStructureTemplates(groupId, structureId) After renamed as DDMTemplate, the corresponding...