Hi,
I need to import into a CB Tab some rows of a custom joomla component.
I have tried with CB Query Field (that, by the way it's pretty awesome) but it didn't solve all my needs because I need to add variables to the query.
For example:
Code:
SELECT `id`, `titulo` FROM `#__services` WHERE `created_by` = $current_profile_user_id
Where the $current_profile_user_id is the (int) id of the user witch profile I'm currently viewing.
I guess this is asking to much to CB Query Field, so I have decided to create my own custom "User plugin" that creates the tab. And I have used this as a base:
www.joomlapolis.com/cb-solutions/directory/documentation/manuals-guides-tutorials/cb-helloworld-plugin-part-1
. But the Hello World plugin is not working (actually I was expecting it since the plugin is from 2006).
Could you point me a good example of a plugin that I can use as example to build my custom tab?
Thanks very much