Revision [17174]

This is an old revision of Mod002fExternalLinkTail made by JavaWoman on 2007-07-07 08:01:39.

 

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.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki