Change Homepage

Asked by Deblix

Hello,

I'm using 1.4.2 win clients. I want this;

When a user login, I don't want to show dashboard. I want to show for example Dataset page. Now there are only 2 options. Dashboard and mediamanager. Do you think to add new pages? And how can I do inside of codes. Maybe I can add dashboard page a refresh code for 1 seconds. And After that the link can open.

What is your advice?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

This is not directly supported, so the best thing to do would be to add a blueprint for the functionality to be added in the future (it feels like a good idea).

As a workaround you could edit lib/pages/index.class.php, find the displayPage() method and add replace what is there with something like

Kit::ClassLoader('dataset');
$userHomepage = new datasetDAO($db, $user);

Can you help with this problem?

Provide an answer of your own, or ask Deblix for more information if necessary.

To post a message you must log in.