Docskillz

The Good Stuff => SMF 2.1 RC3 => SMF 2.1 RC1 => Topic started by: Skhilled on January 28, 2019, 11:39:03 PM

Title: SMF 2.1 Bugs
Post by: Skhilled on January 28, 2019, 11:39:03 PM
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.
Title: Re: SMF 2.1 Bugs
Post by: Skhilled on January 29, 2019, 07:58:28 AM
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.
Title: Re: SMF 2.1 Bugs
Post by: 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.

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(
),
),
Title: Re: SMF 2.1 Bugs
Post by: Skhilled on March 03, 2019, 04:51:18 PM
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.
Title: Re: SMF 2.1 Bugs
Post by: lurkalot on March 05, 2019, 05:08:28 PM
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 ;)
Title: Re: SMF 2.1 Bugs
Post by: Skhilled on March 06, 2019, 08:05:13 AM
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...