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://web.archive.org/web/20040810214904/http://www.wakkawiki.com/MarkLentczner | MarkLentczner]]**
[[http://web.archive.org/web/20040518050852/http://www.wakkawiki.com/LinkFormattingFix | LinkFormattingFix @ WakkaWiki]]
Deletions:
**[[http://web.archive.org/web/20040810214904/http://www.wakkawiki.com/MarkLentczner MarkLentczner]]**
[[http://web.archive.org/web/20040518050852/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); }
Deletions:
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); }


Revision [17175]

Edited on 2007-07-07 08:02:08 by JavaWoman [standardized link to WakkaWiki origin]
Additions:
[[http://web.archive.org/web/20040518050852/http://www.wakkawiki.com/LinkFormattingFix LinkFormattingFix @ WakkaWiki]]
Deletions:
[[http://web.archive.org/web/20040518050852/http://www.wakkawiki.com/LinkFormattingFix WakkaWiki LinkFormattingFix]]


Revision [17172]

Edited on 2007-07-07 07:57:40 by JavaWoman [web.archive.org links for wakkawiki.com]
Additions:
==== Wikka Mod 003 ====
----
===Credit:===
**[[http://web.archive.org/web/20040810214904/http://www.wakkawiki.com/MarkLentczner MarkLentczner]]**
[[http://web.archive.org/web/20040518050852/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:
==== Wikka Mod 003 ====
----
===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==



Revision [36]

The oldest known version of this page was created on 2004-03-07 15:15:30 by JsnX [web.archive.org links for wakkawiki.com]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki