Disable tags?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
riv
Posts: 8
Joined: 21 Jun 2015, 12:44

Disable tags?

Post by riv »

I have no use for tags, is it possible to disable them? Someone keeps adding '1' tags to various issues, not sure if they're doing it intentionally or by mistake, and its pretty annoying since it messes up the order.
Also it would be great if there was a way to undo changes as opposed to overriding them (i.e. instead of adding a 'removed tag' event, I'd like to actually delete the 'added tag' event, so it reverts the last-modified-date).

I know I can do it via DB manipulation, but it's pretty inconvenient to go through that every time. Or maybe someone could give me pointers on what files I would need to change to add this functionality to the UI?
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Disable tags?

Post by atrol »

riv wrote:I have no use for tags, is it possible to disable them?
Adding the following lines to file config_inc.hpp should do the job

Code: Select all

$g_tag_view_threshold = NOBODY;
$g_tag_attach_threshold = NOBODY;
Please use Search before posting and read the Manual
Post Reply