Revision history for Mod003bLinkTrackingInHeadersFooters
Revision [23311]
Last edited on 2016-05-20 07:38:47 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
**[[http://www.wakkawiki.com/MarkLentczner | MarkLentczner]]**
[[http://www.wakkawiki.com/LinkFormattingFix | LinkFormattingFix @ WakkaWiki]]
[[http://www.wakkawiki.com/LinkFormattingFix | LinkFormattingFix @ WakkaWiki]]
Deletions:
[[http://www.wakkawiki.com/LinkFormattingFix LinkFormattingFix @ WakkaWiki]]
Revision [19446]
Edited on 2008-01-28 00:16:02 by JavaWoman [Modified links pointing to docs server]No Differences
Revision [17837]
Edited on 2007-12-12 13:26:56 by JavaWoman [prevent function references looking as page links]Additions:
function Header() { return $this->Action($this->""GetConfigValue""("header_action"), 1); }
function Footer() { return $this->Action($this->""GetConfigValue""("footer_action"), 1); }
function Header() { return $this->Action($this->""GetConfigValue""("header_action"), 0); }
function Footer() { return $this->Action($this->""GetConfigValue""("footer_action"), 0); }
function Footer() { return $this->Action($this->""GetConfigValue""("footer_action"), 1); }
function Header() { return $this->Action($this->""GetConfigValue""("header_action"), 0); }
function Footer() { return $this->Action($this->""GetConfigValue""("footer_action"), 0); }
Deletions:
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 1); }
function Header() { return $this->Action($this->GetConfigValue("header_action"), 0); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 0); }
Additions:
[[http://www.wakkawiki.com/LinkFormattingFix LinkFormattingFix @ WakkaWiki]]
Deletions:
Additions:
==== Wikka Mod 003 ====
----
===Credit:===
**[[http://www.wakkawiki.com/MarkLentczner MarkLentczner]]**
[[http://www.wakkawiki.com/LinkFormattingFix WakkaWiki LinkFormattingFix]]
ArchiveLinkFormattingFix
----
Bug with link tracking in headers and footers (these links shouldn't count as back links to a page):
function Header() { return $this->Action($this->GetConfigValue("header_action"), 1); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 1); }
to
function Header() { return $this->Action($this->GetConfigValue("header_action"), 0); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 0); }
The 1's are changed to 0's.
----
==Wikka Notes==
----
===Credit:===
**[[http://www.wakkawiki.com/MarkLentczner MarkLentczner]]**
[[http://www.wakkawiki.com/LinkFormattingFix WakkaWiki LinkFormattingFix]]
ArchiveLinkFormattingFix
----
Bug with link tracking in headers and footers (these links shouldn't count as back links to a page):
function Header() { return $this->Action($this->GetConfigValue("header_action"), 1); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 1); }
to
function Header() { return $this->Action($this->GetConfigValue("header_action"), 0); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 0); }
The 1's are changed to 0's.
----
==Wikka Notes==
Deletions:
----
===Credit:===
** ""MarkLentczner"" **
http://www.wakkawiki.com/LinkFormattingFix
ArchiveLinkFormattingFix
----
Bug with link tracking in headers and footers (these links shouldn't count as back links to a page):
function Header() { return $this->Action($this->GetConfigValue("header_action"), 1); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 1); }
to
function Header() { return $this->Action($this->GetConfigValue("header_action"), 0); }
function Footer() { return $this->Action($this->GetConfigValue("footer_action"), 0); }
The 1's are changed to 0's.
----
==Wikka Notes==