Fixed Approval queue

Fethi.dz

Well-known member
Affected version
XF 2.1 Beta 2
Hello,

User aproval queue show Empty status bar.
189100


Also, I noticed that the Threads whose waiting for approval it contain in the content the thread title which I think is a duplicate add since the status bar show the title.

189101
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.1.0 Beta 3).

Change log:
Don't display a blank info row on users awaiting approval.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
I think that's as designed, yes. If not, it's definitely something that should be, as the title ideally should be checked as part of the approval process (at least in our case).
 
I think that's as designed, yes. If not, it's definitely something that should be, as the title ideally should be checked as part of the approval process (at least in our case).

You can check the title which is included in the bule block.
 
For me looks clear but maybe for other needs a LARGER title 🧐

I used this to hide it in case someone needs to hide it too:
Less:
/*** Hide Replicate Thread Title in Approval Queue ***/
.message-body .message-title
{
    display: none;
}
 
Back
Top Bottom