Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: JazzyNL on January 25, 2023, 06:45:44 AM

Title: Problem installing Tapatalk package, two lines not found in ModerationCenter.php
Post by: JazzyNL on January 25, 2023, 06:45:44 AM
SMF 2.1.3
Tapatalk package v5.1.4 (https://www.tapatalk.com/download_SimpleMachines)

We recently upgrade to 2.1.3 from an older version. Installing the Tapatalk package fails because it's looking for two lines in ModerationCenter.php which are absent in the file on our board. Opened ModerationCenter.php in a text editor, expecting a minor issue to correct but am not able to find the section at all.

Tapatalk packages looks for:
         'time_started' => timeformat($row['time_started']),
         'last_updated' => timeformat($row['time_updated']),

Then wants to append:
         'timestamp_started' => $row['time_started'],

I've attached my ModerationCenter.php and the install.xml file from the Tapatalk package. Not sure if relevant, but the url of the board is https://www.htforum.nl/yabbse/index.php
Title: Re: Problem installing Tapatalk package, two lines not found in ModerationCenter.php
Post by: Kindred on January 25, 2023, 09:29:44 AM
We don't support Mods here (edit to add: in this section. This section is for support of the core product. The mod support is to be found in the support thread dedicated for each mod)...  especially not Tapatalk. They were removed from our official mod server because they do several things which violate our coding standards.

You'll have to ask on their own support site.

(also, why would you need tapatalk in 2.1.x?   2.1.x is fully responsive on mobile devices.)
Title: Re: Problem installing Tapatalk package, two lines not found in ModerationCenter.php
Post by: JazzyNL on January 25, 2023, 10:29:21 AM
To answer that last question: it's the number one request from our users at this moment. Personally I don't access the forum on mobile so I don't have a preference, but others apparently do.

Anyway, thanks for the feedback. I'll ask elsewhere.
Title: Re: Problem installing Tapatalk package, two lines not found in ModerationCenter.php
Post by: Steve on January 25, 2023, 10:42:15 AM
Marking solved.