Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Major Changes in New UserCP (v0.63) Prototype
Regarding the latest version of the UserCP prototype (version 0.63) I have made a lot of major changes, including
Added a "Posts Timeline" table for the recent posts, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
Added a "Today's Posts" table for posts in the past 24 hours.
Added a "Recent Badges" table, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
Added a "My Recent Posts" table, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
Added a "Subscribed Discussion" table.
In addition, behind the scenes I have made a lot of Vue.js changes with Axios, Vuex and Vue Router and started the scaffolding for a number future "Settings" for updating avatars, profile pics, etc.
This is a fairly major upgrade, so I'm sure Ravinder, Nez and others will like it Thing are really coming along nicely, step-by-step.
Here are some links and screen shots:
Please note that if you have recently visited this usercp, you may need to close your browser and restart it to get all the new javascript to load.
First off: nicely done and the new UserCP is really coming along.
Quote:
I'm sure Ravinder, Nez and others will like it
If it means anything to you, count me in. :-)
A suggestion i'd like to offer is: is it possible to make the UserCP open selected threads open in a new window/tab or is this already possible and i have simply not found it?
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Quote:
Originally Posted by bakunin
...
A suggestion i'd like to offer is: is it possible to make the UserCP open selected threads open in a new window/tab or is this already possible and i have simply not found it?
bakunin
Sorry, I actually have no idea what page, texts or links you are referring to.
Update!
UserCP Screeching Frog 0.7485
Created a new page for uploaded a profile picture (profile pictures are different than avatar pictures).
https://www.unix.com/usercp/#/settings/other
https://www.unix.com/members/1-albums225-picture1158.png
... (0 Replies)
Another major upgrade on the new UserCP today. I have created the "My Badges" page in the new control panel, and it's looking very cool :)
If you have visited the new UserCP recently, you will more-than-likely need to close your browser (completely) and then restart it to clear out the old... (2 Replies)
FYI.
In version 0.53 of the new UserCP I am working on, the top navbar search works; but I'm still displaying the results in the main forums. I in the future, I may being to change this to display the results in the new UserCP.
https://www.unix.com/members/1-albums225-picture1118.png (2 Replies)
Please join me in thanking one of our most active new members, nezabudka, who suggested that we start using the new usercp prototype and change the menu items around, effectively "promoting" the new prototype CP.
At first, I did not understand her suggestion, but after 'coming down" from days of... (1 Reply)
Yea.... something I thought would take me an hour ended up taking most of the day. Well, it's not like those YT video tutorials where it take a week or more to make a video and the guys (gals) make it look so easy. But having said that, I'm happy to share with forum members the first "My... (6 Replies)
Hi All,
I have the script as below
#!bin/bash
let k=9
if
then
echo "Start"
Hello
echo "End"
else
echo "failed"
fi
function Hello() {
echo "hello !!!!"
}
I got the below error : (4 Replies)
I've read the man page, but still unclear a bit....
I'm making some packages of files. My pkginfo file has a line BASEDIR=/base/path. I also have several prototype files (depending on the package), that either list the destination path as absolute:
f non /abs/path/to/go/here/file1
or are... (0 Replies)
I'm attempting to create another package (i.e. for utilizing pkgadd/pkgrm/pkgchk/etc.)
But after creating the prototype file, I noticed that some of my files begin with the '=' character. How do I get pkgmk to interpret the "/path/=file" as a single file, rather than interpreting it as... (7 Replies)