View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000507 | XMB1 | Bugs | public | 2017-06-27 16:06 | 2018-01-18 06:09 |
Reporter | lottos | Assigned To | miqrogroove | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.9.8 SP2 | ||||
Target Version | 1.9.11.15 | Fixed in Version | 1.9.11.15 | ||
Summary | 0000507: 'dot' functionality missing in today.php | ||||
Description | forumdisplay.php has code that changes, for example, hot_folder.gif to dot_hot_folder.gif if the member has posted on that topic/thread so the member can easily identify if they posted on that topic/thread when viewing by forum category. Part of the code that deals with this is: if ($SETTINGS['dotfolders'] == 'on' && X_MEMBER && (count($threadsInFid) > 0) && in_array($thread['tid'], $threadsInFid)) { $folder = 'dot_'.$folder; } however there is no corresponding code in today.php with the outcome being that a member cannot identify if they posted on a particular topic/thread when using that script. | ||||
Steps To Reproduce | View a topic created by member by forumdisplay.php and functionality works. View a topic created by member by toay.php and functionality doesn't exist. | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | 2713 | ||||
|
Patch reviewed, with problems. The new query placement should not be inside a loop. I will try to find a quick fix for this. |
|
Looks like this can be done without a major refactor. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-27 16:06 | lottos | New Issue | |
2017-12-20 09:02 | miqrogroove | Product Version | 1.9.11.13 => 1.9.8 SP2 |
2017-12-20 09:02 | miqrogroove | Target Version | => 1.9.11.14 |
2017-12-21 05:53 | miqrogroove | Severity | tweak => minor |
2017-12-21 05:53 | miqrogroove | Status | new => confirmed |
2017-12-21 05:53 | miqrogroove | Target Version | 1.9.11.14 => 1.9.11.15 |
2017-12-21 05:53 | miqrogroove | Note Added: 0000347 | |
2017-12-21 06:14 | miqrogroove | Assigned To | => miqrogroove |
2017-12-21 06:14 | miqrogroove | Status | confirmed => assigned |
2017-12-21 06:14 | miqrogroove | Note Added: 0000348 | |
2017-12-21 07:22 | miqrogroove | Status | assigned => resolved |
2017-12-21 07:22 | miqrogroove | Resolution | open => fixed |
2017-12-21 07:22 | miqrogroove | Fixed in Version | => 1.9.11.15 |
2017-12-21 07:22 | miqrogroove | SVN Revision | => 2713 |
2018-01-18 06:09 | miqrogroove | Status | resolved => closed |