I'd like to add some additional configuration options to the Manage Forum flyout. I'm just thinking a custom link at the bottom of this flyout with my own custom panel for the inputs. How do I accomplish this?
I'd like to add some additional configuration options to the Manage Forum flyout. I'm just thinking a custom link at the bottom of this flyout with my own custom panel for the inputs. How do I accomplish this?
I believe this may be helpful documentation: https://community.telligent.com/community/12/a/developer-training/DT94/extending-the-contextual-management-ui?
Yes, that is the documentation I was looking for. Thanks Grant Pankonien
Good stuff. Look forward to checking out what you come up with! I'll add some additional words/tags to the content to help others find it a bit more easily in the future. Thanks!
DO you have any documentation on how to create navigation between the panels...like click a "New" button and render a different panel/view?
We have IAdministrationUrls.ContextPanel as an in-process api.
This can also be done by manually creating the url # fragment that would be used to navigate to the panel. You would need to add some additional parameter or info to the url that the panel widget could read that would signal to load the subpanel instead of the main panel.
We have IAdministrationUrls.ContextPanel as an in-process api.
This can also be done by manually creating the url # fragment that would be used to navigate to the panel. You would need to add some additional parameter or info to the url that the panel widget could read that would signal to load the subpanel instead of the main panel.