Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • li7hium replied on the discussion topic Single user - multiple profiles
    Thank you very much, I'm using Elgg 1.8 and the plugin you proposed seems don't work fine with this version... Do you think is better to do an Elgg downgrade?? view reply
  • li7hium replied on the discussion topic Single user - multiple profiles
    Exactly Trajan, a "company" is a particular user, with a different profile, so for example: - a normal User can be friend of companies ad also of normal users, and viceversa - a normal User has on his profile fields: city, hobbies... - a... view reply
  • li7hium added a new discussion topic Single user - multiple profiles in the group Elgg Technical Support
    Dear guys, I want the user can be able to create a Company profile and to manage it. The Comany will be an entity with a custom profile and it can have friends, join in group...as a normal user. What is the best way to do this? Where to start...
    • Thank you very much,

      I'm using Elgg 1.8 and the plugin you proposed seems don't work fine with this version...

      Do you think is better to do an Elgg downgrade??

    • That choice is up to you. Downgrading will most likely only require upgrading later. There are other ways of doing what you want (with the basic profile plugin instead of profile manager) that would not require you to downgrade.

      You need to be able to code php and have a good knowledge of elgg's structure to make this happen. If you aren't comfortable with that, I recommend going to the Professional Services group and asking a developer to do the work for you. You will 99.9% have to pay for it.

    • Hello All,

      I would like to make multiple alias of any user. Like User A have 2 alias in the system like A and B.

      When user wants to post anything then he/she has to select alias for display, if he selects A then displayed as A posted something, else if he selects B then displayed as B posted something.

      But internally it goes to same user. So user can edit/delete that post.

      Is this possible with any plugin?

      Thanks!

  • li7hium replied on the discussion topic Get information from user object
    I've solved with a simple:  elgg_view('profile/icon', array('entity' => $entity,'size' => tiny,'override' => true)); ;) view reply
  • li7hium replied on the discussion topic Get information from user object
    Thanks Trajan, that's right! but what about the profile icon? is there a profile field? I can't find it in the mod/profile/start.php How can I get the icon or the url?   view reply
  • li7hium added a new discussion topic Get information from user object in the group Elgg Technical Support
    Hi guys,  I'm using: elgg_list_entities_from_relationship($options); I get all entities I want just listed...but if I want to customize the way they look, for example get only Icon, name and the city he lives, how can I do? I'm trying...
  • li7hium joined the group Elgg Technical Support
  • li7hium added a new discussion topic Add existing widgets on custo theme in the group Theme Development
    Hi guys, I'm using the Facebook_theme on Elgg 1.8.1 and I want to put some widgets in my sidebar. For example the Friends widget, how can I do? Thanks a lot ;)