All the administration tabs were missing in php.tpl.php so administration was severely crippled.

Added this block of code at line 116 and all the tabs will now show up on all the administration pages:

            <!-- BEGIN: tabs -->
            <div class="tabs"><?php print $tabs ?></div>
            <!-- END: tabs -->

Comments

godde’s picture

I think you mean Page.tpl.php, unless he has changed it.

Putting the code on line 117 of page.tpl.php works as well. For example, with out it the add forum buttons don't show up.

beginner’s picture

Version: 4.5.x-1.x-dev » 4.6.x-1.x-dev

I just downloaded and installed it: the problem is still here. Thanks for the fix.

no_idea_yet’s picture

Thanks for the fix, was a tadge confused for a while!