Platonides wrote :
Peter Flindt (Lastwebpage) wrote:
Hello, how I can add XMPP URI? I found this one: http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols
I guess add the "$wgUrlProtocols = array( ..." entry to the LocalSettings.php is the correct way, but how can assign the speech bubble from irc:// to xmpp:// too?
Peter
By CSS: #bodyContent a[href ^="xmpp://"] { background: url(discussionitem_icon.gif) center right no-repeat; padding-right: 18px; }
Thanks, it works. Peter