modmore / ClientConfig

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
https://docs.modmore.com/en/Open_Source/ClientConfig/index.html
MIT License
28 stars 27 forks source link

Get direct link to a category #169

Closed Spheerys closed 4 years ago

Spheerys commented 5 years ago

I'm using QuickButton and I would be hable to make a link to a direct ClientConfig's category/tab

Is it possible to get the wanted tab with a parameter on the URL ?

Mark-H commented 4 years ago

Added to 2.3.

Works by providing a URL hash with the ID of a group. So if the ID of the group (shown in the admin panel) is 2, the URL to use would be /manager/?a=home&namespace=clientconfig#2

Spheerys commented 4 years ago

I have updated ClientConfig to 2.3.0, delete the cache, but even with the #id after the url, it is the latest opened tab which is active after clicking on the button...

Mark-H commented 4 years ago

Tried in incognito mode or a different browser to ensure that's not because of browser caches?

Spheerys commented 4 years ago

Oh sorry, it was this ! It's working well, thanks ;)