how to use drupal 7

Discover how to use drupal 7, include the articles, news, trends, analysis and practical advice about how to use drupal 7 on alibabacloud.com

Build a new theme for Drupal 7

STYLE.CSS. In addition, you can add a new style sheet through an. info file. Here's the syntax:Stylesheets[all][] = css/style.cssstylesheets[print][] = css/print.cssScriptIn the topic's template.php file, drupal_add_js() It was common practice to include JavaScript files by calling functions such as these. However, in Drupal 7, the file is only included when you specify Script.js in the. info file. Here's

26 + creative and responsive Drupal 7 Themes

Today we will share with you some creative and responsive Drupal 7 themes. For more theme resources, visit Goodfav Magazine.Properta-Real Estate Drupal Theme-MORE INFO Flat, modern and clean design; 100% Fully Responsive; Retina Ready; Bootstrap; ront end submission system; SEO on-page optimized; Google Maps Integration; Touch FriendlyFlat Metro-Responsive

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 modulo. info File description

/i0jbqkfcma==/ Dissolve/70/gravity/southeast "> Description (Recommended) It is best to write a simple description of the module using a single line. up to 255 characters . Description = Provides a really neat widget for your site ' s sidebar. The description can contain links, which makes it very convenient for users to link to the specified page. Learn about the information and use

Drupal 7 module. info file Introduction

is enabled, Drupal will re-scan the files declared in all files and index all the classes and interfaces that can be found ). When a class is accessed for the first time, it is automatically loaded by PHP. Dependencies (optional) Supported by other modules dependencies[] = viewdependencies[] = panels Note: although only the module view and panels are used here, they will use the modu

New PHP 7 performance: Drupal 7 can be fast 70%, the broken shape of the victory Ruby and Python

PHP 7 just officially released on December 3, Web development framework Zend Company immediately published a new version of the PHP performance of the Big car report, in addition to PHP 7 and PHP 5.6, but also the HHVM 3.7 version of the comparison. Zend Company selected a few well-known software and framework, including the Electronic Business platform magento, open source CRM software SugarCRM, CMS syst

How to reset the user password of Drupal 7

encryption. The specific technical details are not discussed in this article. :-) The following describes how to change the password (because it is impossible to retrieve the password ). Under the scripts directory in the installation directory of Drupal 7, there are some PHP scripts prepared by Drupal 7 developer

Drupal 7 cache/Cache Getting Started Guide

you want to squeeze the performance of the server thoroughly, simply add a small amount of code to the settings.php file, and you can have the cache system called by Drupal Cache_set,cache_get replaced with other caching systems. For example, the popular memcache (memory-based cache, very efficient), APC (file-based caching), and so on. As long as you use the standard

Install drupal 8 on CentOS 7.x

Install drupal 8 on CentOS 7.x1. drupal 8.x requirements TypeRequirementDatabase1.MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine, 2. PostgreSQL 9.1.2 or higher with PDO, 3. SQLite 3.6.8 or higherPHPPHP 5.5.9 or higher Official requirement Link 2. Deploy LAMP (Linux + Apache + Mysql + PHP) Updat

Drupal 7 syntax highlighting with WYSIWYG and tinymce

unfamiliar with these aspects I recommend reading the Drupal documentation at drupal.org. Installation instructions You will need a handful of Drupal modules and libraries to get syntax highlighting working correctly, unfortunately its not a straightforward process, but this article will guide you through. These are (as of 19/08/2012 ): 1. Drupal WYSIW

Add custom CSS and drupalcss to the Drupal 7 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 topic. However, in some cases, you have to consider other methods because of Environm

Add custom CSS for Drupal 7 sites

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

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

Drupal 7 module development and creation of a custom table (table) (hook_schema)

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 ', 'field

Drupal 7 module development and establishment module help information (hook_help)

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_fir

10 reasons why colleges should use Drupal

, visitors can easily view relevant content and navigate more easily.7. Collaboration Module (collaboration Modules)In addition to daily content such as pages, Forum themes, lesson plans, blogs, articles, and more, Drupal offers powerful collaboration and document management capabilities. These features are simply too practical for students and faculty who need access to manuals, manuals, guides, and resear

Install tinymce in Drupal 7.

Original article: http://www.drupalla.com/node/1321 Drupal has always used ckeditor as a text editor. A very powerful editor, but the generatedCodeBut it is difficult to accept. It is often annoying to see spam code similar to the following. 1 Div> Nbsp; Div> So I tried tinymce and found that it was really good. The generated code was very neat and neat, and the function was no weaker than ckeditor. So I changed the edit

To add a custom CSS to the Drupal 7 website

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

Drupal 7 Installation CKEditor Editor several methods

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 modu

Drupal 7 Common Database SQL operations (update, delete, query)

One of the new functions provided by Drupal 7 is the ability to use the Query Builder and Query Objects Query Builder to construct Query Objects without the need to write original SQL statements in the code, one is to improve code readability, and the other is to be compatible with all databases.Insert a single record The code is as follows

Total Pages: 14 1 2 3 4 5 .... 14 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.