mantisbt-plugins / Announce

Announcements plugin for MantisBT, lets privileged accounts create and post announcements that can be shown to users on a global or per-project basis, and allow users to dismiss individual messages.
MIT License
20 stars 14 forks source link

Please update for Mantis 2.5 #7

Closed digitalsigi closed 7 years ago

digitalsigi commented 7 years ago

Hi, I would like to use this plugin with Mantis 2.5 Thx a lot

dregad commented 7 years ago

Duplicate of #6

digitalsigi commented 7 years ago

OK, sorry for misunderstanding 2.1... However, I am already on 2.5.0 and would like to install the plugin. Is there is no way?

dregad commented 7 years ago

Unfortunately, not unless you or someone else is willing to provide a patch to update the plugin.

I stopped using it several years ago, so I'm not sure how difficult it would be to adapt it to the MantisBT new UI. Don't have time to do it, but will gladly merge a pull request.

digitalsigi commented 7 years ago

Got the point. Thx anyway.

atrol commented 7 years ago

@digitalsigi you might want to use the embedded news functionality instead of this plugin. You can try it by adding the following line to config_inc.php

$g_news_enabled = ON;

But keep in mind: This feature is deprecated and is expected to be moved to a plugin (maybe an updated version of the announce plugin). I see no big risk in using it, as the current functionality will not be removed before a plugin is available.

dregad commented 7 years ago

@digitalsigi Release 2.0.0 of the plugin is now available, with support for MantisBT 2.x