I found a 12 year old forum on this and followed some instructions there to no avail.
I would like to hide the line at the top of a list
I went into language.php and commented out this line:
'SITENAME_HAS_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% registered member|[SITENAME] has %%TOTAL%% registered members',
But it still shows.
I also commented out this line in default.php:
CBTxt::Th( 'SITENAME_HAS_TOTAL_REGISTERED_MEMBERS', '[SITENAME] has %%TOTAL%% registered member|[SITENAME] has %%TOTAL%% registered members', array( '[SITENAME]' => $_CB_framework->getCfg( 'sitename' ), '[title]' => $this->listTitleHtml, '%%TOTAL%%' => $this->total ) )
Any help would be appreciated!