inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Sept 26, 2016 20:12:38 GMT -8
railvillage.proboards.com/Basically I want to be able to add a different image for each board list. When you click on a board and it loads in, I want an image to appear at the top of the list, (but below the advert). But I am stuck on how to actually do it.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 26, 2016 22:26:34 GMT -8
railvillage.proboards.com/Basically I want to be able to add a different image for each board list. When you click on a board and it loads in, I want an image to appear at the top of the list, (but below the advert). But I am stuck on how to actually do it. Have you tried doing this through Headers & Footers? Go to admin > Structure > Headers & Footers then click into the board you want it on. Under Header put in <img src="LINK TO IMAGE HERE" width=100%> you can change the dimensions to whatever you like, but that should just put an image above the board. You can put different ones in using the same code on different pages of the board. I actually do this for slideshows of locations on my board.
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Sept 26, 2016 23:48:12 GMT -8
Forgot that each board had it's own headers and footers.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 27, 2016 9:58:44 GMT -8
Forgot that each board had it's own headers and footers. Glad it worked out for you! Happy coding!
|
|