Thread Titles Manager

Thread Titles Manager 1.0.1 Patch Level 2

No permission to download
Added Dashboard. Fixed navbar links.
changed admin route/navigation
changed rout names so they don't violate
moved styles to styles
changed add-on name (or didn't, I'm not sure)
Added duplicated thread titles counts.

duplicates.webp
Modified template modification.
Added anti oops protection in repository.
Changed options/option group names.
Added "Duplicated Titles" submenu that lists threads with title duplicates. (but it's in an embryonic stage).
Options are added. Default values for "Too Long" limit (70) and "Too Short" limit (20) can be changed in ACP -> Setup -> Options -> Thread Titles options.
Limit for too short titles is changed for 20 characters.
Added "Too Short Titles" submenu that lists threads with title length less than a specified number. So far it is set to "50 - Board title length". I was going from an assumption that thread title should be somewhere between 50 - 70 characters long. But now I can see that totally normal titles are listed as too short. Will be changed in the next update.
Replaced
use XF\Pub\Controller\AbstractController;
with
use XF\Admin\Controller\AbstractController
Controller was moved from Public/Controller to Admin/Controller where it belongs.
Top Bottom