This topic is locked

After login, Popup Message with OK

10/21/2012 15:16:53
PHPRunner General questions
S
swanside author

Hello.

I am trying to make a message box pop up after a user logs in and before the menu page is displayed.

The user then has to click OK to close the box and proceed to the menu page
Any ideas how I can do this please?
Cheers

Paul

Sergey Kornilov admin 10/21/2012

The best option is to display that popup message right on the menu page. You cannot do that on the login page.

S
swanside author 10/24/2012

Hi.

Thanks for the reply,

I could not figure out how to add a popup message?

In the events page, it gives me the option to Display a message on the web page, but, this only shows what I enter from the text in red.

Is there a guide somewhere for setting up an actual message box?
Cheers

Sergey Kornilov admin 10/25/2012

Events happen on the server side while popup are displayed on the client side. That's the main issue.