Ok. I have a category blog with news articles. I want to display the responsible sales contact for the articles. Earlier I have done this with loadposition. I created modules for every sales contact and loaded the plugin in a text field. The problem here is that I have to maintain double information. A module with the contact person's information and an article with the contact person.
After the pro plugin has been available I used the plugin to display the article inside the news article
Here is an example for an news article:
www.muenstermann.com/de/uebersic
... -gips.html
And here are the corresponding article for the two contacts that are loaded via FC pro plugin inside the article in a text field:
www.muenstermann.com/de/uebersic
... freye.html
www.muenstermann.com/de/uebersic
... hajek.html
This is fine and works.
Sometimes the news articles are relatively long so that the contact information is at the very end of the article. My idea was to use the FC universal module to display the contact articles. The way to do it is as follows:
1) Still loading the contact articles via the pro plugin without displaying the field in the template.
2) Creating a FC module and assigning to the category blog menu item.
3) The module is setup using a dynamic custom field scope that displays the contents of the text field that calls the FC pro plugin. So, if one clicks at readmore the contact person article (that is loaded in the news article) is displayed in the module. Unfortunately the plugin is NOT displayed in the module.
If I am using the old method, putting a loadposition plugin code into the text field, 3) is working and the module contents is displayed in the FC universal module.
Rooney