drupal distributions

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

Migrate a blog from wordpress to Drupal real-time recording

be migrated.A small problem is that wordpress comment migration is a problem. It may be because wordpress has enabled the plug-in to block spam comments (just speculation, there is not much time to dig into the cause ). Because there are not many comments on this site, I don't care too much about it. I will manually make up for it.2: Drupal blog website configuration.Required modules include views, back to top, text resize, flippy, and customerro

Various login boxes that Drupal may implement

Today, we are going to discuss the various implementation methods of the drupal login box, so that you can use your imagination to the fullest extent!1. Block modeThis is the most classic implementation method. drupal comes with it! You can modify the block location, style, and so on.Or put it here.2. Log in through the custom form pageThe implementation method is as follows:This is a case study of Midlevel

Daily operation and maintenance experience of drupal site

page download module compressed package, page address https://www.drupal.org/project/baidu_analytics2, and then install the module to their own drupal website, the specific operation method can refer to the fourth class of the "how to add modules and themes" http://www.drupalla.com/node/31373. After the module is installed, you can enable it. In this way, you can enter the management background to set up the Baidu analysis module. Access Me

How to store node content in Drupal

You will be surprised when you look at the node table in Drupal. that is because you can not find the content field which is used to store the content. in fact, Drupal uses field API to store the content. frankly speaking, this is a good design and one of Drupal's advantages. you can understand node as the base table and it can be extended in other tables. In the following, I will use Blog module to make in

Python crawler Combat (1): Crawl a list of Drupal forum posts

1, Introductionin the the Python Instant web crawler project: Definition of content extractor we've defined a generic Python web crawler that expects to save more than half the programmer's time through this project. This article will use an example to explain how to use this reptile. We will crawl collection of old forum, is a use Drupal forum. 2, Technical points we are saying in multiple articles: Save the programmer time. The key is to omit the ti

Method for configuring Nginx php-fpm Drupal in CentOS 6.3

virtual host, as well as Drupal's rewrite rule configuration, simple and fast.Start test After each modification of the configuration file, remember to perform the following command to test the correctness of the configuration file: The code is as follows Copy Code [Root@imysql ~]#/etc/init.d/nginx configtestNginx:the configuration file/etc/nginx/nginx.conf syntax is OKNginx:configuration file/etc/nginx/nginx.conf Test is successful After confirming that

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

Space supporting Drupal

Http://www.paangood.com/howtopurchase.phpHome> forums> other discussion areas> which Drupal VM space is the best for website creation? Website Construction Published by scapabc on Tuesday Drupal6 + ubercart2 is used for e-commerce websites. There are about 1 GB of images and other files, and the MySQL database is about MB. I want to rent a virtual host space. I don't know which one can recommend a suitable host space for me. I originally ren

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.