
Joomla plugins to allow you to
- Search Fabrik content from Joomla's main search page
- Embed forms/tables/views in your Joomla articles
- A community builder plugin allowing you to insert Fabrik content into your CB user profiles
- The cron plugin to be used in conjunction with Fabrik's scheduled tasks
DocumentsDate added
This plug-in will allow you to insert a module inside your content. Usage:
{fab_module module=1}
where 1 is your module's id
This Community Builder plugin allows you to show any Fabrik view within a Community Builder profile.
Requires the Joomla fabrik plugin to be installed and activated
Installation:
Install it via community builders plugin management page
Make sure the plugin is published
Go to community builders 'cb tab manager' page
Edit the fabrik tab that should be there
On the right hand side in the parameters section enter your Joomla plugin text to call Fabrik:
e.g.
{fabrik view=table id=11}
will load table 11
{fabrik view=table id=11 tablename___user=[$my->id]}
will load table 11 filtered on the current user
(see the Joomla fabrik plugin for a full list of options here, but basically you can show any view that fabrik has (forms/visualizations/tables etc)

