Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Closed] Forum Logos

5 Posts
2 Users
1 Reactions
2,527 Views
Posts: 9
Topic starter
(@ddflex)
Active Member
Joined: 7 years ago

Hi,

Is it possible to add a logo i.e. sponsor to a individual forums?

 

Thanks


4 Replies
VereK
Posts: 522
(@verek)
Honorable Member
Joined: 8 years ago

You can add an image path into the forum description field. Obviously you will want to limit such to a smallish size unless you want your forum to look like Times Square. Something like:

<img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" />

And if you want an outgoing link to your sponsor's site:

<a href="https://www.foo-sponsor .com/" target="true"><img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" /></a>

3 Replies
(@ddflex)
Joined: 7 years ago

Active Member
Posts: 9
Posted by: VereK

You can add an image path into the forum description field. Obviously you will want to limit such to a smallish size unless you want your forum to look like Times Square. Something like:

<img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" />

And if you want an outgoing link to your sponsor's site:

<a href="https://www.foo-sponsor .com/" target="true"><img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" /></a>

Thanks VereK, I'll give that a try.


(@ddflex)
Joined: 7 years ago

Active Member
Posts: 9
Posted by: ddflex
Posted by: VereK

You can add an image path into the forum description field. Obviously you will want to limit such to a smallish size unless you want your forum to look like Times Square. Something like:

<img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" />

And if you want an outgoing link to your sponsor's site:

<a href="https://www.foo-sponsor .com/" target="true"><img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" /></a>

Thanks VereK, I'll give that a try.

Hi VereK, So that worked with the exception that the dimension constraints aren't being saved when i update. The logo is there but not constrained by the dimension tags


(@ddflex)
Joined: 7 years ago

Active Member
Posts: 9

disregard that last post, used the thumbnails instead