Some of the social media shares werent working so I updated them. I was trying to avoid using scripts, but couldnt get them to work. I even tried using a different service with no luck.
Pinterest is using their default script with a custom image to match the rest. It works as expected now.
I added Flipboard since Im building magazines with it. I have to use their script as well. They dont offer a custom image, which isnt a big deal since Font Awesome doesnt have one for Flipboard anyway. As this is an experiment, I may change in the future.
Well, crud. Finally figured out why some of the Font Awesome icons I wanted to use werent showing up. I was loading an older version! With that fixed, I cleaned up a few thingsincluding adding the final icon (topics) to the top menu. While doing so, I also added tooltips and aria labels to a number of icons to make them more accessible.
I cleaned up the public (to members) and private profiles for members. What should have a been a minor change took me a few days to code. I should do a complete overhaul, but Ive made progress until then.
Welcome and profile have a nicer look now and I removed some old fields. Im not overly happy with the profile informationtoo forum oriented for a blog. Plus, some of the data isnt very modern or is static, so I dropped what didnt matter.
I also made the member list responsive. It used to be two different routines (standard and search) with different columns. To reduce confusion I combined them together with a common look and feel.
I also made some additional changes to the router routine to work correctly with query strings. But, I need to do some more code changes to fully take advantage of it.
I updated the menus with some new icons and router routinesIm still removing old style queries. I also moved all the login and registration routines into their own pages, removing the bottom status. For users, your profile and notifications will now show at the top instead of at the bottom. Custom menus will still show at the bottom.
The Captcha input wasnt obvious as it didnt match the other form inputs. I fixed that today with the help of a reader.
In addition, I also fixed a bug I introduced when trying to edit comments. Doing so would break the article, remove tags, and generally just break things. I fixed all of that. Hopefully now things will work a bit better on the backside.