Notifications
Clear all

wpForo 1.x.x Can users add an image for their signatures?

5 Posts
4 Users
2 Likes
690 Views
Posts: 17
Topic starter
(@regorhammer)
Eminent Member
Joined: 3 years ago

Hi guys.

 

Is it possible for a user to add an image as part of their signature?

 

Thanks in advance.

R

Topic Tags
4 Replies
Alvina
Posts: 1872
Moderator
(@alvina)
Member
Joined: 4 years ago

@regorhammer,

Yes, you can add an image in a signature. Use this HTML code for images:

<img src="http://example.com/yourimage.png" />

Just insert your image URL to this HTML code and put it in Signature Textarea.

Reply
Posts: 1029
(@percysgrowroom)
Noble Member
Joined: 4 years ago
Posted by: @alvina

<img src="http://example.com/yourimage.png" />

How can we make the signature align centre? 

I treid html code but it doesn't show in the post once you align it 

Reply
2 Replies
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 1023
Posted by: @percysgrowroom

How can we make the signature align centre? 

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature {
text-align: center;
}

 😉

Reply
(@percysgrowroom)
Joined: 4 years ago

Noble Member
Posts: 1029

@tutrix Danke!! Youre a legend

Reply