archproject Posted April 18, 2011 Share Posted April 18, 2011 Guys, Does anyone know how to remove the Prestashop TM at the page title of every admin page ? RegardsArchproject Link to comment Share on other sites More sharing options...
jeevanoss Posted April 18, 2011 Share Posted April 18, 2011 You can change Title in the file _PS_ADMIN_DIR_/header.inc.php 1 Link to comment Share on other sites More sharing options...
archproject Posted April 18, 2011 Author Share Posted April 18, 2011 Thanks ... heheheh .. I should have known that .. but was very very lazy to find out heheheh . thanks ... Link to comment Share on other sites More sharing options...
bruce-rez Posted May 12, 2011 Share Posted May 12, 2011 I want too to remove the Prestashop TM at the page title of every admin page.I found the PS_ADMIN_DIR/header.inc.php in index.php file. What should I do from there to remove the Prestashop TM?Thank you for any help. Link to comment Share on other sites More sharing options...
bruce-rez Posted May 18, 2011 Share Posted May 18, 2011 Any one can help for some guidance please?Thanks. Link to comment Share on other sites More sharing options...
BWT Posted May 20, 2012 Share Posted May 20, 2012 just change "prestashop TM" to something else and save. Link to comment Share on other sites More sharing options...
nick.k Posted May 23, 2012 Share Posted May 23, 2012 just go to the PS_ADMIN_DIR/footer.inc.php and rename it to PS_ADMIN_DIR/footer1.inc.php and it will be gone Link to comment Share on other sites More sharing options...
mr10 Posted July 26, 2012 Share Posted July 26, 2012 hi, just for easier use when using bookmarks or browser history, you can add the tab name in the title: <title>MyShop - '.translate('Administration panel').' : '.substr($tab,5).'</title> will give you for example: MyShop - Administration panel : Shipping just my 2 cents :-) Link to comment Share on other sites More sharing options...
halo12 Posted October 22, 2012 Share Posted October 22, 2012 On 7/26/2012 at 10:28 AM, mr10 said: hi, just for easier use when using bookmarks or browser history, you can add the tab name in the title: <title>MyShop - '.translate('Administration panel').' : '.substr($tab,5).'</title> will give you for example: MyShop - Administration panel : Shipping just my 2 cents :-) does not work with version 1.5.1 Link to comment Share on other sites More sharing options...
carshop Posted November 16, 2012 Share Posted November 16, 2012 Hello, Who knows how to make this work in 1.5? any clue? Link to comment Share on other sites More sharing options...
Dh42 Posted November 16, 2012 Share Posted November 16, 2012 Why would someone want to do this? Is it to act like you wrote the software? Link to comment Share on other sites More sharing options...
Pradyuman Posted January 5, 2013 Share Posted January 5, 2013 (edited) Hi Guys, To change admin panel title in prestashop 1.5 you have to follow following steps. These are : 1) prestashop/adminpanel/header.inc then search <title> you will get this and change the title of this page. 2 ) If you want to change inner pages title of admin panel. You have to follow following steps.: prestashop/adminpanel/themes/default/template/header/tpl then search <title> and then change the current title by your title. Thank You Pradyuman Web developer Edited January 5, 2013 by Pradyuman (see edit history) 1 Link to comment Share on other sites More sharing options...
jorgeduarte Posted April 23, 2013 Share Posted April 23, 2013 (edited) On 1/5/2013 at 6:31 AM, Pradyuman said: Hi Guys, To change admin panel title in prestashop 1.5 you have to follow following steps. These are : 1) prestashop/adminpanel/header.inc.php then search <title> you will get this and change the title of this page. 2 ) If you want to change inner pages title of admin panel. You have to follow following steps.: prestashop/adminpanel/themes/default/template/header.tpl then search <title> and then change the current title by your title. Thank You Pradyuman Web developer Works! Thanks a lot! Edited April 23, 2013 by jorgeduarte (see edit history) Link to comment Share on other sites More sharing options...
LineTV Posted June 28, 2014 Share Posted June 28, 2014 Isnt this infringing on Copyright/trademark laws? Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 hello you can change as much as you want, but it's worth to mention that you have to remember to leave copyright notice in files. but... in my opinion it is immoral Link to comment Share on other sites More sharing options...
jovalleh Posted August 19, 2014 Share Posted August 19, 2014 It works! Thanks! Link to comment Share on other sites More sharing options...
pbdwaj Posted September 28, 2014 Share Posted September 28, 2014 On 1/5/2013 at 6:31 AM, Pradyuman said: Hi Guys, To change admin panel title in prestashop 1.5 you have to follow following steps. These are : 1) prestashop/adminpanel/header.inc then search <title> you will get this and change the title of this page. 2 ) If you want to change inner pages title of admin panel. You have to follow following steps.: prestashop/adminpanel/themes/default/template/header/tpl then search <title> and then change the current title by your title. Thank You Pradyuman Web developer how do you do this in Prestashop 1.6 Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 On 9/28/2014 at 4:01 PM, pbdwaj said: how do you do this in Prestashop 1.6 http://www.prestashop.com/forumo-change-backoffice-page-titles/ Link to comment Share on other sites More sharing options...
pbdwaj Posted September 28, 2014 Share Posted September 28, 2014 On 9/28/2014 at 4:33 PM, vekia said: http://www.prestashop.com/forumo-change-backoffice-page-titles/ link not working... Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 On 9/28/2014 at 5:00 PM, pbdwaj said: link not working... sorry: http://www.prestashop.com/forums/topic/239456-how-to-change-backoffice-page-titles/?p=1814366 Link to comment Share on other sites More sharing options...
frank_jarle Posted September 28, 2014 Share Posted September 28, 2014 This was interesting request, i thought that Prestashop Tm at the bottom left corner was so tiny that i do not really care about it, but then on the other side in the modern nature we have companies in Asia that allows you for a fee to remove all their trademarks and copyright for a fee and get your own label or sticker on the product. If this is the case here i think its important to actually back-up PrestaShop guys with something, after all, there is lots of developers in this community and behind at the offices spending hours, energy and resources to make this work. So if one don't want to show the world (at least in BO who actually make this, i think a donation/payment should be in place. Well this is my opinion :-) ) Link to comment Share on other sites More sharing options...
manojkumar Posted February 23, 2015 Share Posted February 23, 2015 Open your PrestaShop installation directory, go to the themes\themeXXX\modules\blockcms\blockcms.tpl file © 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" title="prestashop" href="http://www.prestashop.com">]} Replace PrestaShop™ in code ( with yoursite.com ) Link to comment Share on other sites More sharing options...
akashs Posted February 4, 2016 Share Posted February 4, 2016 how to change footer label like information category and my account in admin panel Link to comment Share on other sites More sharing options...
akashs Posted February 4, 2016 Share Posted February 4, 2016 any one know Link to comment Share on other sites More sharing options...
mxg Posted April 11, 2016 Share Posted April 11, 2016 although the solutions here provided do work, THEY ARE NOT THE PROPER WAY TO MODIFY YOUR FILES! if you pay attention, on every file you'll see a notice: * DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. this means that yes, you're free to modify your files, but next time you upgrade PrestaShop you'll either loose your changes or things will break. i've been unable so far to find a proper way to modify ROOT/adminXXX/themes/default/template/header.tpl but i have successfully modified: - ROOT/adminXXX/themes/default/template/controllers/login/content.tpl by adding the modifications to - ROOT/override/controllers/admin/templates/login/content.tpl (this seems to work for all .tpl files in admin's default/template/controllers subdirectories) and apply CSS changes by adding my style declarations to: - ROOT/adminXXX/themes/default/css/overrides.css does anyone know of the PROPER way to apply changes to ROOT/adminXXX/themes/default/template/header.tpl ? 1 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