Site Upgrade

I just checked and sadly, Shades of Blue and Shades of grey are no longer supported. 🙁
I was referring to Shades of Blue.
Except for the invisible links, I didn't notice any issue with the Theme yet.
 
I've removed the Trending Content widget. It was just showing all the political stuff, rather than Access related threads.
 
I use FireFox. The formatting of codes no longer works if I use the button for it. In this case, the code is shortened to the first line.
If I set the code tags myself, it works.
 
Rather than responding to every individual site issue, rest assured, if you post it here it is noted and I will be aware of it.
 
Code:
This is a test for code tags
To see if they behave in Firefox.

Working for me in FF 127.0, which is not the latest version as it prompts me to update to 128, which I will do now.
 
Code:
Now on 128 Firefox which was typed. Code below was pasted.
Private Sub Form_Load()
Dim lngIdx As Long
' Check we have dates in tblDates
    If DCount("StepsID", "tblDates", "StepsDate = " & Format(Date, strcJetDate)) = 0 Then
        TempVars("dtFrom") = DateSerial(Year(Date), Month(Date), 1)
        TempVars("dtTo") = DateSerial(Year(Date), Month(Date) + 1, 0)
        CurrentDb.Execute "qryADates", dbFailOnError
    Else
        Me.cboDates = DLookup("StepsID", "tblDates", "StepsDate = " & Format(Date, strcJetDate))
        Me.Recordset.FindFirst "StepsID = " & Me.cboDates
    End If
 
End Sub

Appears to still work OK?
 
Not sure whether this has been reported already;

My reply box contains 2 identical code buttons adjacent to each other, whereas before the first was for a code box ([ CODE ][ /CODE ]) and the second was for inline code ([ ICODE ][ /ICODE ])

Entering ICODE tags manually still works.

See screenshot:
1721047650147.png
 
Actually, ignore above!!! 😬

Just refreshed the page and all back to how it should be:
1721047758114.png


Sorry for the noise.
 
For me, codes are often SQL statements.
Recent example:
Above the button it looks like this:
SQL:
SELECT
it is noted
I just wanted to give a hint. It's a small problem.
 
As someone who has been away for 2 weeks and logging in for the first time, I see no differences. It appears you have worked out the "kinks".
 
Not sure whether this has been reported already;

My reply box contains 2 identical code buttons adjacent to each other, whereas before the first was for a code box ([ CODE ][ /CODE ]) and the second was for inline code ([ ICODE ][ /ICODE ])

Entering ICODE tags manually still works.

See screenshot:
View attachment 115125
 
I don't know why that failed for you but I have successfully used "Copy to Clipboard" since the upgrade.
 
Does not work for me in Chrome or Firefox? :(
Plus I have never used the 'Mark Forums Read' button so much, since the Ignore Content adding was removed. :)
 
Copy to Clipboard also not working for me in Edge
 
I noticed that the user's current time is no longer under their avatar either - not a big deal but it was handy to know what time it was where they are posting from.
 
Before I can implement many of the addons, I need to solve another upgrade issue.

Check out the mess below. Trying to get my head around it all. Just look at the scrollbar on the right to see the amount of code I have to go through and make decisions on.

1721149824355.png
 
Something I'm experiencing on Chrome.

If I have written a bit of code, then highlight and click the </> button (shown here with the quote button)

Function test()
dim s as string
'do something
end function

it only selects the first row.
1721151410121.png


I have to highlight, copy the code, click the </> button then paste and it double spaces the rows

Code:
Function test()

dim s as string

    'do something

end function

anyone else seeing the same thing?
 
Something I'm experiencing on Chrome.

If I have written a bit of code, then highlight and click the </> button (shown here with the quote button)



it only selects the first row.
View attachment 115148

I have to highlight, copy the code, click the </> button then paste and it double spaces the rows

Code:
Function test()

dim s as string

    'do something

end function

anyone else seeing the same thing?
I tend to just enter the tags myself.

Code:
If I try this

and this, then highlight and click </>
it does the same thing, but I have to copy the whole thing as it just finds If I try this.
 
Jon - I appreciate how much work the upgrade is and understand the reasoning behind doing completely, but I would really like the ignore thread add-on back as a priority! Pretty please :)
 
Has anyone else had issues with the Search function?

I have found it next to useless since the upgrade (and very good before)

Doing a search with my username and single terms like 'listbox' or 'mysql' yields 'No results found.'

I did get a couple of hits using keyword 'form', but they seemed very recent - perhaps the full-text index needs to be re-built?
 

Users who are viewing this thread

Back
Top Bottom