Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • Abhi replied on the discussion topic CSV file upload to Elgg website
    Hello, can you please help me with the above queries? view reply
  • Abhi replied on the discussion topic Elgg password reset
    Hello, I know there is not a solution here, but can I know what are the core elgg files I need to check for login, logout and user register? I would like to double confirm if nothing has been changed there view reply
  • Abhi replied on the discussion topic CSV file upload to Elgg website
    Hello, couple of points I would like to ask here 1. So the issue I think here is because I inserted data manually? What are the core Elgg API functions I need to use in my script? 2. I am using Elgg 6.1 version. The elgg_user_entity is... view reply
  • Abhi replied on the discussion topic Elgg password reset
    There is nothing on the logout event except this. That's why I haven't shared above. I also checked the elgg core files login, logout and register php files, and I don't see any changes there. register,... view reply
  • Abhi replied on the discussion topic Elgg password reset
    Yes, the developer tools plugin is activated. Please check below details as you asked. And yes,  logout vendor/elgg/elgg//actions/logout.php   login:after,... view reply
  • Abhi replied on the discussion topic CSV file upload to Elgg website
    Hello, not sure if it's good to paste the code here, but let me do it. When I run the below python script, the 'user two' and all metadata gets added to the DB tables elgg_entities and elgg_metadata, but on the Elgg website, under... view reply
  • Abhi replied on the discussion topic Elgg password reset
    Hello, thanks for the response. I am still facing this issue where, when I logout, the existing password doesn't let me in. I have to reset password and login again. I have checked the user password, login, logout Elgg core PHP files. But... view reply
  • Abhi replied on the discussion topic CSV file upload to Elgg website
    Hello, sorry I missed this response from you. Can you explain in more detail what you want to do? - So I have CSV file with all the "add user" profile fields. I prepared a python script to import CSV file to the database. The... view reply