2 personman Jan 03, 2006 16:16You 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
You can change the message right in the skin files. /skins/yourskin/_main.php. Find the line that looks like this:
And add your message between the parenthesis like this: