Jump to content

It's possible to IPS add this feature?


Feneroin

Recommended Posts

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?

_20200513_121555.thumb.JPG.b8dadb1555c57286d335e1b8caf12ca3.JPG

Edited by Feneroin
Link to comment
Share on other sites

.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);
}

 

Link to comment
Share on other sites

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/

image.png.f067f9309d653db167584639bde42f2f.png

Link to comment
Share on other sites

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 👇

68747470733a2f2f692e696d6775722e636f6d2f

Edited by Feneroin
Link to comment
Share on other sites

151243124.thumb.png.24fc81e092712dabb033a0e9aaea02c2.png

/* Фоны для форумов */
.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;
}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...