Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show folders on Access Point

Currently, I have several applications showing all individually on the Access Point. However, I would like to group them and have some folders showing on the Access Point, so the users can first select the folder and then the application. Is this possible?

2 Replies
vgutkovsky
Master II
Master II

Jonathan,

The only way I can think of to do what you require (without having to rewrite the entire AccessPoint code) is by grouping your QVWs into Categories. You can then modify QvAccessPoint.js to display Categories instead of Thumbnails on the front page. This would require a little javascript programming, but shouldn't be too hard. Alternatively, you can modify the script to not display any QVWs until a user select a Category from the drop-down on top. The second method would probably be a little easier to implement.

Regards,

Not applicable
Author

"You can then modify QvAccessPoint.js to display Categories instead of Thumbnails on the front page. This would require a little javascript programming, but shouldn't be too hard"

Could anyone provide some code for this?