Recent Topics

1 Jan 02, 2006 05:31    

Hi!

Can anyone tell me where I can change the following wording:

"Sorry, there is no post to display..."?

I'd like to change it around, but haven't been able to find the correct file.

Thanks!

Jody

2 Jan 03, 2006 16:16

You can change the message right in the skin files. /skins/yourskin/_main.php. Find the line that looks like this:

if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post


And add your message between the parenthesis like this:

if( isset($MainList) ) $MainList->display_if_empty( 'Something is messed up, there is no post here!' ); // Display message if no post


Form is loading...