Hey
I managed to get it working by using this plugin as well
www.qlue.co.uk/joomla-extensions-15-a-16/joomla-tooltip.html.
I created another column in my csv file with what I wanted the hover to say and edited the code that is given with the plugin
Code: |
{qluetip title=[tooltip]}Tool Tip Text{/qluetip}
|
.
I changed it to
Code: |
{tip {$columns:Summary}}<a href="index.php?option=com_content&view=article&id={$columns:ArticleId}">{$value}</a> {/tip}
|
where 'summary' and 'articleid' are my column names, and added it to the formatting box for the column I wanted.
Let me know if its not working
cheers