Don't worry this is a global Kusaba issue and not just arcNET I discovered it while working on Anonsaba and figured i'd share the patch... In txt_thread.tpl and txt_board_page.tpl Find this line <span id="dnb-{$board.name}-{$post_id}-{if $post.parentid eq 0}y{else}n{/if}"></span> Change it to this <span id="dnb-{$board.name}-{$post.id}-{if $post.parentid eq 0}y{else}n{/if}"></span>
Don't worry this is a global Kusaba issue and not just arcNET I discovered it while working on Anonsaba and figured i'd share the patch...
In txt_thread.tpl and txt_board_page.tpl
Find this line
Change it to this