Rhapsody Posted March 15, 2013 Share Posted March 15, 2013 Running PS 1.5.3.1 - I would like to change some of the Quick links displayed in the BO in the dashboard. Does anyone know what file contains these links so I can customize them and add some more? Link to comment Share on other sites More sharing options...
NemoPS Posted March 16, 2013 Share Posted March 16, 2013 Administration->quick access-> add new Link to comment Share on other sites More sharing options...
Rhapsody Posted March 16, 2013 Author Share Posted March 16, 2013 Nemo1 - I've done that. It only adds them to the dropdown menu in the top right of the BO. I'm looking to add / change the icons & links displayed on the left side of the BO home page labeled as Quick links. Link to comment Share on other sites More sharing options...
NemoPS Posted March 16, 2013 Share Posted March 16, 2013 You mean the ones next to the store's name? You must edit admin_folder_name\themes\default\template\header.tpl at about line 106 Link to comment Share on other sites More sharing options...
Rhapsody Posted March 16, 2013 Author Share Posted March 16, 2013 No - that isn't it either. A picture is worth a thousand words... The area in the red outline is what I want to modify to add my custom links. Link to comment Share on other sites More sharing options...
NemoPS Posted March 16, 2013 Share Posted March 16, 2013 AW! Gosh, you can go 2 ways: 1- modifyAdminHomeController::getQuickLinks 2-Manually edit and add LIs in admin_folder\themes\default\template\controllers\home\content.tpl at about line 100 Hope this helps Link to comment Share on other sites More sharing options...
Rhapsody Posted March 16, 2013 Author Share Posted March 16, 2013 (edited) Ok - found it... admin-folder-name\themes\default\template\controllers\home\content.tpl Thanks nemo1 - our posts hit about the same time. Edited March 16, 2013 by Rhapsody (see edit history) Link to comment Share on other sites More sharing options...
BoKr Posted July 23, 2013 Share Posted July 23, 2013 (edited) Puh sorry but I am not as sophisticated as you are guys but I was looking for a solution, too. Can you please explain it to me in a more detailed manner? Perhaps at an example? I thought about inserting code (hook) into a module.php since I like to have some shortcuts to some modules (product reviews etc.). Something like this perhaps? I found it in the minic slider module. But I was looking for the same in the blockadvertising module but couldnt find the same Besides it did not work in a trial and error manner in the gsitemap module public function install() { if (parent::install() && $this->registerHook('displayHeader') && $this->registerHook('displayAdminHomeQuickLinks') && } Edited July 23, 2013 by B.Köring (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 in this case you should also create function to handle this hook public function hookdisplayAdminHomeQuickLinks($param){ .tpl file here } Link to comment Share on other sites More sharing options...
BoKr Posted July 27, 2013 Share Posted July 27, 2013 HI Vekia, thanks for your advice. At the moment I am not near my 'copy and paste coding machine' so I will try it and come back to it later. cheers Link to comment Share on other sites More sharing options...
avionicom Posted September 25, 2013 Share Posted September 25, 2013 Hi to all, is there a way to hide to employee some infos in BO Home like configuration checklist, prestashop links, ebay links, etc... I'm thinking about a conditional statement in the file content.tpl, or something else? Thank you in advance for your answers. Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 it is possible, just add if condition as you mentioned. use something like: {if $employee->id==1} show something for employee with id 1 {/if} 1 Link to comment Share on other sites More sharing options...
avionicom Posted September 25, 2013 Share Posted September 25, 2013 Thank you very much Vekia, this is what I was talking, but I didn't know how to do! Link to comment Share on other sites More sharing options...
Melinda Posted October 27, 2013 Share Posted October 27, 2013 How do you turn the dashboard video back on after you click the "do not show this to me again" box? Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2013 Share Posted October 27, 2013 it mean that you want to display video once again, or what? Link to comment Share on other sites More sharing options...
J.Sahu Posted November 22, 2013 Share Posted November 22, 2013 My configuration check lis is not showing that is blank any idea Masters ? Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2013 Share Posted November 22, 2013 My configuration check lis is not showing that is blank any idea Masters ? where you've got blank page exactly? Link to comment Share on other sites More sharing options...
J.Sahu Posted November 22, 2013 Share Posted November 22, 2013 Here Thank you Link to comment Share on other sites More sharing options...
J.Sahu Posted November 22, 2013 Share Posted November 22, 2013 (edited) Vekia, would you like to suggest something ? Edited November 22, 2013 by J.Sahu (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts