farbodkain Posted December 14, 2013 Share Posted December 14, 2013 Hi,I know this topic exist in this forum but solution post it in turkish so i don't know any thing about turkish language. Here is problem: I want to remove help button from all page in Administrator Section or (Control Panel).i really appreciate to help me out. Thanks Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 /admin/themes/default/template/header.tpl then remove: {if $display_header} <script type="text/javascript"> var help_class_name = '{$controller_name}'; var iso_user = '{$iso_user}'; var country_iso_code = '{$country_iso_code}'; var _PS_VERSION_ = '{$smarty.const._PS_VERSION_}'; var helpboxes = {$help_box}; var roundMode = {$round_mode}; {if isset($shop_context)} {if $shop_context == Shop::CONTEXT_ALL} var youEditFieldFor = "{l s='A modification of this field will be applied for all shops' slashes=1 }"; {elseif $shop_context == Shop::CONTEXT_GROUP} var youEditFieldFor = "{l s='A modification of this field will be applied for all shops of group ' slashes=1 }<b>{$shop_name}</b>"; {else} var youEditFieldFor = "{l s='A modification of this field will be applied for the shop ' slashes=1 }<b>{$shop_name}</b>"; {/if} {else} var youEditFieldFor = ''; {/if} {* Notifications vars *} var autorefresh_notifications = '{$autorefresh_notifications}'; var new_order_msg = '{l s='A new order has been placed on your shop.' slashes=1}'; var order_number_msg = '{l s='Order number: ' slashes=1}'; var total_msg = '{l s='Total: ' slashes=1}'; var from_msg = '{l s='From: ' slashes=1}'; var see_order_msg = '{l s='View this order' slashes=1}'; var new_customer_msg = '{l s='A new customer registered on your shop.' slashes=1}'; var customer_name_msg = '{l s='Customer name: ' slashes=1}'; var see_customer_msg = '{l s='View this customer' slashes=1}'; var new_msg = '{l s='A new message posted on your shop.' slashes=1}'; var excerpt_msg = '{l s='Excerpt: ' slashes=1}'; var see_msg = '{l s='Read this message' slashes=1}'; var token_admin_orders = '{getAdminToken tab='AdminOrders' slashes=1}'; var token_admin_customers = '{getAdminToken tab='AdminCustomers' slashes=1}'; var token_admin_customer_threads = '{getAdminToken tab='AdminCustomerThreads' slashes=1}'; var currentIndex = '{$currentIndex}'; var choose_language_translate = "{l s='Choose language' slashes=1 }"; </script> {/if} 2 Link to comment Share on other sites More sharing options...
farbodkain Posted December 15, 2013 Author Share Posted December 15, 2013 thank you so much @vekia Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 you're welcome im glad that i could help you a little in this case im going to mark whole topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
triplei Posted March 27, 2014 Share Posted March 27, 2014 yeah easiest way it to go to www/classes/helpaccess.php and add: return "; in the beginning of the code. Link to comment Share on other sites More sharing options...
vekia Posted March 27, 2014 Share Posted March 27, 2014 helpaccess.php ? this file doesnt exist in directory you mentioned. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now