MantisBT - Site
View Issue Details
0001729Site[All Projects] Bugpublic2014-03-03 13:402016-03-25 02:37
Dark-Assassin 
Blzut3 
lowtweakN/A
closedwon't fix 
0001729: UserCP "Thread Subscriptions With New Posts" Glitch
See'http://zandronum.com/forum/showthread.php?tid=4436&pid=60014#pid59991 [^]'

It looks like a hiccup on the MyBB side.
I personally think that the string "Thread Subscriptions With New Posts" is actually supposed to be "Latest Subscribed Threads".
I found this out while looking at the usercp.php file.
It gives the data to the template usercp_latest_subscribed_threads, which is what gave it away.

There are 2 possible ways to fix this.
1: Open inc/languages/english/usercp.lang.php
[list]
[*]Change the data for $l['new_thread_subscriptions'] to Latest Subscribed Threads
[*]IMO it was intended to be this, but something happened.
[/list]
2: Change usercp.php to this version to only list ones with new threads.
[list]
[*]https://www.dropbox.com/s/8hw6yo1i5zcz5k7/ucpfix2.zip
[/list]
Forwarded from:
*'http://zandronum.com/forum/showthread.php?tid=4436&pid=60014#pid59991 [^]'
*'http://zandronum.com/forum/showthread.php?tid=4436&pid=60014#pid60014 [^]'
No tags attached.
Issue History
2014-03-03 13:40Dark-AssassinNew Issue
2014-03-03 13:43Dark-AssassinNote Added: 0008306
2014-03-03 14:13ZzZomboNote Added: 0008307
2014-03-03 18:44Dark-AssassinNote Added: 0008309
2014-03-03 18:45Dark-AssassinNote Edited: 0008309bug_revision_view_page.php?bugnote_id=8309#r4527
2014-03-03 18:46Dark-AssassinNote Edited: 0008309bug_revision_view_page.php?bugnote_id=8309#r4528
2014-03-03 18:47Dark-AssassinNote Edited: 0008309bug_revision_view_page.php?bugnote_id=8309#r4529
2014-03-03 19:21Blzut3Note Added: 0008310
2014-03-04 04:41Dark-AssassinNote Added: 0008316
2014-03-07 05:27Dark-AssassinNote Edited: 0008316bug_revision_view_page.php?bugnote_id=8316#r4544
2014-08-13 16:12infurnusStatusnew => acknowledged
2016-03-20 16:11Dark-AssassinNote Added: 0014591
2016-03-25 02:37Blzut3Statusacknowledged => closed
2016-03-25 02:37Blzut3Assigned To => Blzut3
2016-03-25 02:37Blzut3Resolutionopen => won't fix

Notes
(0008306)
Dark-Assassin   
2014-03-03 13:43   
The formatting derped...
If anyone can fix it, please do.
(0008307)
ZzZombo   
2014-03-03 14:13   
Just in case you didn't notice this link in my post:'http://dev.mybb.com/issues/1426. [^]' If I got it right you can just update the software/backport this fix.
(0008309)
Dark-Assassin   
2014-03-03 18:44   
(edited on: 2014-03-03 18:47)
That is a bug report from 3 years ago, and apparently was fixed in 6.1.5, while the current latest version is 6.1.12.

Also, I do not think it is the same issue as mentioned here, though I am only limited to testing on a tiny forum by myself.

Edit: I did read post 12, and it mentions strings that aren't being blanked.
When I checked the code in the latest version, it seems that bug has been fixed a while ago, as mentioned.

(0008310)
Blzut3   
2014-03-03 19:21   
Given that this is a MyBB issue you should report it to them and post a link to the ticket here. I like to keep the delta as small as possible especially since you're not sure which of the two fixes you suggest is the intended.
(0008316)
Dark-Assassin   
2014-03-04 04:41   
(edited on: 2014-03-07 05:27)
Reported:'http://community.mybb.com/thread-151631.html [^]'

This can be marked as acknowledged.

(0014591)
Dark-Assassin   
2016-03-20 16:11   
The forum software change invalidated this issue. It can now be closed.