Hello
hhmm, i really don't understand why developer would ask you this
- if developer would ask such a thing the developer should explain why
My answer:
i am only guessing that the developer asked you this, because developer needs some quick information on how to patch his/her code,
in many places the module code checks and display the article listing is:
- option==com_content
- view==article
1. We simply have no control over such module code, there is nothing that we can do on our side
2. To support flexicontent views , it is trivial:
Category view URL is (multi-item views):
option=com_flexicontent&view=category&
cid=NNN
Item view URL is:
option=com_flexicontent&view=item&
id=NNN
- The above (basic support) is completely up to the developer of the module
- Now for adding more support, and showing FLEXIcontent custom fields, see FAQ article:
Retrieving the HTML DISPLAY of FC fields inside 3rd-party code