• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: refreshCaptcha - CSS class -

refreshCaptcha - CSS class - 12 years 5 months ago #20005

  • mark.brindley
  • mark.brindley's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Hi,

Would it be possible to a add a default div and class refreshCaptcha in /administrator/components/com_rsform/helpers/rsform.php in future releases?

This adds a quick and easy way to style up and controll the Refresh text.

I know it is not a hard thing to add after an install, but as soon as an update is released the class is lost and the developer / site builder would have to go back to every site and re-patch. Not idealif you have a number of sites with specific styles.
/administrator/components/com_rsform/helpers/rsform.php

at line 2541

if ($data=='YES')

$out .= '<div class="refreshCaptcha"><a href="javascript:void(0)" onclick="refreshCaptcha('.$componentId.',\''.JRoute::_('index.php?option=com_rsform&task=captcha&componentId='.$componentId.'&tmpl=component').'\'); return false;">'.$data.'</a></div>';
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!