Page 1 sur 1

Forum images

Posté : 25 mars 2024, 02:13
par Origin
Here's how to add forum images


Download these 3 images and place them in the /images folder of your forum. For this example the images are placed in a subfolder /forum

Capture d’écran 2024-03-25 à 02.07.25.png

format-zip
pics.zip
17.94 Kio - Téléchargé 6 fois



In the ACP go to the forum where you want to add an image and add it like this

Capture d’écran 2024-03-25 à 02.15.02.png




As Sniper_E says add this code to file stylesheet.css

Code : Tout sélectionner

.forum-image img {
	max-width: 30px; /* You choose the size that looks the best. */
}
  • If you want to increase or decrease the size of the images on the index you must modify the value of max-width:


Capture d’écran 2024-03-25 à 02.02.57.png