Skip to main content
Topic: Is it possible to show all Mentions instead of unread? (Read 2140 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Is it possible to show all Mentions instead of unread?

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

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.
Bugs creator.
Features destroyer.
Template killer.

Re: Is it possible to show all Mentions instead of unread?

Reply #2

You posted the wrong action but it still worked thanks  ;D

Re: Is it possible to show all Mentions instead of unread?

Reply #3

 emanuele blames copy&paste... ouch that doesn't work! xD
Bugs creator.
Features destroyer.
Template killer.