You don't do anything to the template. You do something to the plugin. (And I do say exactly what to do in the original post in this thread.)
Quote:
If you wish to have the Breadcrumbs above the Quick Reply box, then uncomment that line and comment out the one to put it above the Thread Information box, like this:
PHP Code:
// to put it above the Quick Reply box $find = '<!-- scripts for quick reply and quick edit -->'; // to put it above the Thread Information box //$find = '<div id="thread_info" class="thread_info block">';
|