1 May 2006 01:28
Page rendering on mediawiki 1.6.x
L.S., I'm using mediawiki 1.6.3 and I've hooked in an RSS feed on page level. However, the feed icon (firefox) only shows when I do something with the page: Edit it e.g. Does anyone know how can I change this behaviour? Thanks in advance for your answers, Hans Oesterholt-Dijkema Code follows: ************************************************************* <?php ######################################################### # Configure here ######################################################### $wgBlog_MaxRSSEntries=10; $wgBlog_RSS_Location="/feeds/rss"; $wgBlog_RSS_Prefix="http://sample.sa/rss/"; $wgBlog_RSS_Title_Prefix="Sample Intranet - "; $wgBlog_RSS_Prefix="/rss"; $wgBlog_HTTP="http://"; ######################################################### $wgExtensionFunctions[] = "wfBlogExtension";(Continue reading)
On 5/1/06, Andy Roberts <
RSS Feed