same mail for subscribers

  • Federico
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #52500 by Federico
same mail for subscribers was created by Federico
Hi all,

I want my subscribers have the same mail.

What's the php files I have to edit?

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

More
10 years 5 months ago #52547 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic same mail for subscribers
Hi Federico

Unfortunately, at the moment, Joomla requires that each user need to have an unique email address, so it is not possible for subscribers to use the same email.

Regards,

Tuan

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

  • Federico
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #52567 by Federico
Replied by Federico on topic same mail for subscribers
I've solved my problem editing

libraries/joomla/database/table/user.php


row 238



/*if ($xid && $xid != intval($this->id))
{
$this->setError(JText::_('JLIB_DATABASE_ERROR_EMAIL_INUSE'));
return false;
}*/


Ps. Joomla 2.5

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

More
10 years 5 months ago #52575 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic same mail for subscribers
Ah, OK. That means you have to customize Joomla core code and that will be lost when you upgrade to future releases of Joomla

Regards,

Tuan
The following user(s) said Thank You: Federico

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