Alert box in dashboard.
Permalink
Hello, I want to display alert box in dashboard after user login. In which file i want edit for display alert box.
For Example when user logged in and go to dashboard just display alertbox like "Welcome Admin".
For Example when user logged in and go to dashboard just display alertbox like "Welcome Admin".
This is not working... Please give me another solution...
Not a solution, but some friendly advice on the process:
http://www.concrete5.org/documentation/how-tos/editors/getting-help...
http://www.concrete5.org/documentation/how-tos/editors/getting-help...
If so you could modify the root/concrete/single_pages/dashboard/view.php file and add the following after line 92.
Of course it would be prudent to copy out the view.php into the root/single_pages/dashboard/ folder.