Notifications
Clear all

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

5 Posts
4 Users
2 Likes
914 Views
Posts: 16
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

4 Replies
Alvina
Posts: 1869
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.

Posts: 1133
(@percysgrowroom)
Noble Member
Joined: 5 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 

2 Replies
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1246
Posted by: @percysgrowroom

How can we make the signature align centre? 

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

 😉

(@percysgrowroom)
Joined: 5 years ago

Noble Member
Posts: 1133

@tutrix Danke!! Youre a legend