Jump to content

[SOLVED] Permanent links query


Recommended Posts

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

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 by Abhishek Gupta (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...
×
×
  • Create New...