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
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'
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
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 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
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
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
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
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 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
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
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
Many junk registrations @ sina.com are found on my Drupal site. Although the honeypot module has been enabled, this type of registration is not blocked.Analysis:Attackers may be familiar with the honeypot mechanism and can write scripts to achieve malicious registration.In the Drupal system, by default, user registration logs are stored in the watchdog table. By analyzing the user logs in the watchdog table
When the Drupal website runs out of memory due to excessive navigation memory overflow, Baidu can basically solve the problem. However, the search results are often not cumbersome, or have poor applicability, and cannot effectively solve the problem of insufficient php memory in drupal. Don't panic. What I teach you today is to use the simplest method to modify the php memory during
The following is the simplest Ajax call using jQuery:$ ('# Somediv'). load (url );The code above indicates: first look for a div with the ID "someDiv", load the HTML content of the set url, and insert it into this div. In fact, this example is actually AHAH rather than Ajax, because it directly returns HTML and does not need to be parsed. On the other hand, in a strict sense, the resources returned by Ajax from the server are XML data, which must be parsed before being displaye
Drupal, Html, PHP and CSS have never been used, beginners, a week later can be qualified to work?
Creates and Updates Web pages for publications, seminars, and conferences.
The job involves requirements gathering, development quality checking of the website.
Website is developed and maintained in Drupal, Html, PHP and CSS.
Let me maintain a website, but I Drupal
Today, with Drupal, we have encountered a strange situation when installing ctools, kippers, views, and panels at the same time.
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. Refres
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
------------------------------
Hook_help provides help information for this module. We should replace the hook with our module name. Here we create a my_first_module_help file in the my_first_module.module file.
function my_first_module_help($path, $arg) {}
Parameters:
Drupal's own installation is very simple. Create a database, and then follow the installation instructions to do it step by step.
Drupal can provide more customization functions by installing various modules. The installation methods of these modules are basically the same. Generally, they are the following steps:
1) download related modules from Drupal module;
2) decompress the module to./modules/In the
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.