XMB Forum Software

[New] Display picture as Forum Name

Chip Douglas - 5-3-2025 at 08:17 AM

Full Board URL: chewthefat.us
XMB Version: 1.9.12

I am new here. How would I go about adding an image for the forum name. Not sure I'm supposed to edit the header code/template? Where would I upload the image? Can it be in the main folder where the index.html file resides?

Xian - 5-8-2025 at 10:17 PM

Quote: Originally posted by Chip Douglas  
Full Board URL: chewthefat.us
XMB Version: 1.9.12

I am new here. How would I go about adding an image for the forum name. Not sure I'm supposed to edit the header code/template? Where would I upload the image? Can it be in the main folder where the index.html file resides?


Yes you need to edit the header template of your board.

As for me, I prefer to upload the file to the ./images folder just to keep things organized. But you can technically upload it to the root of your board. So either:

<img src="./images/mylogo.png" alt="my site">

OR (if uploaded to root)

<img src="./mylogo.png" alt="my site">

flushedpancake - 5-11-2025 at 04:20 AM

Seems like OP switched to phpBB3.