Revision [19446]

This is an old revision of Mod003bLinkTrackingInHeadersFooters made by JavaWoman on 2008-01-28 00:16:02.

 

Wikka Mod 003


Credit:

MarkLentczner
LinkFormattingFix @ WakkaWiki
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

Unsure if this is necessary. Feedback welcome.
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki