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
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 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
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
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
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
Add custom CSS and drupalcss to the Drupal 7 website
When we are visiting a chat room or forum, we often encounter questions about how to add custom CSS to the Drupal website. Generally, it is best to add a custom CSS with the Drupal topic. However, in some cases, you have to consider other methods because of Environment restrictions or the website administrator
When we go to chat rooms or forums, we often encounter questions about how to add a custom css--to a Drupal site. Generally speaking, it's best to add it through Drupal themes. In some cases, however, there are other options that may have to be considered because of environmental limitations or if the site administrator does not have permission to access the subject file.Today this article describes how to
PHPExcel is a PHP class library used to operate Office Excel documents. It is based on Microsoft's OpenXML standard and PHP language. You can use it to read and write workbooks in different formats, such as Excel (BIFF ). xls, Excel 2007 (OfficeOpenXML ). xlsx, CSV, Libre/OpenOffice Calc. ods, Gnumeric, PDF, HTML, etc.
1. Drupal calls PHPExcel through LibraryDownload PHPExcel and upload it to the Drupal Dir
In order to facilitate better learning and exchange Drupal, the Drupal Community Atlas is designed to help Drupal users find the most appropriate communication circle, but also to provide reference for future contributors to avoid the emergence of excessive homogenization or 0 and competitive new communities.This atlas is not perfect enough, I hope you can share
Original article: http://blog.sina.com.cn/s/blog_48a770da0100gam5.html
Rare and rare Chinese Drupal view detailed tutorial, transferred from http://www.cc.ntu.edu.tw/chinese/epaper/0009/20090620_9009.htm
Author: programming organization for Educational Research Groups at Tang xuanyuan university computer and network-based Education Center
In this article, we will introduce?The large functions and usage of arguments, relationships and sort
If you've ever had the experience of migrating a Wordpress site to Drupal, it's likely that the first thing customers will ask is how to add editing code to Drupal.The Shortcodes plugin in Wordpress allows the user to add various editing code to the content, and then the code will be converted to the corresponding content when displayed, thus saving some editing work. For example, to embed a photo album in Wordpress into the content, simply add the ed
Includes: Contains a large number of INC files, which contain Drupal's commonly used functions
Misc: Contains JS that is available in Drupal installation,
Imagemodules: Storing Drupal's core modules (Drupal really has only 5 core modules)
Profiles: Installation outline for the site
Scripts: A large number of script files are stored
Sites: Contains the changes you made to
Concise Analysis and comparison of Drupal performance modules Original: Varnish We explored various caching solutions available for Drupal. We shortlisted varnish, Boost and Authcache modules. We performed a number of tests using these modules. We tested over 1000 pages from different locations. The average page load time without any caching is above 4.0 seconds. The average page load time with
Drupal 7.14 About Drupal:
"Drupal is an open source content management platform powering millions of websites andApplications. It's built, used, and supported by an active and diverse community of peopleAround the world ."
Drupal is used by common companies like Ing/Diba, Amnesty International and The White House.
Issu
used for text that may change from time to time (such as link paths) to be changed without requiring updates to translations.In the text, "placeholders" can be used to identify "Dynamic Information" that does not need to be translated (such as the number of online users of the website), and "placeholders" can be used to identify content that rarely changes, even changes do not affect the "Dynamic Information" that you understand"
For example:
There are three styles of placeholders:Placehold
I. materials:
Download Drupal https://www.drupal.org/download
Https://localize.drupal.org/translate/languages/zh-hans Drupal translation package download
1. There are no major problems with Drupal installation.
2. Translation
Enable module locale
Configuration-> languages
Import a Language Pack
Ii. Common configurations
1. Default Time Zone (configuration-"regi
The Block Function of Drupal can be embedded in HTML and PHP code. It is convenient and flexible to control display based on permission and URL matching. However, it is a habit to use the layout format of mediawiki, it is sometimes inconvenient to add a block under the title (the header block is at the top of the page by default ).
A few days ago, I knew that more blocks can be added in addition to the default block location of the garland topic in
Block refers to the containers of various content on Drupal pages, such as "Recent posts", "mirror sor links", or "Who's online". Menu refers to the menu bar of the registered user, usually on the left of the user page. Drupal cookbook has a detailed explanation of the two terms:
Block: This is a "container" for pieces of content on your displayed page. You may also have "Recent posts," "Using sor links,"
For details about how to create a module, see Drupal 7 module development and establishment.
If you want to support Chinese characters, the file format must be saved as UTF-8, no BOM
------------------------------
To create a separate table for your module, you need to useHook_schema
Table Name: myform
Function my_first_module_schema () {$ schema ['myform'] = array ('description' => 'first Form ', 'fields' => array ('id' => array ('type' => 'serial
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.