Search results

  1. B

    Not planned Include thread starter posts

    Well, you said; You can prevent "Include thread starter posts" option from triggering when creating a thread, you can limit it to trigger only if post position != 0, I'm talking about the position column in xf_post table. Posts with position 0 mean it's the first post (the thread itself).
  2. B

    Solved Negative value

    Certainly, if there are no restrictions for users with negative credits, then the add-on itself will be useless. For this reason, I mentioned in the above example the ability to restrict access for users who have negative credits when they reach X negative credits.
  3. B

    Not planned Include thread starter posts

    Yes, the suggested option to give credits to thread author when he reply in his own thread.
  4. B

    Not planned Include thread starter posts

    Thread event targets posts with position 0 (first post), the "Include thread starter posts" option should exclude posts with position 0.
  5. B

    Solved Negative value

    It's up to site admin he can either make the event charged or not. Even if the "Not charged" option used you still can restrict access for users with negative credits using usergroup promotions. The example below to move users who have less than -5 credits to specific usergroup. Implementing...
  6. B

    Implemented Improve overlay

    A couple of suggestions would make the overlay look better. Display user name through action_user_id column, the creation date of transaction from transaction_date column, and the same for modified credits. The thread URL should redirect the user to post_id of the transaction.
  7. B

    Not planned Include thread starter posts

    The add-on doesn't support counting thread starter posts, so it would be nice to have an option in the posts event to include thread starter posts in own threads.
  8. B

    Solved Problem with rebuilding posts event

    The transactions created for posts event get removed automatically if you repeat the rebuild process. Steps to reproduce: Create a post Run rebuild for posts event A new item will be inserted in xf_xs_cs_credits_transaction table Rebuild posts event again The item created in step 3 will be deleted
  9. B

    Solved Posts

    Posts didn't get added instantly once its posted like threads and must run cron job.
  10. B

    Solved Negative value

    The current behavior of how the add-on deal with negative numbers doesn't support the main idea of this add-on which allow creating custom method for calculating user credits. For example, if user has 2 threads, 1 post and 6 replies, we used a simple method ({threads} + {posts}) - ({reply}) it...
  11. B

    Solved Negative value

    What about adding an option to trigger the event even if the user doesn't have enough credits? Do you mean you can't store negative numbers in the database?
  12. B

    Solved event_id gets stored in entity_id and vice versa

    Thread id, post id, reply id or reaction id should be stored in entity_id column not event_id column and event id should be stored in event_id not entity_id.
  13. B

    Solved Rebuild post & reply issue

    Yes, it's not a bug. I installed the add-on on my testing board which includes some posts with invalid thread id.
  14. B

    Solved Transactions were not deleted

    Transactions related to a thread haven't deleted when permanently delete that thread.
  15. B

    Solved event_id gets stored in entity_id and vice versa

    As the title says.
  16. B

    Solved Negative value

    Well, can you at least make user criteria and color property support negative numbers? And;
  17. B

    Solved Reactions

    Received reactions didn't get added instantly like posts even when running cron job. You must run rebuild reactions manually.
  18. B

    Implemented Credit display locations

    The add-on missing an option to specify locations where user credits displayed. Profile Postbit
  19. B

    Solved Negative value

    It's possible to make the input field in node permissions support negative numbers just like the credit field in event options? It must support negative numbers since the add-on allows the user to create own method for credits calculation, therefore the user may use a method result in a negative...
Back
Top Bottom