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
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
Drupal's hook system allows interaction with modules and changes the logic of other modules, or even changes the core logic of Drupal. This is a very simple system, and even 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 con
Drush is an essential tool for every Drupal developer. The author also wrote other articles about Drush, you can use the search box in the upper right-hand corner of the site to search for "Drush". Previous articles are basically introductory, introductory, such as how to use Drush to clear the cache, set the default theme, and so on. Today we are going to go deeper together and combine drush into our own modules. Customize the operation you need, a f
Drupal 8 -- custom permissions, drupal custom Permissions
In project development, I encountered such a requirement that the title field of the node cannot be edited by the edit content role. The title field is automatically generated when the content type is created. Permissions cannot be directly configured in the dru
. While the advantages of a multi-site layout that are easier to manage will be lost, your site can be more effective at avoiding surprises.
The second problem (sharing) is closely related to database access. Although multiple sites of Drupal can share the same source code, they do not share the same database data. Therefore, by default, nodes, users, and comments in a site cannot be accessed from other sites. This behavior can actually be viewed as
Varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the detailed settings for Drupal7 with Varnish. tutorial preparation environment first install a brand new Drupa... varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the
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 shoul
Drupal uses the. info file to save the basic data about theme and modules (metadata ).
Encoding: UTF-8 is recommended, that is, BOM (byte order mark) is not included ).
The following is an example of. info.
name = Really Neat Widgetdescription = Provides a really neat widget for your site's sidebar.core = 7.xpackage = Viewsdependencies[] = viewsdependencies[] = panelsfiles[] = tests/example.testconfigure = admin/config/content/example
Its attributes i
Http://msdn.microsoft.com/zh-cn/ms227673.aspx ASP. NET Walkthrough: Create and register a custom HTTP Module
-->
This walkthrough demonstrates the basic functions of the custom HTTP module. For each request, the HTTP module
Learn extjs5 with me (40 -- add a custom module [1 create a table and bean file]), extjs540 --Learn extjs5 with me (40 -- add a custom module [1 create a table and bean file])After the above work, CRUD of an independent
Create a custom module in mojoportal
Original article: http://techblog.strongeye.com/archive/2009/12/16/creating-a-mojoportal-module.aspx
Mojoportal is an open-source content management system, which we use in the strongeye website. It has extensive encapsulation of Asp.net network applications and is very friendly to developers.
Update: For many common website
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
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 subj
OracleEBSR12.2 create a custom Module
The following steps describe how to register a custom module in EBS R12.2. Refer to Oracle support
Creating a CustomApplication in Oracle E-Business Suite Release 12.2 (Document ID 1577707.1)
1. Download patch 3636980 and copy 3. txt fi
Package.json must be in JSON formatYou must make sure that all strings, including property names , are used in double quotes instead of single quotes{"Name": "163", "Version": "1.0.0", "description": "A vue.js Project", "private": True, "dependencies": {"exp Ress ":" ^4.16.2 "," Vue ":" ^2.5.2 "," Vue-router ":" ^3.0.1 "}, view all the properties of the Package.json file document, you can use the following command:$ NPM Help JSONTip: If you do not want to publish your
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 subj
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
Related article: Drupal module explain-authcache caching principle detailed tutorial
This article is about how to implement the personalized content of a cached page if you modify Authcache's core code.Advanced application authcache-Dynamic loading content tutorial "/>Common cache, more or less to be personalized processing, such as user name display, dynamic loading of user information, user friends and s
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
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.