Discussion:
[jboss-user] [JBoss Portal] - Re: EPP 6.0 Beta - How to show only Dashboard Page and hide default Site, Site Editor, Group
Matt Wringe
2013-03-19 08:14:56 UTC
Permalink
Matt Wringe [https://community.jboss.org/people/mwringe] created the discussion

"Re: EPP 6.0 Beta - How to show only Dashboard Page and hide default Site, Site Editor, Group"

To view the discussion, visit: https://community.jboss.org/message/803498#803498

--------------------------------------------------------------
You can specify that only admins can see the portlets on the top of the page. You can edit the shared-layout.xml to specify which parts should be available to which users (gatein.ear/portal.war/WEB-INF/conf/portal/portal/sharedlayout.xml).

I am trying to figure out how you want the site to work. Are you wanting an unauthorized user to have to login, and then once logged in they only have access to the dashboard page? Or is there also going to be more to this than just a dashboard?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/803498#803498]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Laxmikant Asawa
2013-03-19 10:38:53 UTC
Permalink
Laxmikant Asawa [https://community.jboss.org/people/alaxmikant] created the discussion

"Re: EPP 6.0 Beta - How to show only Dashboard Page and hide default Site, Site Editor, Group"

To view the discussion, visit: https://community.jboss.org/message/803549#803549

--------------------------------------------------------------
Hi Matt ..
Thanks for quick reply ..

Expectation
By default login page should be displayed to all users
Only Admin users should see what is available right now .. Site, Groups, Site Editor and Dashbaord
Users should only see Dashboard Page with Dashboard Portlet...  

Basically .. users should be able to personalize gadgets similar to igoogle.com ...
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/803549#803549]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Matt Wringe
2013-03-19 15:35:43 UTC
Permalink
Matt Wringe [https://community.jboss.org/people/mwringe] created the discussion

"Re: EPP 6.0 Beta - How to show only Dashboard Page and hide default Site, Site Editor, Group"

To view the discussion, visit: https://community.jboss.org/message/803634#803634

--------------------------------------------------------------
Post by Laxmikant Asawa
By default login page should be displayed to all users
This can be done by specifying the security level of the portal to require authorized users
Post by Laxmikant Asawa
Only Admin users should see what is available right now .. Site, Groups, Site Editor and Dashbaord
Follow what I mentioned in my previous post about configuring this in the shared-layout.xml
Post by Laxmikant Asawa
Users should only see Dashboard Page with Dashboard Portlet...
Not sure how to do this properly. But if you specify the initial_uri in the login.jsp page, you can specify what page the user will be forwarded to when they login (although this is probably a bit of a hack)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/803634#803634]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Laxmikant Asawa
2013-03-20 04:31:46 UTC
Permalink
Laxmikant Asawa [https://community.jboss.org/people/alaxmikant] created the discussion

"Re: EPP 6.0 Beta - How to show only Dashboard Page and hide default Site, Site Editor, Group"

To view the discussion, visit: https://community.jboss.org/message/803714#803714

--------------------------------------------------------------
Thanks Matt

I was able to achieve point 1 & 2 via shared-layout.xml and permissions combination.
For re-directing, i did same by changing initialURI in login.jsp but trying better way by extending LoginServlet and writing my own custom login servlet.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/803714#803714]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Loading...