[BS] Live forum statistics

xF2 Add-on [BS] Live forum statistics 1.3.0

No permission to download

1.3.0

Removed the "Fetch content after page load" option – this is now the default behavior.

Support for the Keep Alive XenForo system that updates the CSRF token when a tab is restored in browsers on mobile devices. This will get rid of such errors: Cookie Required To Use This Site, Security Error.
  • Like
Reactions: BattleKing
Fixed:
Code:
    XF\Db\Exception: MySQL query error [1292]: Truncated incorrect INTEGER value: '' src/XF/Db/AbstractStatement.php:228

    Generated by: Unknown account Dec 3, 2020 at 7:03 PM

Stack trace

DELETE  FROM `xf_bs_lfs_sticked_thread_purchase` WHERE is_payed = ? AND create_date > ?
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1292, '22007')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1292, '22007')
#2 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(289): XF\Db\AbstractAdapter->query('DELETE  FROM `x...', Array)
#4 src/addons/BS/LiveForumStatistics/Repository/StickedThread.php(54): XF\Db\AbstractAdapter->delete('xf_bs_lfs_stick...', 'is_payed = ? AN...', Array)
#5 src/addons/BS/LiveForumStatistics/Cron/Sticks.php(22): BS\LiveForumStatistics\Repository\StickedThread->clearExpiredThreadPurchases()
#6 [internal function]: BS\LiveForumStatistics\Cron\Sticks::clearThreadPurchases(Object(XF\Entity\CronEntry))
#7 src/XF/Job/Cron.php(34): call_user_func(Array, Object(XF\Entity\CronEntry))
#8 src/XF/Job/Manager.php(258): XF\Job\Cron->run(G)
#9 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, G)
#10 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, G)
#11 job.php(43): XF\Job\Manager->runQueue(false, 8)
#12 {main}
Code:
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(50) "https://mywebsite.com/forums/general-discussion.9/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
Changes:
  • Ability to stop ignoring all ignored threads in statistics (Find threads -> Ignored threads in statistics)
Thread definition changes:
  • New order by: Vote score
  • Thread type filter
  • New "Quantitative сriteria" options: filters by views, replies, vote score
Member definitions changes:
  • The ability to sort users by several criteria
Fixed:
  • Now links in the "Latest posts" tab will lead to the last message (only if a thread has been read)

To upgrade to this version, you must have XF 2.2+ and PHP 7.4+.

Attachments

  • LFS-Screenshot1.png
    LFS-Screenshot1.png
    38 KB · Views: 159
  • LFS-Screenshot2.png
    LFS-Screenshot2.png
    12.8 KB · Views: 155
  • LFS-Screenshot3.png
    LFS-Screenshot3.png
    9.3 KB · Views: 169
  • LFS-Screenshot4.png
    LFS-Screenshot4.png
    15.4 KB · Views: 155
.fixed:
  • Added receipt templates for emails
.fixed:
  • Cannot call method canReport on a non-object (NULL) when a thread has no first post
1.1.0 Patch 2
.changes:
  • Added compatibility with older versions of AMS
1.1.0 Patch 1
.fixed:
  • Incorrect record limitation for the Member definition
1.1.0
.changes:
  • New Member definition options
    • User is a member of any of these groups
    • User is NOT a member of any of these groups
  • New style properties
    • Enable second data display for thread items
  • Saving tab title: If the developer mode is turned off, the contents of the phrase in the visitor’s language, and not in the master language, will be changed
  • A warning was added when filling in the field "add-on"
  • Store page is no longer available for guests
  • Scrolling content loading added
  • Added update animation when clicking on the statistics update button

Attachments

  • 1587293316206.png
    1587293316206.png
    10.5 KB · Views: 204
  • 1587292845333.png
    1587292845333.png
    13.5 KB · Views: 188
  • 1587292827660.png
    1587292827660.png
    5.9 KB · Views: 191
.changes:
  • New tab definitions
    • Showcase item
  • New option Featured for Article definition
  • Ability to view ignored threads in statistics
  • Improved mobile layout

Attachments

  • bs-live-forum-statistics.png
    bs-live-forum-statistics.png
    18.2 KB · Views: 211
  • bs-live-forum-statistics-1.png
    bs-live-forum-statistics-1.png
    11.7 KB · Views: 200
  • bs-live-forum-statistics-2.png
    bs-live-forum-statistics-2.png
    159.2 KB · Views: 205
  • bs-live-forum-statistics-3.png
    bs-live-forum-statistics-3.png
    14.4 KB · Views: 199
  • bs-live-forum-statistics-5.png
    bs-live-forum-statistics-5.png
    32.4 KB · Views: 213
  • bs-live-forum-statistics-6.png
    bs-live-forum-statistics-6.png
    11.2 KB · Views: 217
Top