1 achillis Jul 18, 2010 17:19
3 achillis Jul 18, 2010 20:10
Thank you.
Alternatively to style it I simply added a css rule to the p tag class="msg_nothing" and specified the dimensions according to my needs.
4 sam2kb Jul 18, 2010 21:03
No problem
5 mariaespana Jul 19, 2010 23:06
how can I handle the "nothing to display" problem in a multilingual / multi domain blog? Why don't I get at least the Cat or Main Intro?
6 sam2kb Jul 19, 2010 23:14
global $cat;
switch($cat)
{
case 44: // category ID
$msg = 'message 44';
break;
case 4563:
$msg = 'another message';
break;
default:
$msg = 'Some default message here';
}
// Display message if no post:
display_if_empty( array(
'msg_empty' => $msg,
) );
Since $cat is unique for each blog, this should work fine in multiblog system
7 westersong Jul 21, 2010 22:39
i send in a message in the message board, but i am not able to see my own message in the message board. when i go to another computer, I AM ABLE TO SEE... can i know is this made like this or what?
can i see my own message? Please respond as this is urgent. Thanks
8 sam2kb Jul 21, 2010 22:45
@WesterSong
another spammer?
9 mariaespana Jan 28, 2011 10:14
Dear Sam I couldn't find the file where to alter the code, so
I am handling the problem well in German and Spanish with changing the translation files, but how do I set up a default translation for English - English?
Search your skin for the following
and replace it with