Notifications
Clear all

wpForo 1.x.x [Closed] Forum Logos

5 Posts
2 Users
1 Likes
1,897 Views
Posts: 9
Topic starter
(@ddflex)
Active Member
Joined: 6 years ago

Hi,

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

 

Thanks

4 Replies
VereK
Posts: 501
(@verek)
Honorable Member
Joined: 6 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: 6 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: 6 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: 6 years ago

Active Member
Posts: 9

disregard that last post, used the thumbnails instead