drupal for beginners

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

Should the new site use Drupal 8?

I recently discussed with you whether you should upgrade your website to Drupal 8, and not recommend that you upgrade it (for details, see if I should upgrade to Drupal 8 now?). 》)。 However, if you are building a new website, is it appropriate to use Drupal 8?The answer remains: not appropriate!Similar to the reason for not recommending an upgrade to

Install Drupal on Linux

The domestic use of Drupal is not too much, on-line information is very few. It is important to note that Drupal does not use apt to install, especially the Ubuntu platform Drupal has made some changes that will hinder later learning and use. Before the installation of Drupal to complete the lamp, if not installed can

What is the basis for your decision-making when selecting a drupal or PHP framework for a website?

0 reply content: 1. Your understanding of Drupal. If you do not know about Drupal development, do not accumulate, do not provide guidance, and give up. 2. Project expectations. If the business logic between entity is very complex and the process is very long, it cannot be implemented using rule. 3. Most Powerful modules are not used. Drupal itself is powerful a

What is the basis for your decision-making when selecting a drupal or PHP framework for a website? -Php Tutorial

Php Chinese network (www.php.cn) provides the most comprehensive basic tutorial on programming technology, introducing HTML, CSS, Javascript, Python, Java, Ruby, C, PHP, basic knowledge of MySQL and other programming languages. At the same time, this site also provides a large number of online instances, through which you can better learn programming... Reply: 1. your understanding of Drupal. If you do not know about

Do site selection Drupal or PHP framework, what is your decision based on?

Reply content:1. How much you know about Drupal. If you do not understand the development of Drupal, did not accumulate, no guidance, decisively give up. 2, the project is expected. If the complexity of the business logic between the entity is very high, the process is very long, can not be implemented by the rule, give up decisively. 3, most of the powerful module is not used.

CMS platform: horizontal comparison of Drupal, EZ publish, WordPress, and CMS Made Simple

There is no best CMS in the world, and only the most suitable one. The recent drupalcamp conference was held in Helsinki, Finland, called exove.The local company provided a demonstration of the four major CMS platforms, Drupal, WordPress, EZ publishAnd CMS Made SimpleA horizontal comparison was conducted. Drupal vs. WordPress WordPress has its advantages. It has surpassed a blog platform.CommunityThe field

PHP File Upload form from drupal code

Today, we will share with you how to compile php file upload code based on specific code examples and detailed annotations, which is suitable for beginners of php. Today, we will share with you how to compile php file upload code based on specific code examples and detailed annotations, which is suitable for beginners of php. Example of drupal File Upload fo

How Drupal implements multilingual sites

JavaScript Implementation method Drupal's architecture is fully multilingual, and even JavaScript is an exception. First let's look at how JavaScript is used in Drupal. DRUPAL.T (' string ')Where string is required for Drupal to be translated in a multilingual string. Drupal Javascript implements the multi-language mechanismAs a first step, all JavaScript fil

How to reset the user password of Drupal 7

Introduction: This is a detailed page on How to reset the user password of Drupal 7. It introduces PHP, related knowledge, skills, experience, and some PHP source code. Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 325733 'rolling = 'no'>Because I haven't logged on to the Drupal 7 website of my local machine for a long time, I found that I have forgotten the ad

Godaddy Drupal Update

By default, Godaddy only supports Drupal to 7.22. Currently, Drupal has been upgraded to 7.28. After Drupal 7.22 is installed, it can only be upgraded manually. Install Drupal in: https://hostingconnection.godaddy.com/Application/Drupal.aspx Go to Administration> Configuration> Development> Maintenance mode. Check th

Drupal 8 Console Command-line tool

Reprint: HTTPS://YPLAM.COM/POST/79Drupal Console is a set of command-line tools for Drupal 8 that generates Drupal 8 template code and can interact with Drupal 8 apps.The Drupal Console is a bit similar to the familiar Drush, but offers a different function that can be used in conjunction with Drush.Installation$ curl

Test Drupal 7 under CentOS 7

Install httpd, mariadb, and PHP, start httpd and mariadb, and create a database of UTF-8 character sets. Download Drupal core and Drupal Translations 2 files on the Drupal website: drupal-7.34.tar.gz drupal-7.34.zh-hans.po . tar xzvf dr

Drupal 7 cache/Cache Getting Started Guide

It's easy to build complex and dynamic content using Drupal. But a little careless, you will pay the price for this easy. Complex database queries and costly calculations can lead to page performance problems when users view certain complex and dynamic pages. One solution is to turn on page caching in the DRUAPL background page. When the page cache is turned on, you can significantly reduce the number of database queries on some pages to improve page

What skills are needed in Drupal development?

What skills are needed in Drupal development? Here, let's take a look at the big screen (see below)According to the diagram above, a table is probably listed: Technical Direction Detailed Description Community personnel drupal.org account, post, organize and participate in the offline party, QQ Group, etc. Content editing Site comments, content, automatic publishing, audit and other skills. Menus, users,

Develop tutorial 1.2 using Drupal/PHP internally

In the internal development standard of DrupalPHP 1.2, the preface is often said: "There are no rules, not a square ". Good programming styles and specifications are important to developers and project management personnel. When a software project tries to comply with public consistency standards, it makes it easier for the developer involved in the project to understand the code in the project and understand the program status. Enable new participants to quickly adapt to the environment and pre

Drupal automatically gets the external picture and saves the function

Automatically get the external link picture in Drupal, and then extract the function share to upload to your website.function Get_external_image ($url) {$external _image = file_get_contents ($url);$parsed _url = Parse_url ($url);$name _dest = rand (1000,9999). " _". basename ($parsed _url["path"));$file = File_save_data ($external _image, ' public://'. $name _dest, File_exists_replace);if (Is_object ($file) file_exists ($file->uri)) {$file->status =

Drupal MySQL InnoDB database backup and restore instance tutorial

First of all, why do this because I work on a large Drupal project, the database files are large, and each new feature is developed on the branch, which means I need to build multiple local environments and often need to delete old branches and create new branches.Since the database uses most of the InnoDB engine, and InnoDB is not released after the space is allocated, it can not be reused (this may be the way I haven't found the right method), so be

Drupal 7 Database issues when installing

When installing D7, you need to create a database with phpMyAdmin, and it is not recommended to use the root account to establish a new account. Generally, create a new account, such as Foo, and simultaneously build a database of the same name, select localhost (if local). However, the set up database its collation default is latin1_swedish_ci, how to modify it? The problem has been around for a long time. In fact, only choose the database you want to modify, such as Foo, and then choose operati

Php file upload form from drupal code

Today, we will share with you how to compile php file upload code based on specific code examples and detailed annotations, which is suitable for beginners of php. Example of drupal file upload form The code is as follows: Function upload_form (){$ Form = array ();// If this # attribute is not present, upload will fail on submit$ Form ['# attributes'] ['enablesype '] = 'multipart/form-data ';$ Form ['Fil

Drupal uses cURLPost to send a file _ PHP Tutorial

Drupal uses cURLPost to send an object. This article introduces how Drupal sends a file through cURLPost. if you are using Drupalcms, please refer to it. As we all know, PHP's cURL extension can be used in this article to introduce how Drupal sends a file via cURL Post. if you are using Drupal cms, please refer to it.

Total Pages: 15 1 .... 4 5 6 7 8 .... 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.