Extension talk:Recent Activity Notify
Add topicAppearance
I had a Warning saying NotifyArticleSaved Parameter 5 must be a reference so I changed the file extensions/RecentActivityNotify/RecentActivityNotify.php from
function NotifyArticleSaved ( &$article, &$user, $text, $summary, &$minoredit, $watchthis, $sectionanchor, &$flags, $revision, &$status, $baseRevId ) {
to
function NotifyArticleSaved ( &$article, &$user, $text, $summary, $minoredit, $watchthis, $sectionanchor, &$flags, $revision, &$status, $baseRevId ) {
After that, it works at last. Thank you for this useful extension.
I'm using MediaWiki 1.16.2
DatabaseFunctions missing?
[edit]I've installed this extension but after installation I see this error in the error_log of my webserver:
Failed opening './includes/DatabaseFunctions.php' for inclusion
Is there something missing in the zip file or is it my version of MediaWiki (1.17)
--edit
I just found out that DatabaseFunctions.php was removed in early 2010, so I guess this extension is not compatible with recent versions of mediawiki.
Not support again?
[edit]Is the link for RecentActivityNotify.zip broken? Because it was corrupted. Thank you.