You just want to remove the data from the view (including having the list not sorted by Last activity datetime)
You need to find the templates the Last_Active columns (with data) is displayed.
Going from memory that would be memberlist_body.html.
The column header would be
So you would need to prevent that column data being loaded (that means header and the data) for your specific group that has admin permissions but shouldn't see that data. That's easy using the Group Template Variables extension)
It also implies that "sort by Last Active" should not be available to that group: Memory fails me here but I there should be something like
I'ld do it myself (for prosilver) and then post the code edits but currently don't have the time.
You need to find the templates the Last_Active columns (with data) is displayed.
Going from memory that would be memberlist_body.html.
The column header would be
L_LAST_ACTIVE
and the data memberrow.LAST_ACTIVE
So you would need to prevent that column data being loaded (that means header and the data) for your specific group that has admin permissions but shouldn't see that data. That's easy using the Group Template Variables extension)
It also implies that "sort by Last Active" should not be available to that group: Memory fails me here but I there should be something like
IF U_SORT_ACTIVE
which should be commented.I'ld do it myself (for prosilver) and then post the code edits but currently don't have the time.
Statistics: Posted by warmweer — Mon Apr 08, 2024 5:06 pm