Please or Register to create posts and topics.

Asgaros Forum v1.3.4: Signatures & Optimizations

PreviousPage 5 of 5

Have you changed the policy about links in signatures?

I can see you do have links in your signature now.

 

Hello @lucio7

Yes, in Forum -> Settings -> Signatures you can now define which HTML-tags are allowed.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Great stuff!

To add links in the signature should I add “<a>” to the list of available tags?

 

Yep, that was it, and it was already there.

The signature is aligned to the right though, is there a way to align it to the left?

 

Hello @lucio7

You can add the following code to Forum -> Appearance -> Custom CSS:

#af-wrapper .signature {
    text-align: left;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Awesome!

I had to go through Appearance -> Customize from the main WordPress dashboard, but there it worked.

Thank you so much!

 

Asgaros has reacted to this post.
Asgaros

Funny that I Google links in signature and ended up right at my last question :).

The links are being stripped away from the signature, did Asgaros change anything signature-wise?

Quote from lucio7 on March 26, 2022, 6:54 am

Funny that I Google links in signature and ended up right at my last question :).

The links are being stripped away from the signature, did Asgaros change anything signature-wise?

@lucio7, Things have changed, but I’m not sure what the problem is.  In Forum > Settings > Signature, you would have to check “Allow HTML tags in signatures”, and list the <a> tag as allowed.

However, the code in admin.php still strips the ‘href=*’ portion from the <a> tag before saving.  I don’t understand the code and functions enough to see why, and am not sure if that is intended or a bug.  We haven’t heard from @asgaros in a while, but he would have to look at it.

Asgaros has reacted to this post.
Asgaros

Hello @jim

This will be fixed in the next update.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
PreviousPage 5 of 5