Hello Amin,
On Sunday, January 18, 2004, Amin Thakkar wrote...
> I have put this code
> global $username;
> /* This is a message that is displayed immediately after a user logs in. */
> global $motd;
> $motd = 'Welcome, $username !' ;
> but it is not coming.
> What is second step ?
You need t
> I have put this code
>
> global $username;
>
> /* This is a message that is displayed immediately after a user logs in.
> */
> global $motd;
> $motd = 'Welcome, $username !' ;
>
> but it is not coming.
>
> What is second step ?
Sorry, I forgot that config is loaded before user logs in.
Why can'
I have put this code
global $username;
/* This is a message that is displayed immediately after a user logs in. */
global $motd;
$motd = 'Welcome, $username !' ;
but it is not coming.
What is second step ?
Amin
>> I want to display welcome message on top. But I don't want to use any
>> plugin
> I want to display welcome message on top. But I don't want to use any
> plugin just I want to write a code in
>
> /* This is a message that is displayed immediately after a user logs in.
> */
> global $motd;
> $motd = '' ;
>
> What code I have to write ?
>
> I want to display Welcome, [EMAIL PROT
I want to display welcome message on top. But I don't want to use any
plugin just I want to write a code in
/* This is a message that is displayed immediately after a user logs in. */
global $motd;
$motd = '' ;
What code I have to write ?
I want to display Welcome, [EMAIL PROTECTED]
pls help me
Does anyone know how to add html to the message of the day plugin. I want
to have a link that all the users can access from the message of the day.
Or can anyone tell me how to add a section called "news" to the top header
for a different site, i have made a link before but it was on the same
ser