VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

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

TOPIC: Email hickup

Email hickup 03 Jul 2013 23:14 #2341

Need some help overhere.
Just tested my site dezeekust.com, and a problem occurred. I have send myself an e-mail. No problem so far, all went well.
When I tried to comment on a blogpost it refused to submit, because of an allready used name or e-mail. Why?
Hope you know the answer!
Thank IA, Roel
Love JOOMLA!

  • Posts:48
  • roel
  • Senior Boarder
  • OFFLINE
  • Karma: 0

Re: Email hickup 04 Jul 2013 07:24 #2345

Hi again Roel.
To change this you have to modify the core files of K2. You can find it in components/com_k2/models/item.php. You have to remove / comment out this code:

if ($user->guest)
{
$db = JFactory::getDBO();
$query = "SELECT COUNT(*) FROM #__users WHERE name=".$db->Quote($userName)." OR email=".$db->Quote($commentEmail);
$db->setQuery($query);
$result = $db->loadresult();
if ($result > 0)
{
$response->message = JText::_('K2_THE_NAME_OR_EMAIL_ADDRESS_YOU_TYPED_IS_ALREADY_IN_USE');
echo $json->encode($response);
$mainframe->close();
}
 
}


Please consider that you are modifying a core file. Consider that when you upgrade k2, this will need to be updated again too. And -those checks have been integrated from K2 team to avoid spoofing...

Another thing - i have seen your work. Very nice! But you are not allowed to remove the copyright links on the right bottom position, without paying for commercial license...! thx.
joomfreak | cause open source rocks
Last Edit: 04 Jul 2013 07:25 by joomfreak.

  • Posts:187
  • cause open source rocks
  • joomfreak
  • Administrator
  • OFFLINE
  • Karma: 0

Re: Email hickup 04 Jul 2013 14:08 #2353

Thanks for your reply, and I will edit the files. About the copyright thing, I thought it was totally free to alter and edit. Because of respect I re-edited the .css immediately
And... whèn I get commercial I will pay you for your design and time, definitely!
Thanks, Your time and effort is appreciated a lot.
Roel
Love JOOMLA!

  • Posts:48
  • roel
  • Senior Boarder
  • OFFLINE
  • Karma: 0

Re: Email hickup 04 Jul 2013 14:13 #2354

Hi roel, thanks for your answer.
Good work.
joomfreak | cause open source rocks
The following user(s) said Thank You: roel

  • Posts:187
  • cause open source rocks
  • joomfreak
  • Administrator
  • OFFLINE
  • Karma: 0

Re: Email hickup 12 Jul 2013 18:28 #2398

I edited the file. All went well. I'm able to place a comment. Thanks!
Love JOOMLA!

  • Posts:48
  • roel
  • Senior Boarder
  • OFFLINE
  • Karma: 0

Re: Email hickup 30 Sep 2013 22:22 #3049

Not even commercial, but bought the license Still developing
Love JOOMLA!

  • Posts:48
  • roel
  • Senior Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.96 seconds
Saturday 27 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.