Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Daniel

ACF Bidirectional Post Relation Field

I am using a Bidirectional Post Relation Field, and I am getting an error when the admin table loads. In the column for the Bidirectional Post Relationship FIeld, instead I get the following error:

Notice: : Array to string conversion in /various-host-server-paths-removed/wp-content/plugins/cac-addon-acf/classes/Column.php on line 47 Array

Also, while setting up the field to be a table column, once I choose the field, I am not given additional config options such as “Display, Link to, Inline Edit, etc”, like I do when setting up a standard Relationship FIeld.

Information about the Bidirectional Post Relation Field Type:
https://github.com/hereswhatidid/acf-2way-pr

My assumptions are that this type of field is not yet supported. If this is the case, is there any way to make it work, or any plan to support in the future?

6 years, 6 months ago
Stefan van den Dungen Gronovius
Developer

Hi Daniel,

Thanks for your feedback. We indeed do not support third party ACF fields right now and we’re not planning to support those fields anytime soon. You could choose to use the Custom Field Column and select the field there to see if it works. If not, you could try to change the value using one of our filters ( https://www.admincolumns.com/documentation/filter-reference/ac-column-value/ ) or by writing your own column using our column template:

https://www.admincolumns.com/documentation/guides/creating-new-column-type/

6 years, 6 months ago

You must be logged in to reply to this topic.