drupal wiki

Want to know drupal wiki? we have a huge selection of drupal wiki information on alibabacloud.com

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 core path leakage Vulnerability

Release date: 2012-05-10Updated on: Affected Systems:Drupal 7.xDescription:--------------------------------------------------------------------------------Bugtraq id: 53454 Drupal is an open source content management platform. The path leakage vulnerability exists in Drupal versions earlier than 7.14, and the index of the installation path is leaked through the error message. the q [] parameter of php, des/

How to add modules in Drupal with inexplicable errors (often when many modules exist) _ PHP Tutorial

The solution to adding modules in Drupal is confusing (usually when many modules exist ). The status is as follows: 1. after you click the "warranty" button, the page cannot be properly displayed and a blank page appears. 2. refresh the page and issue that many items in the navigation are no longer available, you cannot click another item. The status is as follows:1. after clicking the "warranty" button, the page cannot be displayed normally and a bl

PHP file upload form from drupal code _ PHP Tutorial

The PHP file upload form is taken from the drupal code. The following code copies an example of a drupal file upload form: functionupload_form () {$ formarray (); Ifthis # attributeisnotpresent, uploadwillfailonsubmit $ form [# attri drupal file upload form The code is as follows: Function upload_form (){$ Form = array ();// If this # attribute is not present,

Create your own hooks for Drupal module development

Drupal allows third-party modules to create their own hooks. In general practice, there are two types of hooks you may want to create, one is the content modification class hook, the other is the interception class hook. Drupal's hook system allows interaction with modules and changes the logic of other modules.... Drupal allows third-party modules to create their own hooks. In general practice, there are t

Drupal automatically retrieves external images and saves the function-PHP source code

Sometimes, when publishing content, We need to extract external images and store them on our servers. This can avoid affecting our website if the external images cannot be opened, now let's share the functions that Drupal implements this function. Sometimes, when publishing content, We need to extract external images and store them on our servers. This can avoid affecting our website if the external images cannot be opened, now let's share the functio

Drupal Series website settings file settings. php contains the shared part

In the past, when setting the MediaWiki website, we put some common modifications in CommonSettings. php, and then LocalSettings. add the last line in php: require_once (usrlocalapache2htdocscommonCommonSettings. php), so that a series of websites can share CommonSettings. php File In the past, when setting the MediaWiki website, we put some common modifications in CommonSettings. php, and then LocalSettings. add the last line in php: require_once ("/usr/local/apache2/htdocs/common/CommonSetting

Solution for adding modules in Drupal with inexplicable errors (often when many modules exist)

Today, with Drupal, we have encountered a strange situation when installing ctools, kippers, views, and panels at the same time. The status is as follows:1. after clicking the "warranty" button, the page cannot be displayed normally and a blank page appears; 2. refresh the page and send out the items in the navigation that are no longer available. you cannot click the items that still exist to enter the normal page. After multiple tests, no problem

How to deal with drupal?

Drupal lt ;? Php $ Id $? **? * @ File? * Administrationpagecallbacksforannotatemodule .? *? **? * Formbuilder. Configureannotations .? *? * @ Ingroupforms? * @ Seesystem_settings _ drupal // $ Id $ ? /** ? * @ File ? * Administration page callbacks for annotate module. ? */ ? /** ? * Form builder. Configure annotations. ? * ? * @ Ingroup forms ? * @ See system_settings_form (). ? */ Function annotate_admi

How to Read taxonomy term depth (depth) in drupal

Drupal does not provide the dpeth interface for the term by default, but we have other methods to obtain it. We will share two methods in this article. You can choose one that suits your needs.1: self-built functions are obtained through database query.Function get_term_depth ($ tid ){$ Limit = 9;$ Depth = 1;While ($ parent = db_query ('select parent FROM {taxonomy_term_hierarchy} WHERE tid =: tid ', array (': tid' => $ tid)-> fetchFie

Tutorial on debugging variables in the Twig template in Drupal 8

The proverb: 工欲善其事, its prerequisite. There are a lot of skills in Drupal theme development, and learning these skills will have a multiplier effect. Today, we recommend how to debug the print out of the twig template variables, it may be a look! Oops,drupal 8! In the Drupal 8 twig template, you can find most of the commonly used template variables in annotations

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) 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. what can I do? Function user_aut

Customize the Drupal remote release function

Many people use Drupal to build multi-blog services. Therefore, remote publishing of a blog is essential. Drupal can achieve remote publishing by supporting XML-RPC tools, of course, it is more difficult to configure Drupal than private blog systems such as WordPress, the main steps are as follows: Select administer> site building> modules> Blog blogapi in th

Set aliases for each node in Drupal

Drupal uses a node to represent the content by default. node is the most basic page element in Drupal. Almost all content can be called node. Of course, its URL is not friendly. The default format is as follows: Http: // yourdomain/node/37 This type of URL does not clearly understand the nature of the page. It is best to set a regular alias for the page (alias ).To enable

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.