No, we'll be doing as many Beta and RC releases as needed. We're going for 3 Betas and 1 RC, but this is subject to change. All the incubator projects also need to be upgraded to work properly with CB 2.0 as well, which am currently doing now.Do you know an estimated date or month that a stable version of CB 2.0 will be published for live site usage?
API wise, yes absolutely as we've API to manage connections. As for a field, no, you need to use CB Query Field and query for the connection. You can adjust the above query to check pending status as needed.Till then, isn't there a way to know if a connection is pending (control the connection between the add connection and acceptance/decline connection)?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If the value is equal to 0 then there is no connection established.You wrote above that if the query value is greater that 0 there there is a kind of connection. In order not to have a connection, this value must be 0 or negative?
All the information is stored in _comprofiler_members. Review that database table for all the columns available so you can adjust the query as needed. Yes you can return 0, 1, or 2, but you'll need to add an IF statement to the query to output a value based off the state.Also, you told me that i need to adjust the query code in order to know if a connection is pending. Is there another table row that this information is stored?Or is it the same row and for example if the query returns 1 then the connection is pending and if i have 2 as a result the connection is established?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.