Documentation

Q&A
- Will Stack Manager support Concrete 5.7 ?
Yes, there will be an upgrade to 5.7. It's a work in progress.

- After deleting or approving a stack, Concrete5's 'Stacks' page will appear. Why not return to Stack Manager ?

This has to do with the validation done in the core. To change that would problably not get this add-on approved.

- The 'Used By' function does not find stacks used in an add-on that i'm using. How can i get support for it ?
There are 2 ways to include an add-on to the search:
 1. contact me with details and i can include it to the StackManager's next version.
 2. if you are the developer of the add-on, you can include the following example function to your block's controller.php (extending BlockController):
        [code]
            public function getStacksUsed() {
                $stacks = explode(',', $this->stacks);
                return $stacks;
            }
        [/code]

files:
packages\stackmanager\controller.php
packages\stackmanager\single_pages\dashboard\blocks\stackmanager\view.php
packages\stackmanager\css\dashboard\blocks\stackmanager\view.css
packages\stackmanager\controllers\dashboard\blocks\stackmanager\controller.php
packages\stackmanager\tools\used_by_popup.php
packages\stackmanager\licence.txt
packages\stackmanager\readme.txt
packages\stackmanager\icon.png