FAQ: How do I get rid of "This Category is Currently Empty"?

This is the archive off all FAQ related threads.
Locked
User avatar
mcsmom
Joomla! Exemplar
Joomla! Exemplar
Posts: 7897
Joined: Thu Aug 18, 2005 8:43 pm
Location: New York
Contact:

FAQ: How do I get rid of "This Category is Currently Empty"?

Post by mcsmom » Sun Feb 25, 2007 11:11 am

When you make a content category table link to an empty category, by default a "This Category is Currently Empty" message will display (or the equivalent in another language).  You can eliminate or modify this message by editing your language file.

In /language/english.php change line 113 from


Code:
DEFINE('_EMPTY_CATEGORY','This Category is currently empty');
to


Code:
DEFINE('_EMPTY_CATEGORY','');
So we must fix our vision not merely on the negative expulsion of war, but upon the positive affirmation of peace. MLK 1964.
http://officialjoomlabook.com Get it at http://www.joomla.org/joomla-press-official-books.html Buy a book, support Joomla!.

Locked

Return to “FAQ Archive”