Feature #26
Restructure Main User CP page to be more useful
| Status: | Closed | Start date: | 11/17/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 04/22/2009 | |
| Assignee: | Tom Moore | % Done: | 100% |
|
| Category: | User Control Panel | |||
| Target version: | 1.6.0 Beta |
Description
have a listing of the last 5 threads you’ve made / replied to, and then have a link to the full search. Could also possibly have a list of recently viewed threads, as well as redeveloping the information table (similar to the one in the Admin CP when viewing/editing a user).
- Pending official mockup by Justin S.
Associated revisions
Feature Restructure Main User CP page to be more useful (fixes:26)
Improves Restructure Main User CP page to be more useful (improves:26)
History
#1 Updated by Justin S over 3 years ago
- File usercp.png added
It should be noted that the "extra information" tables should only be shown if it applies... for instance, if a user doesn't have any subscribed threads, hide the table; if they haven't made any threads yet, hide the table. The only things that will always be shown on the User CP home page should be the Your Account table and the Personal Notepad. Also note the removal of the Personal Pad from the menu - this is its new home.
#2 Updated by Chris Boulton over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r3371.
#3 Updated by Chris Boulton over 3 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 0
#4 Updated by Ryan Gordon over 3 years ago
- Assignee changed from Justin S to zinga burga
#5 Updated by Ryan Gordon over 3 years ago
- Assignee changed from zinga burga to Dennis Tsang
#6 Updated by Tom Moore about 3 years ago
- Due date set to 04/30/2009
- Assignee changed from Dennis Tsang to Tom Moore
#7 Updated by Tom Moore about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4358.
#8 Updated by Doug Sisk about 3 years ago
Confirmed that everything works with a MySQL 5.2.6 installation. Tested quotation marks in the notepad.
#9 Updated by Doug Sisk about 3 years ago
- Status changed from Resolved to Closed
#10 Updated by Ryan Gordon almost 3 years ago
- Due date changed from 04/30/2009 to 04/22/2009
#11 Updated by Leon Z over 2 years ago
I suggest maybe adding a list of updated subscribed threads as well as new private messages (if any).
#12 Updated by Tom Moore over 2 years ago
This feature adds a list of your subscribed threads with new posts into the user CP.
Private messages are available in your inbox. There's really no use to display them (with content) in the user CP.
#13 Updated by Stefan T. over 2 years ago
- Status changed from Closed to Feedback
The markread information of the last post table does not work, because $forumsread is not defined:
if($forumsread[$forum['fid']])
{
$forum['lastread'] = $forumsread[$forum['fid']];
}
#14 Updated by Tom Moore over 2 years ago
It works perfectly fine for me Stefan. The code you posted was redundant code (only used it the user was a guest, and obviously they can't access the userCP) which is removed in r4642.
#15 Updated by Stefan T. over 2 years ago
- Status changed from Feedback to Closed
Oh, you are right. But there are some other codes for guest in the usercp.php. ;)
#16 Updated by Tom Moore over 2 years ago
I think it's more a case of the code being copied over from the forumdisplay. It's not doing any harm, but if it's important, Ryan will pick up on it...