Resource icon

XenTrader Unsupported

No permission to download

Slavik

XenForo moderator
Staff member
Slavik submitted a new resource:

XenTrader (version 2.1.1) - A simple yet powerful user feedback system.

XenTrader 2.1.0 User Feedback System

What is XenTrader?
XenTrader is a user feedback system so that members can review each other on any deals or trades done on your website. It integrates into the users profile allowing your users to build up credability when doing deals through your site and makes use of many of the great features of XenForo to seamlessly integrate into your board.

- - - -...

Read more about this resource...
 
Just a suggestion, you should make the marketplace all in one nav tab... similar to how the Directory add on works (or xenattendo). That way noob users can just click it, list or browse items, make transactions and leave feedback with an easy button. Until then it is too complicated for my users to use. Really good start so far though!
 
Slavik, thank you for the update! (y)
Can you list the main bug fixes of this new version?
Do you enable discussion authors to leave feedback to discussion repliers?
 
Slavik updated XenTrader with a new blog entry:

Changelog 2.1.1

The following is a list of changes from XenTrader 2.1.0

  • Feedback threads for a user are now selected if the user has posted in a thread instead of starting the thread
  • The ACP will now properly show an error instead of a heap of raw HTML
  • Fixed retain_keys undefined index when importing
  • Report handlers not registered fixed, fixes reporting feedback
  • Fixed uninstall errors
  • Fixed xentrader index display errors in some browsers
  • Feedback score added to member card...

Read the rest of this blog entry...
 
I must be thick - how do you use this? Is there a guide floating around anywhere?

Edit: I've read the other thread, but I can't see any thing trader related on membercards anywhere. I've double checked the permissions are set correctly as well.
 
Also, the forum listing within the ACP section for XenTrader is completely wrong, they're all jumbled up.xf_list.webp

Any idea what's caused that (its a data import from VB 3.8 if it matters)
xt_list.webp
 
I get this error when uninstalling:

Server Error

Mysqli prepare error: Operand should contain 1 column(s)
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 661
  5. Zend_Db_Adapter_Abstract->delete() in XenPlus/Installer.php at line 179
  6. XenPlus_Installer->_removeContentType() in XenTrader/Installer.php at line 69
  7. XenTrader_Installer->_uninstallVersion1() in XenPlus/Installer.php at line 128
  8. XenPlus_Installer->_callVersionMethod() in XenPlus/Installer.php at line 102
  9. XenPlus_Installer->runUninstall() in XenPlus/Installer.php at line 41
  10. XenPlus_Installer::uninstall()
  11. call_user_func() in XenForo/DataWriter/AddOn.php at line 193
  12. XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1738
  13. XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 116
  14. XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 310
  15. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  16. XenForo_FrontController->run() in /home/x/public_html/admin.php at line 13
 
XenTrader seems to add a load of DOCTYPE declarations to our code. We're running an older version of PHP (5.2.17) and I saw something in the archived discussions about this but I don't know if it was ever fixed or not.

Here's an example:
HTML:
        <div class="avatarHolder">
            <span class="helper"></span>
            <a href="members/happyharrysco1.17210/" class="avatar Av17210m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/17/17210.jpg?1331039523')"></span></a>
            <!-- slot: message_user_info_avatar -->
        </div>
   
 
 
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><h3 class="userText">
            <a href="members/happyharrysco1.17210/" class="username" itemprop="name" style="display: inline;">happyharrysco1</a><span> (</span><a href="xentrader/happyharrysco1.17210/">1</a><span>)</span>
 
            <em class="userTitle" itemprop="title">AOC Member</em>
            <!-- slot: message_user_info_text -->
        <em class="userTitle">New Trader</em>
</h3></body></html>
 
I get this error when uninstalling:

Server Error

Mysqli prepare error: Operand should contain 1 column(s)
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 661
  5. Zend_Db_Adapter_Abstract->delete() in XenPlus/Installer.php at line 179
  6. XenPlus_Installer->_removeContentType() in XenTrader/Installer.php at line 69
  7. XenTrader_Installer->_uninstallVersion1() in XenPlus/Installer.php at line 128
  8. XenPlus_Installer->_callVersionMethod() in XenPlus/Installer.php at line 102
  9. XenPlus_Installer->runUninstall() in XenPlus/Installer.php at line 41
  10. XenPlus_Installer::uninstall()
  11. call_user_func() in XenForo/DataWriter/AddOn.php at line 193
  12. XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1738
  13. XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 116
  14. XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 310
  15. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  16. XenForo_FrontController->run() in /home/x/public_html/admin.php at line 13


Is this going to be fixed? This addon cannot be uninstalled currently.
 
Top Bottom