Feneroin Posted May 13, 2020 Posted May 13, 2020 (edited) I have been looked around Admin Cp but i have found anything. As like i have added the image, it will be possible to add a feature "Background per forum" with a colour or a background image/photo? Edited May 13, 2020 by Feneroin
Feneroin Posted May 13, 2020 Author Posted May 13, 2020 (edited) Like that 👇🏼 Edited May 13, 2020 by Feneroin kmk 1
Askancy Posted May 13, 2020 Posted May 13, 2020 .cForumRow [data-forumid="69"] { background-color: #484a51; background-image: linear-gradient(90deg, #484A51 0%, rgba(72, 74, 81, 0) 32.76%), linear-gradient(150deg, rgba(72, 74, 81, 0) 0%, #484A51 75.28%), url(https://scontent.ccdn.cloud/image/nospoiler/2d57e9c1-0e09-4fdc-9d91-c028f5cc8b97/simpson-1-maxw-1152.jpg); } Abies and MythonPonty 2
Abies Posted May 13, 2020 Posted May 13, 2020 You can do it easily with few lines of CSS: [data-forumid="499"] { background: #00ffcf !important; } All you have to do is to target forum's id and adjust the color to your needs. The id can be found for example in an URL [e.g. for Feedback and ideas it's 499]: https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
Feneroin Posted May 13, 2020 Author Posted May 13, 2020 (edited) 1 hour ago, kmk said: How? 🤔 A background image per forum I will try @Askancy thanks. @Wishmasters thank you too. But if IPS do this thing in Admin Cp with just clicking and upload an image, it will be wonderful 🥰 Edited May 13, 2020 by Feneroin
bfarber Posted May 13, 2020 Posted May 13, 2020 4.5 supports adding an image for each forum via the AdminCP Jordan Miller and SC36DC 2
Feneroin Posted May 13, 2020 Author Posted May 13, 2020 (edited) 51 minutes ago, bfarber said: 4.5 supports adding an image for each forum via the AdminCP But in Grid View... When you switch to normal view, they disappear... In normal forum view, i would like too see 👇 Edited May 13, 2020 by Feneroin
IP-Gamers Posted May 14, 2020 Posted May 14, 2020 /* Фоны для форумов */ .cForumRow [data-forumid="26"] { background: url(https://l4d2noob.ru/imgnoobstyle/Cisco-1.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="3"] { background: url(https://i.playground.ru/i/pix/1055072/image.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="21"] { background: url(https://l4d2noob.ru/imgnoobstyle/DryYksoWoAAvS0B.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="38"] { background: url(https://l4d2noob.ru/imgnoobstyle/1582088815_threme-theme-dark-2_4.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="17"] { background: url(https://l4d2noob.ru/imgnoobstyle/computer.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="10"] { background: url(https://l4d2noob.ru/imgnoobstyle/games-counter-strike-global-offensive-15025.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } [data-forumid="46"] { background: url(https://l4d2noob.ru/imgnoobstyle/b982643080c32bd3fb9c8d956007acae.jpg) no-repeat !important; box-shadow:0 0 0 128px rgba(0, 0, 0.99, 0.50) inset; } Maxxius and Joel R 2
Recommended Posts