users in my room can't seem to be able to trade, even though their rooms are in the trading catagory.. upon clicking the trade button it says "This user has disabled trading" how do I enable this interface?
Check in your database under users and see if their trading is enabled, that may be a problem on your CMS side causing users to register and their trading not being enabled.
Check in your database under users and see if their trading is enabled, that may be a problem on your CMS side causing users to register and their trading not being enabled.
The only box related to trading is "block_trade" which is set at 0 for everyone, ive changed me and another user to 1 however still no joy for them to specific users.
Set all to 1. For newly register users, go to your database where it shows all the tables, right-click 'users', click design table. After that, find 'enable_trade', and set default to 1.