Hello,
You can use "Content - ARI Data Tables" plugin which is included into "ARI Data Tables" package (or "Module Plant" or "Modules Anywhere" 3rd party plugin) if you want to embed a module instance into an article. In this case enable module instance, but don't assign it to a module position or assign it to a fake module position.
If you want to show data from a Joomla! database then set "Choose source type" parameter to "SQL" and "Choose source type -> SQL -> Choose DB type" parameter to "- Joomla! database -". After this enter "SELECT" SQL query which will be used to retrieve data in "SQL -> SQL query" parameter. For example the following SQL query can be used to show IDs and titles of articles:
Code: |
SELECT
id,
title
FROM
#__content
|
If you have questions or need more assistance, let us know.
Regards,
ARI Soft