Remove record count in Tabs

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
rpierce
Veteran Member
Posts: 258
Joined: 2018-11-26 13:55
Location: Washington State

Remove record count in Tabs

Post by rpierce » 2022-02-16 19:28

Hi all,

Is there a way to remove the record count that now appears in my tabs since upgrading 22,11. ANy help is greatly appreciated.
There is an image below...
Capture.JPG
Capture.JPG (21.02 KiB) Viewed 931 times

zkarwinkar
Veteran Member
Posts: 32
Joined: 2021-06-12 21:01

Re: Remove record count in Tabs

Post by zkarwinkar » 2022-02-17 11:55

remove following code from parent-children.php

Code: Select all

<span class=\"badge child-count child-count-{$ChildTable}-{$ChildLookupField}\"></span>

rpierce
Veteran Member
Posts: 258
Joined: 2018-11-26 13:55
Location: Washington State

Re: Remove record count in Tabs

Post by rpierce » 2022-02-17 23:48

Thank you!! It worked great.

Post Reply