stottycabanas Posted July 17, 2013 Share Posted July 17, 2013 (edited) I'm trying to do a bit of rearranging of header and footer elements, and I want to remove the 'bookmark' element from the permanent links block at the top of the screen. I've tried removing anything bookmark-related from blockpermanentlinks.tpl and blockpermanentlinks-header.tpl (and even blockpermanentlinks-footer.tpl) in modules\blockpermanentlinks, but this seems to have had no effect - the bookmark link refuses to disappear. I don't want to disable the module altogether, so can anyone point me at what I need to change? Thanks, Dave PS version 1.5.4.1 Edited July 17, 2013 by stottycabanas (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 17, 2013 Share Posted July 17, 2013 check theme directory i suppose that module .tpl file is located there (in the themes/your_theme/modules/blockpermanentlinks) Link to comment Share on other sites More sharing options...
stottycabanas Posted July 17, 2013 Author Share Posted July 17, 2013 Thanks Vekia, I'm using (Nice&Clean) default theme, and there isn't a blockpermanentlinks folder within /themes/default/modules. The .tpl files are found only within the higher level /modules folder. Link to comment Share on other sites More sharing options...
Abhishek Gupta Posted July 17, 2013 Share Posted July 17, 2013 (edited) I'm trying to do a bit of rearranging of header and footer elements, and I want to remove the 'bookmark' element from the permanent links block at the top of the screen. I've tried removing anything bookmark-related from blockpermanentlinks.tpl and blockpermanentlinks-header.tpl (and even blockpermanentlinks-footer.tpl) in modules\blockpermanentlinks, but this seems to have had no effect - the bookmark link refuses to disappear. I don't want to disable the module altogether, so can anyone point me at what I need to change? Thanks, Dave PS version 1.5.4.1 Hello Dave I am also using PS1.5.4.1 with Nice & Clean skin. You can this by adding comment in your \modules\blockpermanentlinks\blockpermanentlinks-header.tpl Just replace the code <li id="header_link_"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks' js=1}');</script> </li> with {*<li id="header_link_"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks' js=1}');</script> </li> *} Regards Abhishek Edited July 17, 2013 by Abhishek Gupta (see edit history) Link to comment Share on other sites More sharing options...
stottycabanas Posted July 17, 2013 Author Share Posted July 17, 2013 Thanks Abhishek, but I've resolved this now. It wasn't the content of the .tpl files, it was the fact that the smarty cache needed to be cleaned down. Link to comment Share on other sites More sharing options...
Abhishek Gupta Posted July 19, 2013 Share Posted July 19, 2013 Thanks Abhishek, but I've resolved this now. It wasn't the content of the .tpl files, it was the fact that the smarty cache needed to be cleaned down. Glad you did it Link to comment Share on other sites More sharing options...
ruchit.devil Posted August 13, 2013 Share Posted August 13, 2013 i am followed the steps mentioned above. The bookmark is removed in the home page, but when i login, the bookmark again appears.any solution for this? Link to comment Share on other sites More sharing options...
Recommended Posts