Notifications
Clear all

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

5 Posts
4 Users
2 Reactions
1,752 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: 1229
(@percysgrowroom)
Noble Member
Joined: 7 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: 6 years ago

Noble Member
Posts: 1521
Posted by: @percysgrowroom

How can we make the signature align centre?Ā 

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

Ā 😉


(@percysgrowroom)
Joined: 7 years ago

Noble Member
Posts: 1229

@tutrix Danke!! Youre a legend