OK, I try another way 🙂
Where (in which PHP file, with path) Toolset stores that Toolset content template, what I could create for bbP Topic CPT, if I'd click on
Toolset / Dashboard / Topic / Template,
where by default single.php is found.
Also, where (in which file) Toolset registers new CPTs?
In a basic scenario, when both single.php and single-cpt.php is stored in theme root, and I know the file where CPT registration happened, I've already made adjustments ( created / cloned CPTs, added more parameters and/ or set their value in PHP code), but in my case neither theme, nor bbPress nor Toolset uses that scenario, so I ask Toolset support how Toolset does it? (only the Toolset part I ask)
I might lost focus, so I brief what I want:
- I'd like to extend bbPress Topics by adding (with Toolset) a parent CPT (PCPT; with Relationship), and use some of the PCPT custom field (CF) values and some new CCPT CFs created for Topic, for advanced filtering them, the Topics.
I suppose I can do this filtered and further filterable list of Topics with some Views Views, where I would basically pre-filter Topics by parent CF and allow users to filter himself by CCPT CFs
- beside I want to keep and use bbPress' existing features ( moderation, triggered emails, reactions etc.),
but I'm afraid if I'd create a brand new Toolset content template (single) for Topics and add the bbPress default data dynamically with Toolset
(Topic Title, Topic Content, Date, Author, etc.) I might lose some bbPress functionality.
So I think I can not use default bbP templates, but I should use Toolset content templates (single), which are based on bbPress Topic template, but extended with some additional data ( by Toolset),
and instead of bbP Topic archive template I should use an extended version, which might be a View and must contain all of the bbP archive template'code and inserted and used in Views.
So now if I check Toolset / Dashboard, in the grid at Topics / Template I see:
"There is no Content Template for Topics items."
If I check default WP Posts, I see:
"single.php"
I think in Topics / Template I should seee something like:
"single-topics.php"
or such a bbP name which should be the default bbP Topic template, and that's what I should extend with Toolset's Block Editor, adding some more Blocks of Fields - if I'm not totally wrong...
I don't think simply adding bbP folder to child theme's folder will pass the info to Toolset that there is the template of the Topic (both single and archive), but i might be totally wrong again... : -/