Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to stop tracking all messages #364

Closed
nmalcolm opened this issue Mar 4, 2014 · 3 comments
Closed

Ability to stop tracking all messages #364

nmalcolm opened this issue Mar 4, 2014 · 3 comments
Assignees
Labels
b:1.8 Branch: 1.8.x s:resolved Status: Resolved. Solution implemented or scheduled t:enhancement Type: Enhancement. Contains minor improvements
Milestone

Comments

@nmalcolm
Copy link
Contributor

nmalcolm commented Mar 4, 2014

All tracked messages are kept until the user stops tracking them. These can quickly pile up and you can end up with hundreds of pages going back years. There should be a button on the tracking page which clears all read messages.

@Stefan-MyBB
Copy link
Contributor

Perhaps we could also prune read messages after perhaps a few months or so.

@Starpaul20
Copy link
Member

Done.

@xykul
Copy link

xykul commented Jul 9, 2014

line 1428 error
Parse error: syntax error, unexpected '{' in C:\wamp\www\alpha18\private.php on line 1428

$db->update_query("privatemessages", $sql_array, "receipt='2' AND folder!='3' AND status!='0' AND fromid="{$mybb->user['uid']});

{$mybb->user['uid']}); to .$mybb->user['uid']);

Starpaul20 added a commit that referenced this issue Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b:1.8 Branch: 1.8.x s:resolved Status: Resolved. Solution implemented or scheduled t:enhancement Type: Enhancement. Contains minor improvements
Projects
None yet
Development

No branches or pull requests

6 participants