Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Forum Logos

5 Posts
2 Users
1 Reactions
2,319 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