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 [2012-01-14 08:33] – old revision restored 217.84.204.124backlinks [2023-09-21 23:32] (current) Klap-in
Line 1: Line 1:
 ====== Backlinks ====== ====== Backlinks ======
-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 [[pagename]] at the top. If your wiki layout does not have pagename you can find backlinks by appending ''?do=backlink'' to the page URL.+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 12: Line 9:
 ===== Disabling Backlinks ===== ===== Disabling Backlinks =====
  
-You can disable backlinks altogether via the configuration manager (see [[config:disableactions]]). In order to //remove// the link of the pagename you have to edit the ''main.php'' of your template and replace the following: +You can disable backlinks altogether via the configuration manager (see [[config:disableactions]]). 
- +
-<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.1326526416.txt.gz · Last modified: 2012-01-14 08:33 by 217.84.204.124

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