LogerM

About me:
Location:
Email:

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • LogerM replied on the discussion topic Latest photos not always displaying
    It is shared server but I have only 20 users (page is still in development stage) and 64MB of memory for site with 30s execution time. view reply
  • LogerM added a new discussion topic Latest photos not always displaying in the group Elgg Technical Support
    I have problem with latest photos widget. Photos not always displaying, sometimes evrything is fine and I can see all 6 pictures of someone but sometimes (at this same profile) I see only part of photos (for example 4-5) and only file name of rest....
    • I believe this is a problem of your server. If the server load is too high or a page requires a lot of mysql queries to display all items this could result in incomplete pages. If this problem happens often, you should ask your webhoster support. Either the server hasn't enough resources for Elgg (shared server?) or isn't configured properly.

    • It is shared server but I have only 20 users (page is still in development stage) and 64MB of memory for site with 30s execution time.

    • Unfortunately, the load could be too high even with a single user online. On a shared server it's more likely for this to happen. In my experience a shared server is not powerful enough for Elgg in the long run. If you have many widgets on a page (for example profile page or an index page) there could be up to 100 http requests and even more mysql queries for a page to load. Depending on your server setup it could be a too high CPU load, or maybe the I/O system (hard disc access) is the bottleneck. I also had made the experience that MySQL on a separate server could result in slow page loads / incomplete pages. Back then I was on a shared server (the hoster called it their "cloud server"). It often happened that pages loaded very slowly and were incomplete afterwards. I think the server config was very bad or the routing was the problem. It didn't improve and I had to change to a VPS server (not that everything works fine ALL the time there, but you have at least a few more possibilities to improve the server config and apart from a hardware issue right at the beginning and a temporary routing issue on the webhosters ISP everything works fine since about a year).

  • LogerM added a new discussion topic Widgets at profile in the group Elgg Technical Support
    I have problem with profile widgets. I'm using Elgg 1.7.4 with my own theme based at default theme, and few other I found here. When I add widget to profile I can see them as admin in own and other profiles, but if I'm loggedin as normal user I can...
    • Not sure if your issue might be due to the access permission settings on your site. Have you set the default access permission on the Site Administration page to "private"? Although I would have expected only the content of the widgets not being visible with private settings.

      If the access permission settings isn't causing the issue: has your problem only started recently or did you have this problem already from the beginning? In the latter case I would say something is wrong with your installation and I would suggest to re-install Elgg (and then also to upgrade to Elgg 1.7.8). If the problem started at a later time I would suspect some 3rd party plugin to be responsible. Then you should disable any non-core plugin to see if the visibility problem stops and then activate one at a time to find out which is causing the problem.

      Anyway, upgrading to the latest stable release is always adviseable - if only to get rid of security issues.

  • LogerM joined the group Elgg Technical Support
  • LogerM added a new discussion topic External Page Titles in the group Elgg Technical Support
    Does anyone know of a way to add a title to the title page? I thought about changing the tag in header.php but I do not know what I could add there. I try to add <?php echo $external_page_title ?> but without any effect.
  • LogerM added a new discussion topic Profile Manager - Search in "All" problem in the group Elgg Technical Support
    Hi everyoneI'm using Profile Manager plugin to list members of my page. I have 2profile types: Default (with no any extra profile fields) and Premium(with 10 profile fields). At the 'members' page I can't check"Premium" profile to search only in it...
  • LogerM joined the group Elgg Technical Support
  • LogerM added a new discussion topic Icon size in Search result in the group Elgg Technical Support
    How to display large profile icon instead small in search (members) from Profile Manager? I search in members/form.php and search/index.php and couldn't find anything responsible for it.
    • Maybe it will be helpful for other users:

      To change icons size (at example for medium similar for other sizes):

      Edit:

      profile/views/default/profile/listing.php and change "size" value from small to medium.

      Edit:

      css.php (in your theme) and change:

      "search_listing_icon" width to 100px.

      "search_listing" min-height to 100px.

      If You dont want to display names (with bigger icons is nicer to show just icons) just remove "search_listing_info" DIV form views/default/enities/enity_listing.php

      Works fine with Profile Manager and with default search.