Jump to content

How to remove "Prestashop" from Admin panel page title?


Recommended Posts

  • 4 weeks later...
  • 1 year later...
  • 2 months later...

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

  • 2 months later...

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

  • 4 weeks later...
  • 1 month later...

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 by Pradyuman (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

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! :D

Edited by jorgeduarte (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...
  • 1 month later...

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

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

  • 4 months later...
  • 11 months later...
  • 2 months later...

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 ?

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...