Articles

Drupal allows you to create rss feeds from a site. Perhaps rss feeds are not as popular as social networks, but they are used by a fairly large number of users. Therefore, Drupal provides this opportunity. You can configure your feed on the Configuration - Web Services - RSS publishing:
On the settings page, we can set how many recent entries should be displayed in the news feed.


Drupal has ample opportunity for translation. Let have a look at how you can add a new language to a site such as German. To do this, go to Regions and language configurations, before this, the language, Configuration Translation, Content Translation, Interface Translation modules must be installed.
Let's go through all the settings in this section.


The next section of the admin panel is Development is large and requires careful consideration, this section will allow your Drupal site to work 10 times faster. Therefore, let's take a look at all the settings in this section.


The search and metadata section contains settings for searching the site and URL aliases. Let's start with the search.


In this article, we will analyze the settings for Image Styles, File system and image toolkit.
If you looked at my past articles, then you are probably already familiar with the Image Styles and visited the Media settings. But if you have not had time, then we will do it now. Let's go to the Configuration - Media - Image Styles page:


Drupal sites are usually made in order to put on the Internet. And when you post a site, it becomes available to the whole world, including spammers and crawlers looking for the opportunity to post spam and their code on your site. Drupal has checks and text filters to find and neutralize code from your data entry forms (you can read more about XSS attacks).
Let's go to Configuration - content authoring - Text formats and editors:
/admin/config/content/formats


Perhaps you have pages on the site where you go most often, maybe reports, orders, content and comments. This is very useful for a client who will visit the site only on certain pages. To do this, you can use shortcuts with quick links to important pages:
/admin/config/user-interface/shortcut


Like any other CMS, Drupal has a front page and to set it up, let's go to the Configuration — Basic site settings:
Here we will put our home page, by default it is /node, a list of recent nodes. But first you need to create some kind of node, let's create the About Us page and place it on the front page. Content - Add Content - Basic Page:
/node/add/page


Drupal admin panel provides extensive site management features. In the following articles, we will cover each item on the Configuration page:
/admin/config
If you worked with Drupal 6, Drupal 7, then this admin panel is already familiar to you, because most of the things have passed to the 8th version. And for those to whom Drupal is a new CMS, we will begin to consider everything in order.


Drupal, like many other CMS, allows you to combine links to pages in the menu. You can add new menus and links to them when creating new pages.
After installing the standard version of Drupal, we have 5 menus.
Main navigation - this is the previous menu from Drupal 7 main-menu (primary links). By default, there is a link to the home page.
