Notifications
Clear all

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

5 Posts
4 Users
2 Reactions
1,403 Views
Posts: 16
Topic starter
(@regorhammer)
Eminent Member
Joined: 5 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: 1861
Moderator
(@alvina)
Member
Joined: 6 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: 1215
(@percysgrowroom)
Noble Member
Joined: 6 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: 5 years ago

Noble Member
Posts: 1522
Posted by: @percysgrowroom

How can we make the signature align centre?Β 

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

Β 😉

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1215

@tutrix Danke!! Youre a legend