Please help, I cant find this bit of code in techhead themes index.template.php:
<file name="$boarddir/Themes/default/index.template.php">
<operation>
<search position="before"><![CDATA[
if ($context['current_action'] == 'theme')
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
]]></search>
<add><![CDATA[
//Begin SMFShop 2.0 (Build 8) MOD code
if ($context['current_action'] == 'shop')
$current_action = 'shop';
//END SMFShop MOD code
]]></add>
</operation>
I attached index.template code of techhead theme, I presume this is stopping buttons from showing?