inherit
259358
0
Dec 28, 2019 8:49:23 GMT -8
endgame
4
September 2019
endgame
|
Post by endgame on Sept 2, 2019 19:52:25 GMT -8
I’ve posted this question on another forum but reposting here to see if anyone else can help: On our board we have an image beside the name of the Sub-Forum. We’d like each subforum to have a different image, but we are having trouble figuring out the code to make this happen. Hoping to get some help or guidance on how we might be able to code this in. We are still very much at the designing phase, but want to make sure everything works before we start building the rest of our content.
For reference to the site: roleplayark.com/
I apologize in advance for the lack of coding in this post. Posting from my phone.
|
|
inherit
223590
0
May 17, 2023 9:13:21 GMT -8
Kitty Katt
My Username is @kittykatt (with 2 t's in katt)
821
July 2015
kittykatt
|
Post by Kitty Katt on Sept 3, 2019 5:34:32 GMT -8
I’ve posted this question on another forum but reposting here to see if anyone else can help: On our board we have an image beside the name of the Sub-Forum. We’d like each subforum to have a different image, but we are having trouble figuring out the code to make this happen. Hoping to get some help or guidance on how we might be able to code this in. We are still very much at the designing phase, but want to make sure everything works before we start building the rest of our content. For reference to the site: roleplayark.com/ I apologize in advance for the lack of coding in this post. Posting from my phone. Hello. Just a quick note on terminology. When you say "subforum", I am guessing that you are actually referring to a "sub-board"? Here is the hierarchy for a forum: > Forum (is the whole site) >>> Category (contains Boards) >>>>> Boards (contains Sub-Boards and Threads) >>>>>>> Threads (contains Posts) To put an image to the left of a (Sub-)Board's Name, go to Admin -> Structure -> Categories & Boards -> (Edit the Board in question). You should get a popup window that the first two fields are Name and Display Name. You can use some BBCode in the Display Name field. For example, you could do something like this: [img src="URL_to_Image"]Sub-Board 1
and the image linked should show to the left of the name. You may need to use height and width properties on the image if it is too big, to prevent a large image from breaking the flow of the forum (it will not actually "break" anything, but it can make the forum look bad).
|
|
inherit
259358
0
Dec 28, 2019 8:49:23 GMT -8
endgame
4
September 2019
endgame
|
Post by endgame on Oct 19, 2019 21:13:32 GMT -8
A little late, but thank you so much for answering my question!
|
|