11-18-2019, 09:27 PM
There was a missed communication. I did not see your PM 10 days ago. However, I got a clue, generally speaking, from MyBB Community, then discovered another problem where deleted posts could not be restored. I compared custom templates with Default templates to discover the fixes. Made several tries to find the minimum modifications to fix.
Problem solved.
1. Delete line 37, extra </div> in postbit template.
2. Edit headerinclude template to:
add lines 27-31 (copied from Default template):
Problem solved.
1. Delete line 37, extra </div> in postbit template.
2. Edit headerinclude template to:
add lines 27-31 (copied from Default template):
Code:
var templates = {
modal: '{$jsTemplates['modal']}',
modal_button: '{$jsTemplates['modal_button']}'
};