liferay vs drupal

Learn about liferay vs drupal, we have the largest and most updated liferay vs drupal information on alibabacloud.com

Install WYSIWYG editing tools for Drupal

Drupal only provides a highly customizable system without many features. By default, Drupal uses a plain text editor to publish content. In most cases, we need a more convenient WYSIWYG editing tool, and more functions such as selecting and uploading images. Follow these steps to install and configure a visual editor for Drupal: 1) install the WYSIWYG module in t

Open-source CMS Drupal released version 6.0

Drupal, a well-known open-source CMS project, recently launched version 6.0. The development cycle of the new version is up to one year, solving 1600 problems in total. The improvements of version 6.0 mainly focus on ease of use, security, and maintainability, more friendly InstallationProgramAnd extended development framework. Drupal provides a 29-minute video clip to introduce new features of version 6.0.

When setting block views by page in Drupal, you need to take extra care _ PHP Tutorial

You need to be careful when setting block views for paging in Drupal. In a recent drupal project, we encountered a very strange problem: the total number of records and the total number of pages on the search results page is always a wrong fixed number. In a recent drupal project, we encountered a very strange problem: the total number of records and the total nu

Drupal Theme Main file

**.info file **.info file is a required file: Drupal must include it in order to see the topic. The. info file tells the internal name of the Drupal topic. For example, if the name of this file is Ibmtheme.info, then the name Drupal gives to this topic will be ibmtheme. If your theme uses elements such as JavaScript, metadata, style sheets, or block regions, you

Resolving Cross-domain access Problems with Serveresource in Liferay

Brief introduction: It is well known that cross-domain problems are a very common requirement, such as having a client's EXT-JS control render a JSON object from the server side. We can solve them in many ways, such as JSONP. However, in Liferay, we can use the Serveresource method to gracefully resolve Cross-domain access issues. Whiteboard Analysis: Here is the whiteboard on the technical symposium: Workaround: First write a Serveresource met

The use of portletpreferences in Liferay

In Liferay, if you can use good portletpreferences then it will be very powerful: Brief introduction: Portletpreferences is a combination of a set of information related to the current user, and we can allow a logged on user to share data through this portletpreferences on different pages of a portlet, at different stages, Without having to worry about other users stealing the data. The benefit of using this shared data is that it does not require s

Liferay Front-End Performance tuning (1) Evaluation tools YSlow

Recently our team asked Liferay to do the front page tuning, of course, the evaluation tool is the most important, in order to see the specific page loading time and so on, our first choice of course is the Chrome Browser diagnostics tool, but the total feeling is not professional, based on my experience, I still recommend YSlow, it The index of the page will be graded, and then finally get the total score then rating, General level has A,B,C,D,E,F6 l

Liferay Control Panel Search user Analysis

In the Liferay Control Panel, when you click the search user in the user panel: The requests sent to the server are as follows: Based on the configuration in Struts-config.xml, we find forward that match struts-action to/user_admin/view_users: Then go to tiles-def.xml and find the page that matches forward for Portlet.users_admin.view: So, we found the page is/portlet/users_admin/view.jsp:

Drupal 7 syntax highlighting with WYSIWYG and tinymce

Original article: http://stuartmcgoldrick.com/drupalwysiwyg Introduction This article is designed to help you get syntax highlighting working correctly with your Drupal 7 installation and using a WYSIWYG editor. the outcome of this tutorial is to be able to insert blocks of code into Drupal articles/pages like the block below through a WYSIWYG editor (tinymce in this case ). ? Example 1234

Where is the idea in Drupal culture worth learning?

Drupal8 release I feel very busy, Drupal formed a culture. What I feel is that the hook mechanism allows the programmers to work together, which is a good idea.There is also the spirit of open source, do not reinvent the wheel (so directly based on the Symfony framework), ... The problem is a bit big, ask the talent to say. Reply content: Drupal8 release I feel very busy, Drupal formed a culture. What

A trap of Drupal Installation

Drupal is easy to install. decompress the Drupal source code package to your web path, enter this address, and then follow the prompts to do it step by step. However, if you do not strictly follow the requirements of Drupal, there will be some inexplicable errors. In the first step of installation, Drupal prompts you

Drupal reads Excel and imports a database instance _php instance

Phpexcel is a PHP class library that is used to manipulate office Excel documents, based on Microsoft's OPENXML Standard and PHP language. You can use it to read and write spreadsheets in different formats, such as Excel (BIFF). xls, Excel 2007 (Officeopenxml). xlsx, CSV, Libre/openoffice Calc. ODS, Gnumeric, PDF , HTML, and so on. One, Drupal calls Phpexcel through the libraryDownload the Phpexcel and upload it to your

Small Drupal database backup and MySQL backup policy sharing for large sites

Simple backup policy for small and medium-sized sites is based on drupal's small and medium-sized websites. We can use the backup_migrate module, which provides the regular backup function, backup time, number of backups retained, and so on, after the configuration is complete, execute cron regularly to make the backup successful. For a typical Drupal website, we only need to use svn. on the server side, we Simple backup policy for small and medium-si

Drupal correction menu link address

Drupal changed the display menu link address. a drupal system was originally run on 192.192.192.3. today, I moved it to 192.192.192.4. But there is a page 192.192.192.4mysite? All hyperlinks under qnode1 point to 192.192.192.192.3 *****, that is, the original server address is still in batch. Where can I modify it? Thank you for modifying the display menu link address of

Drupal correction menu link address

Drupal changed the display menu link address. a drupal system was originally run on 192.192.192.3. today, I moved it to 192.192.192.4. However, there is a page http: // 192.192.192.4/mysite /? Q = all hyperlinks under node/1 point to http: // 192.192.192.3/* drupal to modify the display menu link address A drupal syst

Talking about the "garbage bin" variable table in Drupal

This trash bin is named: variable. Open the Drupal database with your favorite database management tool, and find out, yes, that table--variable. This is a famous "trash Can"! Want to use a database? Don't want to build a new watch? variable, I want to put a temporary data, ha, throw variable! This is not a trash can. Enough jokes, into today's text. Today we're going to talk about variable-related functions. 4 Function 2 table, is today's dish, no

The sequence of Drupal Hooks Alter

The essence of the Drupal system is the Hooks (hook) design. When there are multiple modules in the system, what is the order of the module alter hooks? With this question, we found the correct answer: Drupal module weight directly affects the execution sequence of hooks in the module. By default, weight of each module is 0, the order method is based on the module name, which is easily influenced by the ord

How does drupal modify the link address of the display menu?

Drupal changed the display menu link address. a drupal system was originally run on 192.192.192.3. today, I moved it to 192.192.192.4. But there is a page 192.192.192.4mysite? All hyperlinks under qnode1 point to 192.192.192.192.3 *****, that is, the original server address is still in batch. I want to repair drupal and modify the link address of the display menu

Assembly of drupal mail server

For the installation of drupal mail server, I followed the online drupal video tutorial and went to the sixth lecture (below) to install the mail server. Fatalerror: require_once () [function. require]: Installation of Failedopeningrequired 'sites/all/modules/smtp/ph drupal email server Ladies and gentlemen, I followed the online

Explore block module in Drupal

Block.info is the block module description file and the "package" property tells us that block is Drupal core module and it can be configured by menu "admin/structure/block ". block. install is executed when block is installed. the purpose of this file is to create the necessary tables: block, block_custom, block_role Table block is used to store the block information declared by code statements; Tabl E block_custom is used to store the block informat

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.