Idea for New User Profile Pages


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Idea for New User Profile Pages
# 1  
Old 12-16-2018
Idea for New User Profile Pages

The legacy forum user pages are a mess.... the HTML and PHP is based on 10 year+ old code which was poorly written to support the nutty idea of "custom user CSS"... which maybe was a cute idea a decade ago but now it is just bad code.

So, my idea is to basically change the user profile page to Bootstrap modal which will popup over the same page when a user's name is clicked; and stop the default behavior of taking people to a new page (which looks bad anyway, so we are not losing much in the way of modern features, LOL).

This means I'll more-than-likely use Bootstrap to create anew modal with the same basic user information we have on those pages now, but it will be in a popup modal versus a new page.

Modal . Bootstrap

I don't think this will be that much of a headache to rewrite this and transform all the user profile pages to a modal. We will see....

Cheers.
# 2  
Old 12-16-2018
OK.... I'm off and running on these User Profile modals.... currently starting to work on to get thing rolling along on this page (about 1/3 of the way there):

https://www.unix.com/online.php?order=desc&sort=time
# 3  
Old 12-18-2018
OK.... this new User Information Modal (UIM) with Bootstrap Tabs is now live in many areas of the forums including:
  • Who Is Online (WOL)
  • Search Results
  • Thank You Box
  • Member List
  • In All Posts (Left Side, Post Header)
  • Home page in the What's Up? Active Users Currently Active Users box
  • Home page Newest Member

The modal will not work properly on the Home Page in the Advanced Stats area, so I plan to create a new page using the model (partially done, but I need to add the navbar and footer).

Please post if you want to see any additional information or have suggestions for future enhancements.

We will be completely phasing out the legacy user profile pages over time. In fact, have already created a new "flat page" using the Bootstrap tabs from the modal to replace the legacy page in areas where the modal cannot be used, for example:

https://www.unix.com/member_modal.php?u=302122727


Enjoy the new UIM! Smilie


Image

Image
This User Gave Thanks to Neo For This Post:
# 4  
Old 12-22-2018
i don't see a way to view albums any more.
# 5  
Old 12-22-2018
Thanks. Added to the UIM .... (desktop and mobile)

Image
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Member Profile Pages (Proposal)

Hey, I am thinking to get rid of the old and clunky member profile pages and replace with a prototype from Brad at Traversy Media. Here is the prototype: Welcome To My Portfolio Basically, I will take the links in the user profile page and put them into the new format when I have time.... (3 Replies)
Discussion started by: Neo
3 Replies

2. Shell Programming and Scripting

User profile, environment

Hello , i am on sles 11, and i can't figure out how can i locate my profile file, the one that is use for setting the environment when i log in. oracle@r200:~> cd oracle@r200:~> pwd /opt/oracle oracle@r200:~> echo $SHELL /bin/bash oracle@r200:~> oracle@r200:~> cat .profile cat: .profile:... (4 Replies)
Discussion started by: tonijel
4 Replies

3. Infrastructure Monitoring

trap in etc/profile and user .profile

Hello I really wonder what's trap in etc/profile and in each user .profile. I try to google for it but I think I have no luck. Mostly hit is SNMP traps which I think it is not the same thing. I want to know ... 1. What's a "trap 2 3" means and are there any other value I can set... (4 Replies)
Discussion started by: Smith
4 Replies

4. UNIX for Dummies Questions & Answers

refresh user profile

Scenario: a non-root user is under primary group "devel" and I change their primary group to "nondevel"; I then want to be able to give the user a command which refreshes their user profile so that any new files created under their session are assigned to the new group. What is the command for... (1 Reply)
Discussion started by: dhinge
1 Replies

5. UNIX for Dummies Questions & Answers

User Profile

Hi Guys, Im really new with this stuff...could anybody help to guide me ...how do i change/edit user profiile ? (2 Replies)
Discussion started by: gagasan_makmur
2 Replies

6. Shell Programming and Scripting

Limitations of awk? Good idea? Bad idea?

Keeping in mind that I'm relatively comfortable with programming in general but very new to unix and korn/bourne shell scripts.. I'm using awk on a CSV file, and then performing calculations and operations on specific fields within specific records. The CSV file I'm working with has about 600... (2 Replies)
Discussion started by: yongho
2 Replies

7. Shell Programming and Scripting

User profile

Sorry to I am not familiar with script writing , attach is the /etc/profile in my system , we have limit each user can only have one login in the system . When the user login , if the system found the user have a dead process in the system , the system will confirm the user to kill the previous... (1 Reply)
Discussion started by: ust
1 Replies
Login or Register to Ask a Question