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-02-14 05:45] 180.254.2.41backlinks [2023-09-21 23:32] (current) Klap-in
Line 2: Line 2:
 Backlinks are those [[links]] linking back to the current page. In DokuWiki you can see a list of pages linking to the current document by clicking at the Backlinks button in pagetools at the right side. If your wiki layout does not have this button you can find backlinks by appending ''?do=backlink'' to the page URL. (In the previous default DokuWiki template you could reach the backlinks by clicking the page name at the top) Backlinks are those [[links]] linking back to the current page. In DokuWiki you can see a list of pages linking to the current document by clicking at the Backlinks button in pagetools at the right side. If your wiki layout does not have this button you can find backlinks by appending ''?do=backlink'' to the page URL. (In the previous default DokuWiki template you could reach the backlinks by clicking the page name at the top)
  
-To speed up backlink searching the [[search|fulltext search index]] is used. This means some restrictions apply to the backlinks: +To speed up backlink searching the [[devel:metadata#metadata index]] is used. Some plugins are also adding information about links they are dynamically creating to the index so you might or might not find links that are dynamically created (e.g. in a navigation).
- +
-  * links from pagenames shorter than 3 letters will not be found +
-  * the same is true for pagenames which consist of several underscore separated parts shorter than 3 characters+
  
 ===== Orphans ===== ===== Orphans =====
Line 13: 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.1360817143.txt.gz · Last modified: 2013-02-14 05:45 by 180.254.2.41

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