Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • fet0r replied on the discussion topic Group Album with Flash Uploader
    there is also  "HTTP error" on flash uploader at firefox and opera. On chrome/ie works ok. (but still the problem with "Unable to save a new objects base entitiy information" when trying to upload photos to albums belond to another user... view reply
  • fet0r replied on the discussion topic Group Album with Flash Uploader
    same problem here, looking for solution, hopefully someone can help. view reply
  • fet0r joined the group Tidypics Photo Gallery Plugin
  • fet0r replied on the discussion topic Group icon size on sidebar
    Now when I found the file that actually does change the group icon layout, I played a bit with it and managed to change the icon size with adding brief view code inside  } elseif (elgg_instanceof(elgg_get_page_owner_entity(),'group')) {... view reply
  • fet0r replied on the discussion topic Group icon size on sidebar
    ohh silly me, there is plugin "relatedgroups" that overwrite those settings, I managed to change it. But its not useful, because it does change the icon size anywhere (groups listing page, related groups widget, custom index). Thanks for the help... view reply
  • fet0r replied on the discussion topic Group icon size on sidebar
    Actually "mod\groups\views\default\group\default.php" is the first file I did try to change, but it looks like that file has no effect on group's layout somehow.  Hopefully someone can clear out this issue for me. view reply
  • fet0r replied on the discussion topic Group icon size on sidebar
    It doesn't work, I tried to put  $icon = elgg_view_entity_icon($group, 'medium'); in mod\groups\views\default\group\default.php - no effect. I even tried to delete that file to see if anything changes on the layout - no changes. I... view reply
  • fet0r added a new discussion topic Group icon size on sidebar in the group Elgg Technical Support
    Hello, to someone it might sound as a silly question (I really hope it does, then I could probably hope for an answer): - I can't manage to change the icon size just for the sidebar group icon (the one on the top with brief desction next to...
    • ohh silly me, there is plugin "relatedgroups" that overwrite those settings, I managed to change it.

      But its not useful, because it does change the icon size anywhere (groups listing page, related groups widget, custom index).

      Thanks for the help and replies so far!

      Is there a way to change the size just for the upper left sidebar icon (like in the screenshot in the first post) ?

    • Now when I found the file that actually does change the group icon layout, I played a bit with it and managed to change the icon size with adding brief view code inside 

      } elseif (elgg_instanceof(elgg_get_page_owner_entity(),'group')) { ..... }

      Thanks everyone for the help! Really appreciate it, elgg rocks!