Capability

Sites

Liferay sites are customizable spaces for building personalized digital experiences. Each site includes applications for creating content, designing pages, and more. With these features, you can bring your custom solutions to life, whether intranets, public sites, customer portals, or e-commerce storefronts. In fact, you can leverage Liferay's multi-site capabilities to create multiple such sites in the same Liferay instance.

Feature
Deployment Approach
Building Responsive Layouts with the Grid Fragment
Building Responsive Layouts with the Grid Fragment Availability: Liferay DXP 7.3+. Liferay DXP uses responsive design by default, but there are situations where you want additional and more...
Publikálás dátuma: 2024.04.26. 21:00
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Frontend Token Definitions :link: ./developer-guide/frontend-token-definitions.md ::: ::::
Publikálás dátuma: 2024.04.26. 21:00
Site Appearance
Site Appearance :file: ../landingpage_template.html :file: site-appearance/landing.html
Publikálás dátuma: 2024.04.26. 21:00
Frontend Token Definitions
Frontend Token Definitions Liferay DXP/Portal 7.3+ Style books have options grouped into categories defined per theme. Each option is defined with a token. The collection of all tokens defined for...
Publikálás dátuma: 2024.04.26. 21:00
Site Appearance
Site Appearance The design and functionality of a Liferay site can be adjusted and customized through a variety of complementary mechanisms. This table summarizes and contrasts which Liferay...
Publikálás dátuma: 2024.04.26. 21:00
Site Navigation
Site Navigation Liferay DXP separates your site's navigation menus from its page hierarchy to give you the flexibility you need, along with powerful tools to make content easy to access. Here, you...
Publikálás dátuma: 2024.04.26. 21:00
Style Books
Style Books :::: 2 :gutter: 3 3 3 3 ::: Using a Style Book to Standardize Site Appearance :link: ./style-books/using-a-style-book-to-standardize-site-appearance.md ::: ::: Exporting and Importing...
Publikálás dátuma: 2024.04.26. 21:00
Using a Style Book to Standardize Site Appearance
Using a Style Book to Standardize Site Appearance Available 7.3+ A Style Book is a set of visual rules that apply to a Site to provide a consistent experience across its pages. They determine...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Menu Displays
Configuring Menu Displays To display and configure a menu display, you can use the Menu display fragment or a menu display widget. With either of these two options, you can define the menu display...
Publikálás dátuma: 2024.04.26. 21:00
Exporting and Importing Style Books
Exporting and Importing Style Books You can export and import style books to share them between Liferay installations as ZIP files or as Liferay Archive (LAR) files. Exporting a Style Book as a...
Publikálás dátuma: 2024.04.26. 21:00
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Navigation Menu API Basics :link: ./developer-guide/navigation-menu-api-basics.md ::: ::::
Publikálás dátuma: 2024.04.26. 21:00
Navigation Menu API Basics
Navigation Menu API Basics Liferay's REST APIs provide services for Liferay's navigation menus. You can create and edit navigation menus with the API. Start by seeing an example of adding a new...
Publikálás dátuma: 2024.04.26. 21:00
Using the Navigation Menus Application
Using the Navigation Menus Application Use the Navigation Menus application to create custom menus for site pages and content. With it, you can determine which elements are included in a menu, and...
Publikálás dátuma: 2024.04.26. 21:00
Navigation Menu Element Types
Navigation Menu Element Types Navigation Menus have a variety of element types that you can add and arrange in your desired hierarchy. These types include specific pages, Vocabularies, Display...
Publikálás dátuma: 2024.04.26. 21:00
Managing Page Hierarchies
Managing Page Hierarchies With Liferay, you can organize pages into hierarchies to achieve the desired structure for your site. This can be done by directly adding child pages to an existing page...
Publikálás dátuma: 2024.04.26. 21:00
# Using the Breadcrumb Widget
Using the Breadcrumb Widget This widget provides a way to navigate to related pages or sites through links. From Fragments and Widgets, add the Breadcrumb widget to a page. You'll find it in the...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Open Graph
Configuring Open Graph Available: Liferay DXP/Portal 7.3+ Open Graph is an Internet protocol that standardizes previews of Site content when shared in application contexts that support it, such as...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Virtual Hosts Site URLs
Configuring Virtual Hosts Site URLs A virtual host connects a domain name (e.g., www.helloworld.com) to a Site. This can be a full domain or a subdomain (e.g. developers.helloworld.com). You can...
Publikálás dátuma: 2024.04.26. 21:00
Managing Site URLs
Managing Site URLs Liferay DXP provides multiple out-of-the-box features for configuring and managing site URLs. Virtual Hosts Site URLs Configure virtual hosts for your Liferay server to connect...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Friendly URL Redirects
Configuring Friendly URL Redirects Liferay 7.4+ When you update friendly URLs for pages, blogs, and documents, Liferay automatically stores the old URLs. As long as the old URL remains in the...
Publikálás dátuma: 2024.04.26. 21:00
Bundling and Installing Resources into Your Theme via Themelets
Bundling and Installing Resources into Your Theme via Themelets Themelets are small, modular pieces of code that you can reuse in multiple themes. Unlike themes themselves, themelets may only...
Publikálás dátuma: 2024.04.26. 20:56
Setting Up an Environment and Creating a Theme
Setting Up an Environment and Creating a Theme Creating a theme is the first step in theme development. Once you have your own theme, you can deploy it to your Liferay DXP instance, and use it for...
Publikálás dátuma: 2024.04.26. 20:56
Embedding Widgets via Templates
Embedding Widgets via Templates You can embed a widget in your theme to make it available on all pages using the chosen template file. When you are embedding a widget, you will need to reference...
Publikálás dátuma: 2024.04.26. 20:56
Bundling Independent UI Resources via Theme Contributors
Bundling Independent UI Resources via Theme Contributors Theme contributors are modules that contain CSS and JavaScript resources and apply them to every page. They are independent from specific...
Publikálás dátuma: 2024.04.26. 20:56
Upgrading a Theme
Upgrading a Theme Themes developed for previous versions of Liferay DXP must be upgraded in order to be deployed to a new version. The gulp upgrade task updates Liferay version references and theme...
Publikálás dátuma: 2024.04.26. 20:56
Displaying Object Entries
Displaying Object Entries Liferay 7.4+ With Liferay Objects, you can use existing DXP frameworks to display Object entries dynamically in Sites. This includes collection displays for multiple...
Publikálás dátuma: 2024.04.26. 20:56
Working with Templates
Working with Templates :::: 2 :gutter: 3 3 3 3 ::: Embedding Widgets via Templates :link: ./working-with-templates/embedding-widgets-via-templates.md ::: ::::
Publikálás dátuma: 2024.04.26. 20:56
Using Fragments to Build Forms
Using Fragments to Build Forms Liferay 7.4 2023.Q3+/GA92+ Liferay includes form fragments for building object forms in content pages. To build a form, add a form container to a content page or...
Publikálás dátuma: 2024.04.26. 20:57
Using Alias Redirects
Using Alias Redirects Alias redirects define absolute source and destination URLs explicitly. Because of their predictability, alias redirects are recommended for most use cases. You can make alias...
Publikálás dátuma: 2024.04.26. 21:00
Tracking 404 URLs
Tracking 404 URLs With the Redirection application, you can view and manage site requests leading to 404 errors. While enabled, Liferay catalogs each error, so you can assess the cause of the...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Hreflang Meta Data
Configuring Hreflang Meta Data Hreflang tags are HTML attributes used to identify the language and geographic region targeted by alternative versions of a Site Page. In some cases, these attributes...
Publikálás dátuma: 2024.04.26. 21:00
Setting Up Redirects and 404 Tracking
Setting Up Redirects and 404 Tracking 7.4 U48+/GA48+ Maintaining URL integrity is important for any site. Liferay's Redirection tool provides a convenient and integrated way to manage HTTP...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Content Rating Type
Configuring Content Rating Type Ratings can be represented by different types of icons/labels (like, stacked stars, stars, and thumbs ups). You can configure these rating types for the following...
Publikálás dátuma: 2024.04.26. 21:00
Changing Site Membership Type
Changing Site Membership Type A Site's membership type determines how freely users may join your Site. There are three types of site membership: Open: Users can join and leave whenever they...
Publikálás dátuma: 2024.04.26. 21:00
Site Localization
Site Localization If you are setting up your Liferay installation for the first time, we recommend reviewing [Initial Instance...
Publikálás dátuma: 2024.04.26. 21:00
Site Users
Site Users :::: 2 :gutter: 3 3 3 3 ::: Changing Site Membership Type :link: ./site-users/changing-site-membership-type.md ::: ::: Configuring Role and Team Defaults for Site Members :link:...
Publikálás dátuma: 2024.04.26. 21:00
Default Site Applications
Default Site Applications All sites include the below core applications for building personalized digital experiences. You can access them via the Product Menu (Product Menu). The Product Menu can...
Publikálás dátuma: 2024.04.26. 21:00
Sites
Sites Sites are customizable spaces for building personalized digital experiences. Each site includes out-of-the-box applications for building custom solutions, such as portals, intranets,...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Role and Team Defaults for Site Members
Configuring Role and Team Defaults for Site Members You can configure the default Roles and Teams you assign to new Site members. Access the Default User Associations option: In Liferay DXP...
Publikálás dátuma: 2024.04.26. 21:00
Adding a Site
Adding a Site Sites are customizable spaces for building personalized digital experiences. Follow these steps to create a basic site in your Liferay instance: Open the Global Menu ( Applications...
Publikálás dátuma: 2024.04.26. 21:00
Exporting/Importing Site Templates
Exporting/Importing Site Templates You can export and import site templates to share them between Liferay installations. Exporting Individual Site Templates Follow these steps to export a site...
Publikálás dátuma: 2024.04.26. 21:00
Creating Site Templates
Creating Site Templates With site templates, you can design and configure templates for creating sites. Each template is built using the same tools as sites. Site templates are primarily intended...
Publikálás dátuma: 2024.04.26. 21:00
Inviting Members to Your Site
Inviting Members to Your Site You can use the Invite Members widget to send invitations to users to join a site. When editing a page, add the widget by clicking Add (Add icon) at the top left of...
Publikálás dátuma: 2024.04.26. 21:00
Site Templates
Site Templates Liferay provides site templates for designing structures and content that you can use during site creation. Each template includes most standard site applications for adding pages,...
Publikálás dátuma: 2024.04.26. 21:00
Propagating Template Changes
Propagating Template Changes When site template propagation is enabled, you can make changes to the template's pages and automatically propagate those changes to connected sites. However, making...
Publikálás dátuma: 2024.04.26. 21:00
Site Settings UI Reference
Site Settings UI Reference Starting with Liferay DXP 7.4, the Site Settings application layout is consistent with other configuration areas, such as Instance Settings or System Settings. The Site...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Your Site's Friendly URL
Configuring Your Site's Friendly URL Friendly URLs are readable URLs that can helps Users quickly access your Site. Each URL must be unique and is appended to https://localhost:8080/web (e.g.,...
Publikálás dátuma: 2024.04.26. 21:00
Adding a New Analytics Service
Adding a New Analytics Service Liferay DXP includes support for Google Analytics and Piwik for analyzing traffic on your Site. If you require a different analytics service, you can add it for your...
Publikálás dátuma: 2024.04.26. 21:00
Site Settings
Site Settings Once you've created a Site, you'll want to customize it to meet your needs and the needs of your users. There are a wealth of configuration options and tools available to help you...
Publikálás dátuma: 2024.04.26. 21:00
Using Pattern Redirects
Using Pattern Redirects Available 7.4 U48+/GA48+ Pattern redirects use regular expressions to define patterns for multiple source URLs and their replacements. Consequently, they are best used when...
Publikálás dátuma: 2024.04.26. 21:00
Exporting/Importing Site Pages and Content
Exporting/Importing Site Pages and Content Liferay sites include the export/import applications for extracting and transferring site data as Liferay Archive (LAR) files. You can access these tools...
Publikálás dátuma: 2024.04.26. 21:00
Adding Members to Sites
Adding Members to Sites Users and sites are central concepts in Liferay DXP. Sites are where all your content and pages are stored, and users access and create that content. While user management...
Publikálás dátuma: 2024.04.26. 21:00
Personal Sites
Personal Sites By default, Liferay generates a personal site for every user. Each site includes two page sets: My Profile (public) and My Dashboard (private). Each user is the sole member of their...
Publikálás dátuma: 2024.04.26. 21:00
Site Hierarchies
Site Hierarchies Sites can be organized hierarchically, just like organizations, with child sites. Organizing sites hierarchically lets you share content between them easily. The difference between...
Publikálás dátuma: 2024.04.26. 21:00
Site Membership
Site Membership Being a member of a site grants users access and abilities beyond an unauthenticated guest user. These key benefits come with site membership: Site members have more permissions...
Publikálás dátuma: 2024.04.26. 21:00
Creating Teams for Sites
Creating Teams for Sites If you have an ad hoc group of users who perform the same set of tasks in a site (moderating a site's wiki content, managing message boards threads, writing blogs, editing...
Publikálás dátuma: 2024.04.26. 21:00
Configuring Site Template Propagation
Configuring Site Template Propagation Liferay 7.4 U23+/GA23+ By default, site template changes are propagated automatically to a connected site when a user visits the site after the template is...
Publikálás dátuma: 2024.04.26. 21:00

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy