Post Reply

Post Reply [Paid] 3.0.9

PayPal: $30.00

Fatih

Member
Hi there @truonglv

As you can see the user extras are not hidden below the avatar:

1547727650493.webp

And yet, this issue with using extra css we can't fix this leak.

Also, user signatures are showing up and this shouldn't be happening.
 
Last edited:

Truonglv

♥♥ √εgετα ♥♥
Staff member
Tech Support
Can you give an example link here? This site does not have much options for testing :(
 

Fatih

Member
Well, in fact, we are using it in XF 2.1 and perhaps that is what caused the trouble. Truth is, we are not sure yet. Would you think that might be a problem?
 

Truonglv

♥♥ √εgετα ♥♥
Staff member
Tech Support
@Fatih I don't think so. That maybe has problem if another add-on want to show something to postbit.
 

Fatih

Member
@truonglv Nevermind, we have fixed that particular issue now.

To fix this issue, just add this code to your extra.less template:
Code:
.block--messages .message--post .message--post .message-userDetails,
.message--post .message--post .message-userExtras,
.message--post .message--post .message-signature
{
    display: none;
}
 
Last edited:

Fatih

Member
...and that's awesome. Now, some known stability issues have been fixed. Thank you. Anyway, I have a question. It's possible to rename ?tpr_post to ?pr_post? So, I mean is it possible to implement #post system? Prefix, it's your choice and of course I am aware of it, I understand that and I respect it. But as you can see, I just wanted to ask you a little question. Otherwise, everything is all good.
 
Top