Update to Navbar - Member Info and Avatars


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Update to Navbar - Member Info and Avatars
# 15  
Old 07-16-2018
OK. I know why some lines are missing, etc.

For badges and other new features, I am using the Bootstrap CSS file and that file resets certain CSS elements with Reboot, including the <fieldset> elements used here.

Ref: Reboot * Bootstrap

Quote:
Forms
Various form elements have been rebooted for simpler base styles. Here are some of the most notable changes:

<fieldset>s have no borders, padding, or margin so they can be easily used as wrappers for individual inputs or groups of inputs.
<legend>s, like fieldsets, have also been restyled to be displayed as a heading of sorts.
<label>s are set to display: inline-block to allow margin to be applied.
<input>s, <select>s, <textarea>s, and <button>s are mostly addressed by Normalize, but Reboot removes their margin and sets line-height: inherit, too.
<textarea>s are modified to only be resizable vertically as horizontal resizing often “breaks” page layout.
These changes, and more, are demonstrated below.
I think this is OK since we will get rid of tables and change other elements over time to be more responsive.

Update: Confirmed. It is Reboot used by Bootstrap which resets the lines in the forum. I will leave it without all the lines, as it looks better without so many horizontal lines all over the place. There is only a few issues where it should have lines, but I plan to remove that code and replace with div elements so, let it be for now.
# 16  
Old 07-16-2018
Actually, I'm not that happy with the looks of this when there are both unread PMs and CMs. Too many badges on the avatar, it seems. What do you think?

Image
# 17  
Old 07-16-2018
I'm happy with it. It's temporary, once you've read the PM / CM it disappears. Please don't have it blink, esp. with a zero value (as it does right now).
This User Gave Thanks to RudiC For This Post:
# 18  
Old 07-16-2018
Quote:
Originally Posted by RudiC
Please don't have it blink, esp. with a zero value (as it does right now).
Fixed regex typo .... does not blink with a zero value anymore.
# 19  
Old 07-16-2018
Neo -

In mozilla (61.0.1):
Clicking on the avatar produces a nice blue display with:
Code:
rivate Messages: Total 57 Unread 0

Because the text position seems to be left shifted a few character positions
# 20  
Old 07-16-2018
Quote:
Originally Posted by jim mcnamara
Neo -

In mozilla (61.0.1):
Clicking on the avatar produces a nice blue display with:
Code:
rivate Messages: Total 57 Unread 0

Because the text position seems to be left shifted a few character positions
Screenshot?

Thanks.
# 21  
Old 07-16-2018
Hah. New default avatar instead of Mr Blue (default) - no problem now. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Web Development

Update to Member List - New Click Options

FYI, Have updated our memberlist : https://www.unix.com/members/list/?order=DESC&sort=lastvisit&pp=30 $cat memberlist.php ... 375 // added next line by neo 15 Nov 2018 376 $condition .= ' AND credits > 0'; ... The reason for this change is insure the... (3 Replies)
Discussion started by: Neo
3 Replies

2. What is on Your Mind?

Update to Posts - Member Info Icon and Badge

Hey, Upgrade (step 1) the posts, by putting a "user info" icon in the top right and making it so it toggles the user info. The user info icon has a badge which shows the number of posts. I will have to dig around in the code more to get the total posts thanks and other badges working; but... (22 Replies)
Discussion started by: Neo
22 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Update my info

I hadn't logged on here in several months. I want to update my info, such as the email address that I can be contacted at, but I don't see any links to do that. (1 Reply)
Discussion started by: cleopard
1 Replies

4. Post Here to Contact Site Administrators and Moderators

avatars

how do i get those avatars on the bottom of my user name? (2 Replies)
Discussion started by: grizzly1
2 Replies

5. Post Here to Contact Site Administrators and Moderators

Avatars?

Just wondering why the board is configured not to show any avatars in the post displays? I haven't seen anyone else asking this question and there is no mention of it by the admins anywhere (correct me if I am wrong).... A little bit of playfulness would do unix.com good :) (2 Replies)
Discussion started by: patvdv
2 Replies
Login or Register to Ask a Question