Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Text Popup on Hover
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Text Popup on Hover
*
#30438
Text Popup on Hover 11 Years, 11 Months ago Karma: 1
Hi,

I have successfully created a table with links to other articles. I am now wondering if its possible to create a hover feature where a sample of the article is shown when the link is moused over??

Cheers
The administrator has disabled public write access.
 
#30439
Re:Text Popup on Hover 11 Years, 11 Months ago Karma: 748
Hello,

The module doesn't support described ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30480
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 2
I think you can do it.

Combine what I did in this thread along with this link.

My code is:

Code:


SELECT CONCAT('<a href="YourPage.php" onMouseOver="{javascript}"', FieldNameFromTableToShowAsLink, '">', Text To Display, '</a>' ) AS Create_Field_Name
FROM Table;



where javascript is a script from the external link above.
Last Edit: 2012/08/11 03:23 By JugglingReferee.
The administrator has disabled public write access.
 
#30481
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 2
Since I could use this function as well, let me know if you get it working, and I will do the same.

Also, any trials that you test, let us know, too!
The administrator has disabled public write access.
 
#30482
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 1
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
The administrator has disabled public write access.
 
#30486
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 2
Cool thanks! I will try early next week.
The administrator has disabled public write access.
 
Go to topPage: 1234