inherit
224256
0
Nov 14, 2016 6:30:30 GMT -8
rob8891
18
August 2015
rob8891
|
Post by rob8891 on Aug 23, 2015 22:54:58 GMT -8
Hi
Apologies if this has been asked, but numnutz here can't see an answer (at least at my level!)
We have a forum with a number of different boards - for example, Food, Cars, Photography etc. We'd like to have different images for the header of each board, but between us, we are stumped.
Could someone either tell me how it's done, or point to some coding that would allow us to use it with pointers to our chosen images?
Thanks in advance.
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Aug 23, 2015 23:51:51 GMT -8
Hi!
If would be helpful for you to include a forum link so that we can see what you have so far...
Will placing the image in the header of that board not work? - you can select the header and footers for each board and put info in there...?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 24, 2015 0:48:37 GMT -8
Hi Apologies if this has been asked, but numnutz here can't see an answer (at least at my level!) We have a forum with a number of different boards - for example, Food, Cars, Photography etc. We'd like to have different images for the header of each board, but between us, we are stumped. Could someone either tell me how it's done, or point to some coding that would allow us to use it with pointers to our chosen images? Thanks in advance. If you added your image on the main page via your banner area (Admin > Themes> Advanced Styles & CSS> Visual Editor>), verses logo area, then you can just add the image to replace your main page banner you want for each board by adding it to the header of that board: (Admin> Structure> Headers & Footers> Manage>)
<style> #banner{ background-image:url(http://i657./uu300/EliteList/200by200/Print/Pippy1_zpsca95b863.jpg); } </style>
|
|