Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
4 Users
2 Reactions
1,497 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