DokuWiki

It's better when it's simple

User Tools

Site Tools


backlinks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
backlinks [2013-04-06 22:09] – old revision restored (2013/03/09 13:08) achbacklinks [2023-09-21 23:32] (current) Klap-in
Line 10: Line 10:
  
 You can disable backlinks altogether via the configuration manager (see [[config:disableactions]]).  You can disable backlinks altogether via the configuration manager (see [[config:disableactions]]). 
- 
- 
-===Old default DokuWiki template=== 
-In order to //remove// the link of the pagename you have to edit the ''[[xref>lib/tpl/default/main.php]]'' of the old default DokuWiki template and replace the following: 
- 
-<code html> 
-<div class="pagename"> 
-  [[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?>]] 
-</div> 
-</code> 
- 
-with: 
- 
-<code html> 
-<div class="pagename"> 
-  [[<?php print tpl_pagetitle($ID,true)?>]] 
-</div> 
-</code> 
- 
backlinks.1365278949.txt.gz · Last modified: 2013-04-06 22:09 by ach

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki