Page 1 of 1

Remove record count in Tabs

Posted: 2022-02-16 19:28
by rpierce
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 1798 times

Re: Remove record count in Tabs

Posted: 2022-02-17 11:55
by zkarwinkar
remove following code from parent-children.php

Code: Select all

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

Re: Remove record count in Tabs

Posted: 2022-02-17 23:48
by rpierce
Thank you!! It worked great.