Re: [SM-USERS] Motd

2004-01-19 Thread Jonathan Angliss
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

Re: [SM-USERS] Motd

2004-01-18 Thread Tomas Kuliavas
> 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'

Re: [SM-USERS] Motd

2004-01-18 Thread Amin Thakkar
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

Re: [SM-USERS] Motd

2004-01-18 Thread Tomas Kuliavas
> 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

[SM-USERS] Motd

2004-01-18 Thread Amin Thakkar
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

[SM-USERS] MOTD with html?

2003-02-24 Thread andymorris
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