Rhein-Ruhr-Hub's picture
Submitted by Rhein-Ruhr-Hub | Last message on: Thu, 03/23/2017 - 07:01 | 2 comment(s)
Can you please add a text entry field for internal notes, e.g. telephone no. or just some internal remarks? All existing entry areas are public, beside the notification email. This is sometimes helpful, to have all notes for a dootrip ready, but not show everything on the web-site. Thanks.
Rhein-Ruhr-Hub's picture
Submitted by Rhein-Ruhr-Hub | Last message on: Sun, 03/05/2017 - 18:22 | 1 comment(s)
Hi Jordi, a feature to give users access to specific wiki page would be nice, but low priority. If it is easier for you to program this feature the right to edit might be defined for a book or a chapter and inherited to single pages? Thanks, Ralf
Rhein-Ruhr-Hub's picture
Submitted by Rhein-Ruhr-Hub | Last message on: Tue, 02/21/2017 - 15:36 | 0 comment(s)
You must know the exact sequence of search expressions, otherwise you will get none or wrong results, e.g. Searching for "Pro L20" will bring correct results. Search for "L20 Pro" will deliver no hits. Same problem, if there would been another word between "l20" and "Pro", no hits would be deliver. Same as "IBM T60" or "Lenovo T60" delivers no results, even there are many in the database...
jordi's picture
Submitted by jordi | Last message on: Mon, 02/13/2017 - 10:35 | 1 comment(s)
Go to https://dev.labdoo.org/content/about-labdoo you will see the error: 'Notice: Trying to get property of non-object in node_page_title() (line 2202 of /var/www/lbd/modules/node/node.module).' It appears that somewhere we are passing the node UD to node_page_title() instead of an actual node. Adding this code: function node_page_title($node) { if(!property_exists($node, 'title'))...
wendy's picture
Submitted by wendy | Last message on: Mon, 02/13/2017 - 10:34 | 3 comment(s)
Volunteer sent me email question about the event time. They are seeing different event time from me. I am attaching pictures to show you one is I login as myself and the other one is not logging in. It seems to be included in the email as well (since the email I got was correct.
jordi's picture
Submitted by jordi | Last message on: Mon, 02/13/2017 - 06:50 | 0 comment(s)
Even after increasing our quota limits using the geolocation API key from Google (see https://www.labdoo.org/content/geolocation-queries-quota-limits), we are still reaching the limit of 2500 queries a day (see attached screenshots of the geolocation developers dashboard). To resolve this i am going to implement a caching algorithm for geolocation queries which should substantially reduce the...
wendy's picture
Submitted by wendy | Last message on: Mon, 02/13/2017 - 06:49 | 2 comment(s)
Hi Jordi, It is a very strange problem. I try to get our volunteers familiar with the Labdoo home page, so I come up quiz questions on the Labdoo home page to have our volunteers fill up during our QA session. One of the questions is "What's the first action to take when you first visit Labdoo website?" and the hint is the blue button. When everyone browsing www.labdoo.org page with...
jordi's picture
Submitted by jordi | Last message on: Sun, 02/12/2017 - 19:28 | 1 comment(s)
As the volume of traffic in Labdoo grows day by day, we have been getting more OVER_QUERY_LIMIT messages from some of our geolocation queries. As a result, from time to time some of our laptops and other objects (e.g. dootrips) don't get properly geolocated from time to time. For instance, the geolocation of this laptops failed and as a result the laptop was geolocated at lat/lon position {0, 0...
jordi's picture
Submitted by jordi | Last message on: Sun, 02/12/2017 - 19:26 | 1 comment(s)
Example: https://www.labdoo.org/content/viatge-filipines-aquest-dilluns#comment-1000 This can be done with a block that displays a form with two autocomple fields (add and remove) for username. Upon saving the form, the conversation is updated. This is related to https://www.labdoo.org/content/allow-any-user-team-change-recipients-list
jordi's picture
Submitted by jordi | Last message on: Sun, 02/12/2017 - 19:25 | 1 comment(s)
Show up an informative message "If you want to change the list of users who will receive your comments to this conversation, click on the 'Edit' tab". And make all users of that team have rights to see the "Edit" tab. This is related to: https://www.labdoo.org/content/allow-users-add-other-users-conversations