Is it possible to show all Mentions instead of unread? 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.
Re: Is it possible to show all Mentions instead of unread? Reply #1 – 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.
Re: Is it possible to show all Mentions instead of unread? Reply #2 – February 25, 2015, 06:47:23 am You posted the wrong action but it still worked thanks
Re: Is it possible to show all Mentions instead of unread? Reply #3 – February 25, 2015, 07:16:41 am emanuele blames copy&paste... ouch that doesn't work! xD