ElkArte Community

Project Support => Support => Topic started by: nhwood on February 24, 2015, 08:26:03 pm

Title: Is it possible to show all Mentions instead of unread?
Post by: nhwood on February 24, 2015, 08:26:03 pm
I noticed when a user clickx on "index.php?action=mentions" it shows the unread mentions only but I'd like it to show all mentions by default.
Title: Re: Is it possible to show all Mentions instead of unread?
Post by: emanuele on February 25, 2015, 04:08:59 am
The fastest way (even though it's not my favourite) is to change the line:
Code: [Select]
'href' => $scripturl . '?action=memberlist',
to:
Code: [Select]
'href' => $scripturl . '?action=memberlist;all',
in Subs.php.
Title: Re: Is it possible to show all Mentions instead of unread?
Post by: nhwood on February 25, 2015, 06:47:23 am
You posted the wrong action but it still worked thanks  ;D
Title: Re: Is it possible to show all Mentions instead of unread?
Post by: emanuele on February 25, 2015, 07:16:41 am
/me blames copy&paste... ouch that doesn't work! xD