Third-Party Integration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hey,

I am integrating with our own systems and I need to have settings for this..

1. How can I add a tab on the "Third-Party Integration" page?
2. How can I add my own settings?

Thanks :)
13 лет назад
[email protected] wrote:
Hey,

I am integrating with our own systems and I need to have settings for this..

1. How can I add a tab on the "Third-Party Integration" page?
2. How can I add my own settings?

Thanks :)


Hi,

If you want to add the Third-Party pages in the admin menu add this to the sitemap
located in admin folder

    <!-- Third-party -->
    <siteMapNode title="Third-party" description="View Third-Party setting" nopResourceTitle="Admin.Sitemap.ThirdParty.Title" nopResourceDescription="Admin.Sitemap.ThirdParty.Description">
      <siteMapNode title="Settings" url="~/administration/thrdsetting.aspx" description="View Third-Party setting" nopResourceTitle="Admin.Sitemap.ThirdParty.Setting" nopResourceDescription="Admin.Sitemap.ThirdParty.SettingDescription" />
   </siteMapNode>
    <!-- Third-party -->


you alse need to add this post to the LocaleStringResource table
                                    
7  Admin.Sitemap.ThirdParty.Title  Third-Party
7  Admin.Sitemap.ThirdParty.Description  Menu for thirdparty setting
7  Admin.Sitemap.ThirdParty.Setting  Settings
7  Admin.Sitemap.ThirdParty.SettingDescription  Settings for thirdparty functions

Then you have your own menu inte the admin interface.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.