First of all, there are two simple rules for using this skin.
This is not an in-depth tutorial for skin installation, since there is a lot to the admin CP and certain configurations will affect the skin’s look. However, if you need any help or if there’s anything you couldn’t install properly you can just contact me and I’ll gladly help.
Importing the skin through the XML file makes it very straightforward to install. You can download it through the following Google Drive link:
https://drive.google.com/file/d/1lbBpb-SS1sPKMVqZwI5PIUy6Ak576Kva/view?usp=drive_link
I use the following profile fields:

If your variables for the fields are not the same, the skin’s templates will have to be edited accordingly.
I made two different forum descriptions. One for having a single forum for the whole width, which is the main one, and another for having two forums side by side. I tried to make them very easy to use, however in doing so the description which has two forums side by side will need to have to be at max 3 lines for the title. Any more than that and it will overlap with the topics and posts.
You will need to edit the CSS to set the color for each group. You can search for .group3 in the CSS and there will be two groups already, as an example. You can edit those and add more by using the following code:
.group**X** {
--user-color: #42B2D4;
--group-img: url(<https://wallpapers.com/images/featured/aesthetic-city-7gtkewcj8dcnv0x2.jpg>);
}
Replace the X with the group ID (it is the first column in the admin CP, when managing the groups).