XF 2.1 Adding an image To Outer Block.

Catsmother

Active member
My forum URL: https://www.talkmh.com/

I will try and explain this the best I can.

I have my forum on 1award and I have a forum for my members to vote but I would like the image below just above the 1Award forum on my forum so members can easily find it and to just click on the image so it will be much easier.

Image that I am wanting to add.
vote1.webp
 
Upload that image to your server, then use something like this in the forum description:
HTML:
<a href="https://example.com"><img src="path/to/image.png"></a>

Change the URL and image path as required.

The image will then appear below the node title like so (I used the Google image here) and when clicked will open the URL it is linked to:

1600969268009.png

You can even add some text like this:

1600969360783.webp

1600969340813.webp
 
Upload that image to your server, then use something like this in the forum description:
HTML:
<a href="https://example.com"><img src="path/to/image.png"></a>

Change the URL and image path as required.

The image will then appear below the node title like so (I used the Google image here) and when clicked will open the URL it is linked to:

View attachment 235765

You can even add some text like this:

View attachment 235767

View attachment 235766
Thank you, That worked great. :)
 
Top Bottom