HikaShop registration with joomla tooltip

  • Posts: 8
  • Thank you received: 1
9 years 7 months ago #195833

-- url of the page with the problem -- : scale-fpv.de/index.php/produkte/registrieren
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1

Is it possible to use the same tooltips from the Joomla registration to the hikashop registration?


Attachments:
Last edit: 9 years 7 months ago by ChrisRolly.

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
9 years 7 months ago #195836

Hi,

There is no option to do that.
You would have to edit the corresponding view via the menu Display>Views and add custom code in order to handle the tooltips.

The following user(s) said Thank You: ChrisRolly

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

  • Posts: 8
  • Thank you received: 1
9 years 7 months ago #195940

Hi nicolas,

thanks for the tip.

For others how want to now:
I add from the registration.php the lins 40 to 43 e.g. the USERNAME

<label id="usernamemsg" for="register_username">
	<?php echo JText::_( 'HIKA_USERNAME' ); ?>
</label>
to:
<label id="jform_username-lbl" class="hasTooltip required" title="" 
	for="register_username" data-original-title="
	<strong><?php echo JText::_( 'HIKA_USERNAME' ); ?></strong><br /> 
	<?php echo JText::_( 'COM_USERS_DESIRED_USERNAME' ); ?>">
	<?php echo JText::_( 'HIKA_USERNAME' ); ?>
</label>

Last edit: 9 years 7 months ago by ChrisRolly.
The following user(s) said Thank You: Jerome

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

Time to create page: 0.062 seconds
Powered by Kunena Forum