Revision [36]

This is an old revision of Mod003bLinkTrackingInHeadersFooters made by JsnX on 2004-03-07 15:15:30.

 

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

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