Steps done by me
1)Copied LightFrameworkPage and LightDesktop to local folder(renamed frameworkpage and desktop)
2)In the LightFramework innerpage added the Custom iview(custom lightdetailednavigationtree PAR) and disabled the lightdetailed navigation iview
i checked perview of framework page,right click was disabled in the detailed navigation and working fine
3) Add the Framewokpage and Theme to Desktop
4)Created custom rule
if user=testuser
then
PortalDesktop=pcd://custom light desktop(provided the desktop path)
if user=*
then
PortalDesktop=pcd://(defaultdesktop path)
5)Master Rule changes
if user=testuser
then
PortalDesktop=pcd://custom lightdesktop(provided the desktop path)
if user=*
then
PortalDesktop=pcd://(defaultdesktop path)
testuser has some conent
if testuser login to the portal it is taking default framework work page and it is not getting customlightdesktop
please let me know how to get the how to get the customlight desktop.
Thanks
Srikanth