Configuring the Drupal Profile Page
Profile Fields
Our profile content remains almost empty. Let's add the main informational fields, which I will call "Profile Fields". This step really requires some thought to determine the necessary fields. Some common ones are: about me, gender, hobbies, job. To define additional fields, we need to use the Profile2 module. I usually place all the fields together in a fieldset. You can add field groups. Just fill in the field, drag it, and you’re done. Remember that the profile will be created during registration.
Working with the WYSIWYG Editor TinyMCE
This is a short lesson on how to use the TinyMCE editor. This lesson does not explain how to install the editor, but only how to use it together with the Colorbox library.
In this lesson, we will also create links, lists, highlight text, and more.
CSS Tutorial – Lesson 5 – Properties float and clear. Wrapping and clearing floats.
Imagine a turbulent mountain river, flowing very fast and noisily. And now a stone stands in the path of this river, and the river flows around the stone. If the stone is on the left in relation to the river's direction, the river flows around it on the right; if the stone is on the right, the river flows around it on the left. This is how the CSS float property works.
Installing and Localizing Drupal
Congratulations! In this article, you will get acquainted with a wonderful platform for creating websites—Drupal. That's right, not just a CMS or a framework, but a platform.
First of all, you get a CMS, meaning an admin panel for editing content, users, tags, meta tags, and more.
1.2. Installing Modules in Drupal
Like many other CMSs, Drupal consists of modules. This allows different sites to use different functionalities—blogs, galleries, private messages, forums, and other modules can be enabled as needed. Or unnecessary modules can be disabled to lighten the site.
1.3. Localization Drupal 8.
Quite often, it is necessary to switch Drupal to another language. Let's say you installed the English version of Drupal, but you need the Russian one, or you want Drupal in two languages—Ukrainian and Russian. In Drupal, you have the ability to do this out of the box. Let's figure out how to do it.
How to unarchive files on server
Unarchiving Files via Console (SSH)
1. Connect to Your Server via SSH
ssh username@your-server-ip
Replace username
and your-server-ip
with your actual SSH credentials.
2. Navigate to the Directory
cd /path/to/your/archive
3. Extract Common Archive Types
.zip
files
unzip filename.zip
.tar
files
Drupal Novi Sad DrinkUp #7
Hello!
We are glad to invite you to the March edition of Drupal Novi Sad DrinkUp #7!
It is not a joke, do come! We will (just maybe!) talk about distributions vs recipes, but we will mostly enjoy good company and some food.
Tuesday, April 1st, 2025.
Irish Pub Red Cow
19:00 - 22:00 - Free discussion about Drupal, News and The Meaning of Life.
Irish Pub Red Cow, Zmaj Jovina 28, Novi Sad, check on Google Maps.
Using ChatGPT to localize Drupal interface
Using ChatGPT to localize Drupal interface into your language:
Here is github repository with code and links:
https://github.com/levmyshkin/drupal-localize-chatgpt