MyBB Community Forums

Full Version: missing {$collapsedthead['quickreply']}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
missing {$collapsedthead['quickreply']} in showthread_quickreply and private_quickreply
Bump bump
If you know how to fix it, just create a PR and an issue on GitHub
Could you please elaborate on the issue?
Cheers!
https://github.com/mybb/mybb/pull/2482

ok start by global.php line 1081
$collapsed = array('boardstats' => '', 'boardstats_e' => '', 'quickreply' => '', 'quickreply_e' => '');

now mybb_theme.xml index_boardstats template line 4293
<td class="thead{$collapsedthead['boardstats']}">
boardstats ok

now mybb_theme.xml private_quickreply template line 10156
<td class="thead" colspan="2">
private_quickreply missing {$collapsedthead['quickreply']}

now mybb_theme.xml showthread_quickreply template line 11523
<td class="thead" colspan="2">
showthread_quickreply missing {$collapsedthead['quickreply']}
Now I see your point, good catch. You have posted a PR already, so an issue should be created too