PDA

View Full Version : comments option


thinkfiver
09-17-2008, 08:42 PM
Hello all,

I noticed that when an image has no comments, Pixelpost will have the "No Comments Yet" text. Is there a way to adjust it so it doesn't show those words when there are no posts?

Thanks!
Chris

Dkozikowski
09-18-2008, 12:58 AM
You can edit the language file.

Open the language/lang-english.php file and find:

$lang_no_comments_yet = "No Comments Yet.";

edit so it looks like the following:

$lang_no_comments_yet = "";

thinkfiver
09-18-2008, 05:06 AM
oh wow! I never knew where all those small adjustments were kept. It works great. Thanks a lot.