IMPLEMENTED: Hoping for integration with ACPT (https://acpt.io/)

Don’t think so. But what is a “like” on this forum anyway? As far as I’m aware it is just a like for a particular post which has no real link to a vote for the topic itself.
Actually how do you even see the 107?

It has only 9 likes as far as I can see

Ahh, I think these stats are just for me, as the topic starter. Also, on closer inspection, this may be total likes in the thread, rather than for the idea itself…

Hi there!

Tomorrow 30 November I’ll release the official ACPT provider for Bricks (ACPT v.1.0.131).

Thanks to a @cmstew, who suggested me a smart solution to inject a custom provider to Bricks.

There are still issues on loop container, I’ll try to reach out Thomas to clarify myself about PHP hooks.

Thank you all for your support!

:slight_smile:

14 Likes

Seems like it is on the Roadmap! So deeper integration to come for sure
image

1 Like

Mauro hit a snag in development and it’s been on pause for awhile but Thomas just added a new filter for external providers in 1.6.2. So shouldn’t be long. :wink:

1 Like

Hoping the new filter for external providers makes things easier for @mauretto78 and now that it is on the official roadmap progress is smooth and fast.

You could just try it as is.
For me, with relatively simple needs, it is already working.
Simple CPT’s with custom fields. Bricks allows me to pick these to display.
Works with repeaters as well.

I’m sure there are more complicated cases that need more integration, but I’m happy.

1 Like

Hi all!

Today I released the version 1.0.141 of ACPT.

As you may know, Thomas has recently deployed Bricks v1.6.2. Along with this new version he added a new custom PHP hook to inject dynamic data providers into the main theme code.

So if you have ACPT and Bricks, please update both (the plugin and the theme) to the latest versions:

  • Bricks builder >= v1.6.2
  • ACPT >= v.1.0.141

The ACPT dynamic data provider will work PROPERLY now! :beers::beers::beers:

So please, upgrade your Bricks theme and ACPT versions to the latest ones.

Thank you for your support!

6 Likes

Excellent news, Mauro! I’ve been keeping an eye on your roadmap and releases. ACPT is really coming along. Solid software, solid dev.

1 Like

Just a heads up for everyone - ACPT now has Flexible Content, similar to ACF’s implementation.
AFAIK It’s just ACF and ACPT that have this function.
Further; Mauro, the developer, mentioned that ACPT is most widely used by the Bricks community, so I should imagine further/deeper integration/features with/for Bricks is on the cards.
Great updates over the past year!

5 Likes

Did someone manage to have a succesful implementation of ACPT flexible content in Bricks? I cant get it to work… The vlocks are being shown, but the order is not correct…

Old topic, but great Topic. I am a ACPT user since a month, and I am so much loving this plugin, but even more, the superfast response and close to community @mauretto78

Big tip: Join the facebook community of ACPT. I requested functionality for ACPT to make available the relationship fields in the loop builder, it is now only possible by making a custom loop like this:

// Retrieve the related post IDs from the 'specialties' relational field
$postIds = '{cf_boxname_fieldname}';
// Convert the comma-separated string into an array
$postIds = explode(",", $postIds);
// Return the query parameters
return [
    'post_type'      => 'your-custom-post-type',    // Specify the related post type
    'posts_per_page' => -1,          // Retrieve all related posts
    'post__in'       => $postIds,    // Filter posts by the related IDs
    'post_status'    => 'publish',   // Only include published posts
];

As documented here: Working with relational fields inside query loops | ACPT v2

I would love to see the integration like ACF has:

Screenshot from 2024-12-18 09-47-06

Mauro already responded, within 1 hour, I dont know how he does it :wink:
Will be working on it for the next release. Fingers crossed.

For the rest, the plugin is really getting to a ACF killer (quality vs price) … as ACF really became far to expensive.

3 Likes

Freemius is out… he changed it

Comments are possible on the road-map.
Idea discussion you can do also on facebook group.
Forum will be coming in the future.

So many Bricks users are recently joining ACPT hope Bricks has full integration with ACPT.

4 Likes