S sajal Active member Oct 20, 2023 #1 We are using XFv2.2.6. Is there any permission from the admin that allows guest users to see other users' "message signature" in the message? At the moment, it looks like that only logged-in users can see other user's message signatures. Thanks in advance!
We are using XFv2.2.6. Is there any permission from the admin that allows guest users to see other users' "message signature" in the message? At the moment, it looks like that only logged-in users can see other user's message signatures. Thanks in advance!
Solution Mr Lucky Oct 20, 2023 To also allow in mobiles add this to extra.less Code: @media (max-width: @xf-responsiveNarrow) {.message-signature {display: block !important;} }
To also allow in mobiles add this to extra.less Code: @media (max-width: @xf-responsiveNarrow) {.message-signature {display: block !important;} }
Mr Lucky Well-known member Oct 20, 2023 #2 To also allow in mobiles add this to extra.less Code: @media (max-width: @xf-responsiveNarrow) {.message-signature {display: block !important;} } Last edited: Oct 20, 2023 Upvote 1 Downvote Solution
To also allow in mobiles add this to extra.less Code: @media (max-width: @xf-responsiveNarrow) {.message-signature {display: block !important;} }