XenCentral Feedback System 2

xF2 Add-on XenCentral Feedback System 2 2.3.4

No permission to download
Hello everyone!

The release overview:

1. Disable flash option is removed from stats page.

2. Null check is added to make sure options have appropriate 'group' offset.

3. Dump id on error option is added. This is useful if the admin rebuilds the feedback from the Rebuild caches page. If this option is enabled, it will show the error feedback id that can be used to fix the appropriate database row. Don’t forget to disable this option after the feedback stats are rebuilt.

4. vBulletin iTrader importer is fixed with valid comment id offset and the database tables prefix is optional now.
The release includes a query optimization for Repository\Tools::getThreadSuggestions method.

XenCentral Feedback System 2.3.2 Released

The release overview:

1. Allow alternate URL. An option is added to allow both www and non-www versions of Board URL to be accepted as Deal URL.

2. An error is fixed when mutual feedback is disabled, but conversations still have Private Content title and content.
  • Like
Reactions: slark and tokyo1
Hello everyone!

This is a bug-fix release.

An issue is fixed when the deal URL was not populated for the user that does not have any received feedback.

XenCentral Feedback System 2.3.0 Released

Hello everyone!

The release overview:

1. Mutual feedback. The feature introduces a possibility to mark feedback private until the receiver user leaves feedback back for the same deal URL. If the feedback does not have a deal URL, it becomes public immediately. The feature can be enabled in General Options > Configuration. If you are going to use the feature, we recommend enabling Force valid thread option, so that all feedback have deal URL and setting Edit time limit to 0 to disable deal URL editing after the feedback is submitted. Important: Before enabling mutual feedback feature, Feedback System: Rebuild feedback is verified cache (php cmd.php xf-rebuild:xcfs_rebuild_feedback_is_verified) has to be rebuilt (note: enable Data import mode before rebuilding). Also, an option is implemented to make feedback public automatically if no feedback is left back after some time (General Options > Configuration > Days to leave mutual feedback).

2. Importers. Importers are now using XenForo native importers system, so the import can be done using XenForo importers interface (Tools > Import data).
feedback-system.png

The legacy importers interface is still accessible at admin.php?feedback/import and will be depreciated in the future releases.

3. Update users rating. The feature is now using XenForo rebuild caches system (Tools > Rebuild caches) alongside with Rebuild feedback is verified cache. The CLI commands to use:

php cmd.php xf-rebuild:xcfs_rebuild_users_rating
php cmd.php xf-rebuild:xcfs_rebuild_feedback_is_verified

The legacy rebuild interface is available at admin.php?feedback/update and will be depreciated in the future releases.

4. Some minor fixes.
  • Like
Reactions: LOLEST
  • An issue is fixed when Add Feedback button was not shown correctly in the postbit.
XenCentral Feedback System 2.2.12 Released
  • An issue is fixed when the same feedback could be submitted multiple times.
XenCentral Feedback System 2.2.11 Released
  • An importer error is fixed - InvalidArgumentException: Attempted to convert NULL to string/binary [importid] in src/XF/Mvc/Entity/Entity.php at line 740
XenCentral Feedback System 2.2.10 Released
  • This is a bug-fix release.
  • An issue when Add feedback was not shown in postbit and was not working correctly with permissions is fixed.
XenCentral Feedback System 2.2.9 Released
  • This is a bug-fix release.
  • An error is fixed. You called the draw() method with the wrong type of data rather than a DataTable or DataView.
XenCentral Feedback System 2.2.8 Released
  • In this release, an option is added to enable/disable Top Traders block in Notable members.
XenCentral Feedback System 2.2.7 Released
  • This is a bug-fix release.
  • An error is fixed. ErrorException: [E_NOTICE] Trying to access array offset on value of type null (null !!!)
    ErrorException: [E_NOTICE] Trying to access array offset on value of type bool (bool !!!)
Hello everyone!

This is a security release. All customers are strongly recommended to upgrade to this release.

We have been reported and fixed some incompletely sanitized queries that could lead to SQL injection exploits. All customers are strongly recommended to upgrade to this release.
  • Like
Reactions: hiyon
This is a bug-fix release.

1. An error is fixed. Template error: Invalid argument supplied for foreach()
2. An error is fixed. TypeError: Argument 2 passed to XF\Service\Conversation\Creator::__construct()
  • Like
Reactions: hiyon and Zen
This is the bug-fix release of Feedback System.

Release overview:
  1. An issue is fixed when for posts feedback data of all thread participant users were selected instead of the users of each page's posts.
  2. A bug is fixed when feedback data was hidden from posts, but Add Feedback link was still shown.
Top