Community Central
Community Central
Forums: Index General Discussion Change Wiki Activity in Contribute drop menu to Recent Changes
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4157 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Here's a Javascript snippet you can put in your Special:MyPage/wikia.js that will replace the "Wiki Activity" link with a "Recent Changes" link (to Special:RecentChanges, of course).

/* Change Wiki Activity to Recent Changes in Contribute drop-down */
$(function () {
	$('a[data-id="wikiactivity"]').replaceWith('<a data-id="recentchanges" accesskey="g" href="/wiki/Special:RecentChanges">Recent Changes</a>');
});

Hope somebody finds this useful. -- Fandyllic (talk · contr) 30 Nov 2012 10:52 AM Pacific

Can this be rolled out wiki-wide? -- 70.24.250.110 01:37, December 1, 2012 (UTC)
This is Oasis-only, and adding RC to your bottom toolbar is quicker, I think, as this method requires two clicks.TK-999 (talk) 15:45, December 1, 2012 (UTC)
Nay, it's a TOU violation.--PedroM 15:51, December 1, 2012 (UTC)