Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • Imortal replied on the discussion topic Profile read access
    Thanks for your response Kevin.    So, basically, there is not an easy way to add another access option to the default elgg access features. But it makes sense to have some way to add additional read access options to profile metadata... view reply
  • Imortal added a new discussion topic Profile read access in the group Elgg Technical Support
    Hi, The elgg profile fields default access are "Friends","Public","Private" and "Logged in user".  I am strugling to add another option such as "Friends of friend" or "Memer of group that the user is a member" to the access options.  It...
    • Elgg does not have a elaborate roles and permissions system built into core. Although in theory this could be built using a plugin, I think that computing the access control features you describe could be very time consuming and really slow down your site. I recommend sticking with the access features that Elgg provides.

    • Thanks for your response Kevin. 

       

      So, basically, there is not an easy way to add another access option to the default elgg access features. But it makes sense to have some way to add additional read access options to profile metadata without forking core code. I do not know how to do it.

       

      Thanks anyway. 

  • Imortal joined the group Elgg Technical Support
  • Imortal added a new discussion topic Pulling data from elgg using user authentication and api key in the group Plugin Development
    Well, I am trying to write an iphone app for the elgg. So far I have able to successfully login to the elgg and get the a user tokken using auth_gotten method in the api. I have also registered my app for the elgg and got private and public...
    • send_api_post_call() is more there for testing than anything else. If you have never done web services before I would:

      • expose a single function as a web services method and get it working without any authentication from a web browser
      • start calling the method from a client application on your computer (PHP cli, Python, Java, etc). You can take a look at the client libraries put together for Flickr or Twitter for an idea of how to build a simple client
      • add authentication - first API and then user
      • move to the iPhone
      • build out your web services API and the client application
    • Hi Cash,

       

      Thanks for your response.

      Actually, I have been able to pull data from the elgg with the API authentication. I could successfully retrieve user profile pic to my iphone app using api authentication.

      My problem now is how to use user authentication as well in order to retrieve data. I couldnt find any sample code for elgg so far which can show me a general view how to do it.

      Cheers,

       

  • Imortal replied on the discussion topic ApiAdmin
    Thanks Brett for your answer because I sent my questions twice! view reply
  • Imortal added a new discussion topic ApiAdmin in the group Plugin Development
    Hi guys,   I am trying to develop an app for iphone. So far, it was a good. The stupid problem that I have faced is I cant find the apiAdmin plugin! It is not simply in my mod folder and I couldnt find any link to download it. So I dont now...
  • Imortal joined the group Plugin Development
  • Imortal replied on the discussion topic Search engine
    Thanks for your replies. Just a question from the code.  Is there a way to disable some searches from the results. I mean ,for instance, it does not search the files or blogs. How I should manipulate the code to achieve this goal? As far as... view reply