cancel
Showing results for 
Search instead for 
Did you mean: 

xml, navigational tree, roles

Former Member
0 Kudos

Where can I find the xml for the navigational tree for each assigned role?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the C:\Lighthammer\Illuminator\Conf\ directory. If you assign the nav items to the Role, look in the Roles subfolder. If you assign the nav items to the user, look in the Users subfolder.

Also, during the login process, each user has a HomePage.htm file created that is stored in C:\Lighthammer\Illuminator\Temp\HomePages. Sometimes when configuring the portal look (colors/logos/images/etc) it is helpful to view the Source of these pages to troubleshoot any errors.

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

The xml can be found in

\Lighthammer\Illuminator\Conf\Roles

and

\Lighthammer\Illuminator\Conf\Users

I wouldn't suggest you edit or use these files externally. If you want to load information from them there are services you can call

For Role

http://<servername>/Lighthammer/Illuminator?Service=Admin&Mode=RoleProfile&Content-Type=text/xml&Gro...

For User

http://<servername>/Lighthammer/Illuminator/?Service=Admin&Mode=UserProfile&Content-Type=text/xml&Gr...

Regards,

Jamie