loremipsum

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • loremipsum replied on the discussion topic Profile Icon Changing Through Code
    yea i understand..... :(   but still looking for more suggestions. view reply
  • loremipsum replied on the discussion topic Profile Icon Changing Through Code
    guys i have already build custom theme, but it is using this code for icon. echo elgg_view(                         "profile/icon", array(    ... view reply
  • loremipsum replied on the discussion topic Profile Icon Changing Through Code
    DhrupDeScoop now i understand what you was saying. well this method is acceptable but requires a lot of code replacment. for example creating a new table which keep record of all elgg + other site user id plus the icon size paths. and then replacing... view reply
  • loremipsum added a new discussion topic Profile Icon Changing Through Code in the group Elgg Technical Support
    hi guys, i am integrating elgg with another already build system. and i need to sync profile icon. means the icon should be same as the other system has. is there any way to put icon path entries directly in database or any elgg method to call and...
    • guys i have already build custom theme, but it is using this code for icon.

      echo elgg_view(
                              "profile/icon", array(
                                                      'entity' => $vars['entity'],
                                                      //'align' => "left",
                                                      'size' => $iconsize,
                                                      'override' => true,
                                                  )
                          );

       

      it means i need to override it with <img> tage and proper path for the user icon. sofar discussion has shown that their is no other way to sync icons. :(

      this method required work on both sites.

    • Pretty much along those lines.. most important aspect is that XREF table which facilitates locating of the relevant Site1 avatar. The rest should be standard Elgg style code enhancing to accomodate the actul replacement avatar rendering. Have fun codng this ;-) I'm going off to beddie-byes now....

    • yea i understand..... :(

       

      but still looking for more suggestions.