- Posts: 2
- Thank you received: 0
same mail for subscribers
- Federico
- Topic Author
- Offline
- New Member
-
Less
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?
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
-
Less
More
- Posts: 2
- Thank you received: 0
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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Regards,
Tuan
The following user(s) said Thank You: Federico
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.