Search found 5 matches

by marco.wobben
Today, 13:55
Forum: General Plugin Discussion
Topic: MantisBT-Lightbox (Mantis 2.x)
Replies: 0
Views: 11

MantisBT-Lightbox (Mantis 2.x)

I've forked the archived plugin project that was incompatible with Mantis 2.x and made it work again. Enjoy.

:arrow: https://github.com/bcp-software/MantisBT-Lightbox
by marco.wobben
13 Jul 2017, 10:05
Forum: Customizations
Topic: issues_rss extended with with version filtering
Replies: 0
Views: 4071

issues_rss extended with with version filtering

Want support for "version=..." in the issues_rss.php similar to the support in change_log.php ? Please follow the next few instructions:

Open issues_rss.php in your editor and search for these lines:

$f_project_id = gpc_get_int( 'project_id', ALL_PROJECTS );
$f_filter_id = gpc_get_int( 'filter_id ...
by marco.wobben
11 Jan 2016, 10:36
Forum: Customizations
Topic: Tweaked ChangeLog (example and demo)
Replies: 3
Views: 10227

Re: Tweaked ChangeLog (example and demo)

Ok, I see now. The change of the "default" custom function could have been arranged using a "override" custom function.

Yet to alter the ordering of the sql query, I don't any other option than to tweak the original code. Or am I overlooking something? :?
by marco.wobben
08 Jan 2016, 08:57
Forum: Customizations
Topic: Tweaked ChangeLog (example and demo)
Replies: 3
Views: 10227

Tweaked ChangeLog (example and demo)

I've wondered how to show visitors the difference between news, changes and fixes on the changelog pages. I've come up with the following adjustments:

Adjust the Query in "changelog_page.php" (approx. line 175) to implement a differen ordering:


$query = "SELECT sbt.*, dbt.fixed_in_version AS ...