Hi Kile, thanks for your reply.
I try to explain myself better.
I am using "CB" for user registration. For instance a company.
I am using "Breezingform / Content Builder" to link many job offers to the user, by using a menù of joomla.
Now, during the display of the profile with CB, I want to display all the linked job offers.
In order to do this, I have:
1. created a new TAB with CB
2. created a new field associated to the TAB with type CUSTOM HTML
3. built a PHP module to display job offers
4. called the PHP module, inside the field CUSTOM HTML, using the syntax {loadposition modulophp}
It does not work perfectly because the list is displayed only after having refreshed the page.
In fact the list is well done because I can see it well in the debugging area.
I hope that this is the correct way to solve my problem.
Three questions for you.
Why have I to refresh the page ?
Is there a different way to insert the PHP module ?
Can I insert a redirect when I push a TAB ?
Thanks in advance for your patience.