Hi,
I am trying to install this plugin - https://github.com/cgaspard/mantiskanban
I have downloaded and copied the folder to the plugins folder. However, in the 'Manage Plugins' webpage I do not see the new plugin.
Why is this? Running Mantis version 1.2.15
Thanks
Unable to View Plugin
Moderators: Developer, Contributor
Re: Unable to View Plugin
This is no Mantis plugin but an own web application.
I never tried myself.
It seems you have to copy the files to your web root and to edit the settings in file config.js.
After that you are able to access the login page of the app, e.g. http://mantiskanban.com/mantisbt/mantiskanban/
I never tried myself.
It seems you have to copy the files to your web root and to edit the settings in file config.js.
After that you are able to access the login page of the app, e.g. http://mantiskanban.com/mantisbt/mantiskanban/
Re: Unable to View Plugin
I tried using this one - https://github.com/mantisbt-plugins/MantisKanban - which says to copy files to 'plugin' directory.
But still same issue. Not appearing on Mantis plugins page.
But still same issue. Not appearing on Mantis plugins page.
Re: Unable to View Plugin
No, it saysobrienkev wrote:which says to copy files to 'plugin' directory.
So the question is: Do you have a subfolder MantisKanban under plugins directory where you copied the files?Upload the "MantisKanban" folder to your Mantis "plugins" folder
If so, ensure that the name of the folder is MantisKanban and not something like mantiskanban.
Why didn't you use the first application? It looked quite nice at first sight.
Re: Unable to View Plugin
Hi, In Mantis there is a plugins folder so I added the MantisKanban folder into this as in the attached screenshots.
- Attachments
-
- mantis2.PNG (29.49 KiB) Viewed 12843 times
-
- mantis1.PNG (28.79 KiB) Viewed 12843 times
Re: Unable to View Plugin
I tried to install the plugin.
After copying the folder I could see the plugin listed in section "Available Plugins" on page "Manage" > "Manage Plugins"
Do you see it too?
After succeeding in ths first step, the plugin can't be installed as there are unmet dependencies for jQuery.
After installing https://github.com/mantisbt-plugins/jquery I was able to install also MantisKanban.
After copying the folder I could see the plugin listed in section "Available Plugins" on page "Manage" > "Manage Plugins"
Do you see it too?
After succeeding in ths first step, the plugin can't be installed as there are unmet dependencies for jQuery.
After installing https://github.com/mantisbt-plugins/jquery I was able to install also MantisKanban.
Re: Unable to View Plugin
No. I do not see it listed in the "Manage Plugins" page. Why would this be? I am on Mantis version 1.2.15.atrol wrote:I tried to install the plugin.
After copying the folder I could see the plugin listed in section "Available Plugins" on page "Manage" > "Manage Plugins"
Do you see it too?
Do I need to do a IIS Reset?
Re: Unable to View Plugin
No idea, I don't use IIS. Just try it.obrienkev wrote: Do I need to do a IIS Reset?
Are you sure that e:\replication\sites\... is the right path for changes?
Maybe this is just a copy of the live website.
Re: Unable to View Plugin
Hi,atrol wrote: Are you sure that e:\replication\sites\... is the right path for changes?
Maybe this is just a copy of the live website.
Yes, e:\replication\sites\ is the correct path.
Thanks