Wikka : Mod003bLinkTrackingInHeadersFooters

HomePage :: Categories :: Index :: Changes :: Comments :: Documentation :: Blog :: Login/Register

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. [Add comment]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0724 seconds