![]() |
[Pushed] missing {$collapsedthead['quickreply']} - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Pushed (https://community.mybb.com/forum-183.html) +----- Thread: [Pushed] missing {$collapsedthead['quickreply']} (/thread-198036.html) |
missing {$collapsedthead['quickreply']} - Supryk - 2016-08-19 missing {$collapsedthead['quickreply']} in showthread_quickreply and private_quickreply RE: missing {$collapsedthead['quickreply']} - Supryk - 2016-10-22 Bump bump RE: missing {$collapsedthead['quickreply']} - Eldenroot - 2016-10-23 If you know how to fix it, just create a PR and an issue on GitHub RE: missing {$collapsedthead['quickreply']} - katos - 2016-10-23 Could you please elaborate on the issue? Cheers! RE: missing {$collapsedthead['quickreply']} - Supryk - 2016-10-23 https://github.com/mybb/mybb/pull/2482 ok start by global.php line 1081
now mybb_theme.xml index_boardstats template line 4293 boardstats oknow mybb_theme.xml private_quickreply template line 10156 private_quickreply missing {$collapsedthead['quickreply']}now mybb_theme.xml showthread_quickreply template line 11523 showthread_quickreply missing {$collapsedthead['quickreply']}
RE: missing {$collapsedthead['quickreply']} - Eldenroot - 2016-10-24 Now I see your point, good catch. You have posted a PR already, so an issue should be created too |