Wikka : Mod002fExternalLinkTail

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

Wikka Mod 002

Type: Feature addition

Credit:

MarkLentczner
LinkFormattingFix @ WakkaWiki
ArchiveLinkFormattingFix


This adds two features:
wakka.php

css/wakka.css
Add these CSS classes, editing to suit your taste:
a.ext {
	color: #933;
}

.exttail {
	color: #999;
	position: relative;
	bottom: 0.5ex;
}

formatters/wakka.php
Make this patch:
@@ -57,1 +57,1 @@
-			return "<a href=\"$url\">$url</a>".$matches[2];
+			return $wakka->Link($url).$matches[2];
There are no comments on this page. [Add comment]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0365 seconds