Main menu

Forum


description in Tool Tip

  • Apocalypso
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #3480 by Apocalypso
description in Tool Tip was created by Apocalypso
Where is defined the content of the tooltip? Is it possible to include short desc?

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago #3482 by Lyr!C
Replied by Lyr!C on topic description in Tool Tip
I've created 2 topics for you, to be much more clear ;-)

About Desc Short in tooltip, it's possible, it will be add in themes pack in release 2.1.7 to come ;-)

You can do it by editing, for example with Default Theme Pack :

File : ROOT/components/com_icagenda/themes/packs/default/default_day.php

And adding $e

For example, replace this :
echo '<span class="text"><div><a href="'.$e['url'].'">&rsaquo; '.$e['title'].'</a></div><div>'.$e['city'].'</div></span><span class="clr"></span>';


By this :
echo '<span class="text"><div><a href="'.$e['url'].'">&rsaquo; '.$e['title'].'</a></div>';
				if ($e['city']) {
					echo '<div>'.$e['city'];
					echo '</div>';
				}
				if ($e['place']) {
					echo '<div class="infotip">'.$e['place'].'</div>';
				}
				if ($e['descShort']) {
					echo '<div class="infotip"><i>'.$e['descShort'].'</i></div>';
				}
				echo '</span><span class="clr"></span>';

Or be patient, and wait for release 2.1.7 ;-)

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

Time to create page: 0.166 seconds

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new