Sponsored Content
The Lounge What is on Your Mind? Number of Small Forum Code Changes (TODO List Items) Post 303027843 by Neo on Wednesday 26th of December 2018 10:59:57 AM
Old 12-26-2018
Number of Small Forum Code Changes (TODO List Items)

In the past few days have I have done a lot of code cleanup work in various categories, including faster page loading and bug fixes:
  • Move countless inline style directives to external CSS stylesheets for key pages (faster page loading)
  • Fixed bug in member panel going between desktop and mobile (on desktop) by changing to a cookie-based javascript method.
  • Fixed bug when a user logs out and gets a "no permission" error because they were viewing a page only available to members. Now all logouts are redirected to the home page.
  • Fixes various bugs with alignments when changing screen sizes.
  • Lots of Bootstrap related changes on mobile and desktop.
  • Many fixes I cannot think of at the moment.
  • Updated forum staff groups (as we do at toward the end of most years), moving some inactive mods out of the mod group to make room for new mods who will be more active; and ditto for a long inactive admin (not coding for years) from the admin group.
  • Completed changed the User Profile pages (user information modal) and the menu for the UserCP (mobile and desktop).

MAJOR TODO:
  • Recall in early September we were forced by our hosting company to move to a server with another company. GWT indicates that something strange happened related to our Apache web server which causes a 302 redirect, somehow related to our SEO-friendly links. This seems to be related to some Apache2 configuration (perhaps a module or some configuration param) issue which I have not figured out so far. This error seems greatly responsible for our recent drop in search ranking and search referrals (related to Google searches).

REGULAR TODOS:
  • Continue to move inline CSS to external style sheets.
  • Fix mobile meta data.
  • Move responsive control code from jQuery to CSS.

NEW PROJECT:
  • Start on coding a new badging system for the forums.

Cheers.
These 2 Users Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

change list to comma seperated items

I have a list of servers in a file called serverlist like this server1 server2 server3 i need to have them (with no trailing comma, the program does not like that) server1,server2,server3 so far i have been using HOSTS=/tmp/serverlist HOSTS=${HOSTS:-$(grep -Ev "^#|^$"... (2 Replies)
Discussion started by: insania
2 Replies

2. UNIX for Dummies Questions & Answers

Number of items in a directory

This should be so simple.. I have folder with about 27 subfolders in it, each folder has a number of fonts in it.. how do I get the total number of fonts for all subfolders? (2 Replies)
Discussion started by: glev2005
2 Replies

3. Shell Programming and Scripting

Help needed regarding first 3 items in the list

Hi, I've a list in the following format: Empdept filedetails buildingNo Area AAA 444 2 juy AAA 544 2 kui AAA 567 4 poi AAA 734 5 oiu AAA 444 ... (2 Replies)
Discussion started by: skpvalvekar
2 Replies

4. Shell Programming and Scripting

Counting the number of readable, writable, and executable items in a directory

Hello, I'm writing a script in sh in which the first command line argument is a directory. from that, i'm suppose to count the number of readable, writable, and executable items in the directory. I know using $1 represents the directory, and ls would display all the items in the directory, and that... (4 Replies)
Discussion started by: kratos22
4 Replies

5. Shell Programming and Scripting

Parsing through a list of items

Hi there, Here is my checklist of items, 4.1.1 Alerter 4.1.2 Client Services for Netware 4.1.3 Clipbook 4.1.4 Fax Service 4.1.5 File Replication 4.1.6 File Services for Macintosh 4.1.7 FTP Publishing Service 4.1.8 Help and Support 4.1.9 HTTP SSL 4.1.10 IIS Admin Service ... (1 Reply)
Discussion started by: alvinoo
1 Replies
All times are GMT -4. The time now is 08:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy