Uploaded image for project: 'Links directory'
  1. Links directory
  2. LINKS-177

Impossible to add and display custom links when NOT using the service

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.12.0
    • None
    • None
    • 4.3 RC3

      When not using the service to add custom links to a list, there is no way to tell the script the category where to save the link.
      The js script used take a service parameter to define the category so this is not possible to do it manually.

      function addUserLink<xsl:value-of select="$buttonId"/>()
              {
                  $j.ajax({
                      url: '<xsl:value-of select="$site-uri-prefix"/>/_plugins/link-directory/add-user-link',
                      data: {
                         ....
                          themes: "<xsl:value-of select="@custom-theme"/>"
                      },
                      ....
                  });
              }
      

      As we can add the "service" manually, it would be great to be able to fully use it.

            bmaurel Bérénice Maurel
            jonathan Jonathan Wendlinger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: