Forgot your password? Forgot your username? Create an account

 
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: aic2.0.19 and Jcomments2.3.0 use together - bug?

aic2.0.19 and Jcomments2.3.0 use together - bug? 9 months 5 days ago #14273

  • AlCher
  • AlCher's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Karma: 0
J!1.5.26
If aicontactsafe_2.0.19 form and Jcomments form used on the same page, the values of the language constants for Jcomments form are not shown (not output).
The reason is the following code, added to the files - mod_aicontactsafe.php and plg_aicontactsafeform/aicontactsafeform.php in 2.0.19:
// Load the language file of com_aicontactsafe
$lang =& JFactory::getLanguage ();
$lang->load('com_aicontactsafe');
$please_wait_text = JText::_('COM_AICONTACTSAFE_PLEASE_WAIT');

If you comment out this code snippet (/ * ... * /), then everything appears Ok for Jcomments form.

Regads, Alexander
Last Edit: 9 months 5 days ago by AlCher.
The administrator has disabled public write access.
  • Page:
  • 1