Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • RizhCh replied on the discussion topic how elgg framework handle tagging ?
    sir i want to build same relationships for another category just like friends of a person, i want to make relationship of students of a subject. if someone update something about any subject, the students of that subjects informed or get notified... view reply
  • RizhCh added a new discussion topic how elgg framework handle tagging ? in the group Plugin Development
    how elgg framework handle tagging of file/handle.? how friends list is handle in database or elgg maintain it somewhere else in codding.? please help me out. i am searching for it from last 1 week.
    • sir i want to build same relationships for another category just like friends of a person, i want to make relationship of students of a subject.

      if someone update something about any subject, the students of that subjects informed or get notified with that. i want to do this.

      how will friends count and friends handle in elgg framework? kindly explain it or tell me the files where can i find information about this, so i can use it for my purpose.

    • Digg in to the code. Its the best study material. Have a look at http://docs.elgg.org, specifically elgg data models and relationships. If you need an organized study material, buy the book on elgg 1.8 social networking @ http://www.amazon.com/Elgg-Social-Networking-Cash-Costello/dp/1849511306

    • You can get started by studying the file engine/lib/relationships.php.

      The functions you will need first are add_entity_relationship() and elgg_get_entities_from_relationship().

      With the first one you can add for example a "student" relationship between a user and a "subject" object. Then you can use the latter to list all the users who are students of that subject.

  • RizhCh replied on the discussion topic Plugin Development
    thanks view reply
  • RizhCh replied on the discussion topic Plugin Development
    thanks sir. i had start reading and working it. i just want to know that this info is enough for writing a plugin for elgg platform or i have to consult some other material. bcz i m not fully php developer also. thanks view reply
  • RizhCh replied on the discussion topic Plugin Development
    sorry, i was asking same thing on both platforms thats why by mistake i post the same topic on both platforms. so plz help me in starting development btw thanks u sir. at least u reply. waiting for ur reply sorry again view reply
  • RizhCh added a new discussion topic Plugin Development in the group Plugin Development
    I am student of Coumpter Science and choose oxwall pulgin development as final year project. Our team has 4 members and we have grip on PHP, MySql to some extent. we had coverd some advance topics of PHP and still working on PHP. We had read Plugin...
    • thanks sir.

      i had start reading and working it.

      i just want to know that this info is enough for writing a plugin for elgg platform or i have to consult some other material. bcz i m not fully php developer also.

      thanks

    • depends 100% on what kind of plugin you are planning to write. The docs are full of the basics as well as some more in depth material on how to build plugins, and how elgg works.

      To get an even deeper understanding of what is possible, have a look at http://reference.elgg.org for a quick search of all functions,classes and models etc.

      Finally, download some of the freely available plugins from the plugin repo here and have a look through their code to see how they work.

      I couldn't even read PHP when I started with elgg (or HTML), now I can make a plugin do almost anything I want within the elgg-framework. Patience, Practice and Perseverance. :)

  • RizhCh joined the group Plugin Development
  • RizhCh added a new discussion topic Plugin Development in the group Elgg Technical Support
    I am student of Coumpter Science and choose oxwall pulgin development as final year project. Our team has 4 members and we have grip on PHP, MySql to some extent. we had coverd some advance topics of PHP and still working on PHP. We had read Plugin...