Does anyone know how to increase the visible limit for the personal labels page? By default it shows 10 favourites on a page and you must select the paged link to view the rest. I have 6 paged links, so I have to go through each to find what I want.
The page I am speaking of can be accessed here: "Your-confluence-url/viewmylabels.action"
As far as I know it's not possible, because the page size (10) is hardcoded in the action and we can't override it with parameters.
To list your favourite pages, there is the Favourite Pages Macro, but it only lists the 5 most recent pages. But you could use the Content by Label Macro which has a maximum parameter available. Just use the label my:favourite to list only your favourite pages:
{contentbylabel:labels=my:favourite}
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.