Question How to disable Access cost for Content Access threads?

sameeraml

Customer
I had enabled the Content Access event (Purchasing access to content.)
While using this features, members had created a lot of threads which can be accessed with certain credits.
However since this feature did not suit our forum, I had to disable it.
Even after disabling this event, the old thread which were configured with an access cost, can not be accessed by other members.
To overcome this, I have to manually edit and save the thread whenever members report such threads.
I have many such threads. Is there any way to disable this on all threads configured with Access cost ?
 
I will look into this, but unless it’s a very simple fix it’s unlikely to be backported to the XF 2.2 version as the 2.3 version is the currently supported version.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future release (6.0.1).

Change log:
Fix: Removing "Access Cost" events would not correctly allow users to view related threads

 
In the meantime, you can remove access costs from all threads by running this query:
SQL:
UPDATE xf_thread
SET dbtech_credits_access_cost = 0.00, dbtech_credits_access_currency_id = 0
 

DragonByte Credits

XenForo 1.5.3+ XenForo 2.0.x XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,598
Customer rating
5.00 star(s) 5 ratings
Back
Top