Blog
Blocking ChatGPT in robots.txt: Pros and Cons
With the increasing prevalence of AI-powered tools like ChatGPT, website owners are faced with the decision of whether to allow or block these bots from accessing their sites. One effective way to manage this is through the robots.txt
file. By adding specific directives, such as User-agent: GPTBot Disallow: /
, you can control whether ChatGPT can crawl and access your content. In this article, we'll delve into the pros and cons of blocking ChatGPT in robots.txt
.
AdminerEvo - web-based database management interface
Drupal related Emoji
Hello everyone🌐!
In the world of Drupal development, clear communication is crucial. Emojis can make our messages quicker and more fun, whether we're talking about bugs, planning, or deployment. They help convey ideas and emotions without a lot of words.
In this article, we’ll look at some useful emojis that can make our work as Drupal developers a bit easier and more engaging. Let’s see how these little icons can boost our communication and teamwork.
There are useful emoji for articles about Drupal, especially drop of water:
Drupal: How to rewrite jQuery Cookie with Javascript Cookie
Drupal 9 and above uses Javascript Cookie library instead of jQuery Cookie:
https://www.drupal.org/node/3104677
https://www.drupal.org/node/3322720
https://www.drupal.org/node/3296086
You can find a lot of patches for contrib modules, for example:
https://www.drupal.org/project/eu_cookie_compliance/issues/3194270
Replace jQuery.once() with javascript once() in Drupal 10
PHP date() format
- d - The day of the month (from 01 to 31)
- D - A textual representation of a day (three letters)
- j - The day of the month without leading zeros (1 to 31)
- l (lowercase 'L') - A full textual representation of a day
- N - The ISO-8601 numeric representation of a day (1 for Monday, 7 for Sunday)
- S - The English ordinal suffix for the day of the month (2 characters st, nd, rd or th.
Online store
An estimated 1.8 billion people worldwide purchase goods online. 63 percent of shopping occasions begin online. Nearly half of the consumers shop more on mobile than in-store.
Joint shopping site
Joint purchase is a term that means a public invitation from the Organizer of the Forum participants to the wholesale purchase of certain goods with some margin in favor of the Organizer, which incurs costs for the collection, redemption and distribution of goods. In other words, an organized purchase of goods at wholesale prices.
A joint venture is not a store, it is just a collective purchase of goods at a manufacturer’s price through the Organizer with a minimum wrap (in fact, an organizational fee).
Social networks
Social networks, as an excellent means of communication and association of people, are gaining more and more popularity. With their help, users not only find their old friends, but also make new ones.
Creating a social network is not an easy task. But CMS Drupal allows you to create large projects with huge traffic. Drupal is prepared for huge loads and is not limited in development for your social network. One of the directions of my activity is the creation of social networks.
1.4. Installing the theme on Drupal. Theme constructors.
There are a lot of ready-made templates on drupal, probably more than on joomla. Let's put some design themes on our website. For this, there is already a themes folder in Drupal, where we will install themes for our site.