Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

  • while

    While using the 2.x version of the plugin you did not use the "Show subspace menu on each page" feature, which renders a global navigation menu containing the whole space structure, putting all spaces in the root level which have no predecessor

  • after

    After the upgrade to 3.x the global navigation is now always rendered, thus

    • displays all spaces from your system in the root level

    • causing navigation performance degradation

Solution

If these assumptions are correct, you have 2 possibilities. Both involve manually configuring the navigation structure as described in the documentation under "Configure SubSpace Navigation (v 3.1)"

Preparations (always required):

  1. Uninstall the Subspace plugin (deactivate is not enough!)

  2. Install Subspace 3.1.1 or newer

  3. Go to Dashboard

The first option

  1. Remove the spaces from the navigation which you don't want to appear in the navigation:

  2. Optional: hide the navigation bar as described by the following workaround

The second option

Include Page
_Note About Database Operations
_Note About Database Operations

Please note that this will reset your whole navigation structure and you will have to recreate the part of the navigation which you want to use with the macro:

  1. Stop Confluence

  2. Check that the navigation structure was migrated once and that this is the correct SQL query. This query was tested with PostgreSQL, it may have to be adjusted for other databases:

    SELECT

  1. *

  1. FROM

  1. bandana

  1. WHERE

  1. bandanakey

  1. IN

  1. ('SUBSPACE_MIGRATED','de.communardo.confluence.plugins.subspace.navigationstructure')

    • this should return 2 records

  2. run the following Query:

    DELETE

  1. FROM

  1. bandana

  1. WHERE

  1. bandanakey

  1. =

  1. 'de.communardo.confluence.plugins.subspace.navigationstructure'

  2. Start Confluence

    • Now the navigation structure should be empty (no global menu displayed).

  3. You now can recreate only the part of the structure that you need:

  4. Optional: hide the navigation bar as described by the following workaround

Filter by label (Content by label)
showLabelsfalse
max10
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "subspace-navigation" and type = "page" and space = "KB"
labels subspace-navigation confluence
Page Properties
hiddentrue


Verwandte Vorgänge

Jira Legacy
serverCommunardo Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId40ebf4e9-af73-381d-8ee9-1907c74966d1
keySUPPORT-7551

Jira Legacy
serverCommunardo JIRA
serverId40ebf4e9-af73-381d-8ee9-1907c74966d1
keySCP-8679