Reply #41 April 29, 2025 - 05:35 05:35
I have had success converting some other smaller mods to 2.1 using AI. If you could maybe just give me some clues about the necessary updates that would be needed. It does install without errors on 2.1.4 (because you put 2.99.99 as the max supported version in the xml, lol), but forum dies if you try to enable it on some boards.
Edit: I gave it a try with claude AI and it worked on the first try. There might still be some bugs but it appers to work fine.
I've attached the claude ai patched addon, hope that's allowed.
It modified hooks.php, autoindex.php and autoindexhooks.php
Edit2: uploaded v2 patch that displays the categories/boards in the backend permission settings in the forum category/board order, not randomly. I think this mod was supposed to also insert an icon/link in the forums view itself, to get the autoindex for that board. That is still not working apparently.
Edit3: uploaded v3 patch that restores visibility of the icons on the main forum index. All was needed is adding settings and modsettings here, for BoardIndex.template.php.
function template_bi_board_info($board)
{
global $context, $scripturl, $txt, $settings, $modSettings;
However, it seems that the installer also modifies MessageIndex.template.php. I have patched that function in the message index file, but nothing happens. What was supposed to be shown on the message index (topic list on a board) ?