drupal distributions

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

Research on the technology of refreshing new Upload files in Drupal

In Drupal, there are several methods to achieve resumable Upload of files on the web: 1. nbsp; using FormData and fileReader in HTML5. However, this method can only be used after IE10. 2. nbsp; use the swf file for transit. 3. n explore the technology of refreshing uploaded files in Drupal There are currently several methods to implement resumable Upload of files on the web: 1. use FormData and fileRea

Discussion on the technology of no-refresh uploading file in Drupal

There are several ways to implement a no-refresh upload file in the Web: 1. Use Formdata and FileReader in HTML5 to implement. However, this method can only be used after IE10. 2. Use the SWF file to do the relay. 3. Submit using a hidden iframe. The above 2 and 3 are actually similar. I found in Drupal 7 that the field Content-type as image can be uploaded without a flush. I didn't know how it was done for half a day. My conclusion is that the

How to deal with drupal-php Tutorial

Drupal lt ;? Php $ Id $? ** [Email #160; protected]? * Administrationpagecallbacksforannotatemodule .? *? **? * Formbuilder. Configureannotations .? * [Email #160; protected] fo drupal // $ Id $ ? /** [Email protected] ? * Administration page callbacks for annotate module. ? */ ? /** ? * Form builder. Configure annotations. ? * [Email protected] forms [Email protected] system_settings_form (). ? */ Func

About adding js to drupal

PHPcode: Are you familiar with drupal? I want to insert a script into the user_authenticate function in user. module. what can I do? Functionuser_authenticate ($ name, $ pass) {global $ user; Trytologintheus about adding js to drupal PHP code // Are you familiar with drupal? I want to insert a script into the user_authenticate function in user. module. wh

How to deal with drupal?

Drupal lt ;? Php // $ Id $? /**? * @ File? * Administrationpagecallbacksforannotatemodule .? */? /**? * Formbuilder. Configureannotations .? *? * @ I drupal // $ Id $ ? /** ? * @ File ? * Administration page callbacks for annotate module. ? */ ? /** ? * Form builder. Configure annotations. ? * ? * @ Ingroup forms ? * @ See system_settings_form (). ? */ Function annotate_admin_settings (){ ? // Get an arra

Drupal 8 -- patch, drupalpatch

Drupal 8 -- patch, drupalpatch The core of druapl may have vulnerabilities, so we need to patch them. Many patches have been written. Here I will talk about how to install these patches. For this problem: the drupal8 core bug causes two identical error prompts. 1. Open the composer. json file in the outermost layer of the project. 2. Make sure "enable-patching": true 3. Add a patch in "patches "{...} 4. Add a patch in the following forma

Drupal Modify Display menu link address workaround

Drupal modifies the Display menu link address A Drupal system was originally put on the 192.192.192.3 to run, Today, I moved it all to the 192.192.192.4. But it is There is a page http://192.192.192.4/mysite/?q=node/1 All hyperlinks below, pointing to http://192.192.192.3/******, are still being batched to the original server address. Where would I like to change? Thank you, sir. It's this, I don't want t

You need to be careful when setting up a paging block view in Drupal

In a recent Drupal project, we have a very strange problem: the total number of records and total pages in the search results page is always a wrong fixed number. This intriguing illusion has made us look for answers to the wrong questions in all directions, and we have been slow to make progress, but when we find the real problem, the result can be said to be surprising. We first disable all custom development parts: Switch the theme back to Drupal'

Drupal learns to use jquery

This section learns if you are interacting with jquery in Drupal.jquery is built-in support in Drupal. exists in the Misc directory of the root directory.jquery is automatically loaded when the Drupal_add_js method is called.Embed JS code in the Drupal page1. Open the PHP filter module. The goal is to embed PHP code in the page.2. Create a new page.Note in the following text format, select "PHP Code",Fill i

Drupal 7 Installation CKEditor Editor several methods

There are two ways to install ckeditor here, but maybe the method is not only these two, in my study, I contacted these two methods, make a note here, my memory is now too "good" Drupal7. The version of Drupal is 7.24. Method One: Use the official CKEditor and IMCE 1. Install CKEditor module Https://drupal.org/project/ckeditor 2. Install IMCE module HTTPS://DRUPAL.ORG/PROJECT/IMCE Download the two modules above, unzip to./site/all/modules, enable

Drupal read-only module Security Bypass Vulnerability

Release date:Updated on: Affected Systems:Drupal User Read-Only Module 7.xDrupal User Read-Only Module 6.xDescription:--------------------------------------------------------------------------------Drupal is an open source content management platform. Drupal 6. The x-1.x's User Read-Only module mistakenly assigned a role when performing some operations, and can get administrator privileges after successfu

Drupal installation process _ MySQL

Drupal installation process Drupal The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps: 1. modify include/database. mysql. inc. add code in 33 lines: @ Mysql_query ("set names UTF8 ;"); Its role is to let the PHP program in the entire database operation process, are using UTF

Small Drupal database backup and large site MySQL backup policy sharing _ MySQL

To prevent data loss caused by web server faults, database backup is very important to avoid major losses. This article analyzes and studies the backup policies for small Drupal sites and the mysql backup policies for large sites. For small and medium-sized websites based on drupal, we can use the backup_migrate module, which provides the regular backup function, backup time, number of backups retained, an

Drupal Simplified Chinese Language Pack Installation tutorial

This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chinese Language Pack. For more information, see This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chines

Drupal sends an object through cURL Post

This article introduces how to use Drupal cms to send a file through cURL Post. As we all know, PHP cURL extensions can be used to simulate form submission. Drupal has the drupal_http_request function to execute an HTTP request. It can send a file via POST, but it is not as convenient as cURL. Here we will mainly explain how to Post a file to a remote server address in

Quick deployment of nginx, php-fpm, and drupal in CentOS6.3

Everything follows the principle of Simplicity. yumrpm can be used without manual compilation. The deployment environment is based on the CentOS6.3x86 _ 64 system. 0. Preparations # update yum [root @ imysql ~] # Yum-yupdate [root @ imysql ~] # Yuminstalllibaio-devel.x86_64 # drupal8.0 need to use the curl module [root @ imysql ~] # Yum Everything follows the principle of Simplicity. yum/rpm can be used without manual compilation. The deployment environment is based on the CentOS 6.3 x86_64 syst

Drupal installation process _ MySQL

Drupal installation process Drupal The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps: 1. modify include/database. mysql. inc. add code in 33 lines: @ Mysql_query ("set names UTF8 ;"); Its role is to let the PHP program in the entire database operation process, are using UTF

New station first article, migrating Drupal to WordPress

Finally abandoned Drupal put into the WordPress camp, haha. WP is really better than DP, here to save 500 words ...In the past has been tangled how to migrate, after the migration of old data how to do, there is no smoothing scheme, want to break the head have no idea, several times moved the idea of migration, several times and was wiped out. DP notifications can be upgraded from 7.22 to 7.23 a few days ago, but the upgrade is unsuccessful in any eve

Drupal Tutorial: CMS Content Management System

The first candidate version of Drupal 8.2.0 was released, and we adopted a semantic version and a regular release during the Drupal 8 update, and made significant changes (basic tutorial qkxue.net). Drupal 8 also provides backwards compatibility in a timely manner. Drupal 8.2.0 is the second such update and is expected

Drupal Ajax JSON asynchronous call

Original http://hellodrupal.info/node/149 Module file structure: Sitemode.info Sitemode. Module Test_ajax.js Sitemode.info ; $ ID $ name = sitemoddescription = a content type for jokes. Package = pro Drupal developmentcore = 6.x Sitemode. Module PHP Function Sitemod_menu (){ // Create a module sitemod $ Items = Array (); $ Items ['Ajax '] =Array ( 'Page callback' => 'sitemod _ callback_ajax ', 'Access arguments'

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.