SMF 2.1 Bugs

Started by Skhilled, January 28, 2019, 11:39:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

This is for a pre-release of SMF 2.1 RC1:
The "Upcoming Calendar"  page "List View" shows an incorrect format for the date and time. It shows the UK format instead of the US time zone.

2019-02-01 instead of 02/01/2019
EDIT: Also, as a guest it shows the incorrect forum time. It shows the server time instead of the time set in the Admin's settings.

Skhilled

If you upload a file that is too large (for me it was smileys) you get the following error:

QuoteType of error: General
    Error message: Could not upload package, please check directory permissions!
    URL of page causing the error: https://*********.com/*****/index.php?action=admin;area=packages;get;sa=upload

The error should state that the file was too large. The permissions were already correct.

Skhilled

The "Help" main menu button has been removed! The page itself is still there but the menu button has been removed or omitted for some reason. You will need to append "?action=help" to your forum's URL to see it.

To add the code to the main menu add the following code in /Sources/Subs.php. Line 4494 is where the button codes begin. The Help button is normally after the Home button although you may place it anywhere you wish using the following code:

'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
),
),

Skhilled

I've upgraded to a newer version 2 days ago on my test site. So far, the time mentioned in the first post was the only thing fixed along with several other bugs I failed to mention.

One thing I've not mentioned is the number of "Session verification failed." errors when logging out. Also, there is no spacing between the error and the "Back" button icon.

lurkalot

Quote from: Skhilled on February 11, 2019, 05:15:52 AM
The "Help" main menu button has been removed! The page itself is still there but the menu button has been removed or omitted for some reason. You will need to append "?action=help" to your forum's URL to see it.


Steve, the help button was added to the bottom right of the page in 2.1 ;)

Skhilled

LOL, yes it is and I did see it but forgot about it. I've been so focused on the topic areas lately. That also happened to me with the search bar. I was so intent on copying the theme exactly that I spent a few days trying to add it and kept getting errors. Yesterday I realized that it was at the top so why was I trying to add it again? LMAO  I think I just need to get used to the new look...