I used this query succesfully to update the path of the filestore. I don't know how this path change wasn't taken into account. Maybe is a problem with old Filestore code?
Thank you for your response. I investigated this issue a few more following your advises.
The function that generates the JSON response is a page handler, so the end of this function is:
echo json_encode($json);
If I put after this echo...
In elgg 1.7 we usually used 'front' externalpage to show information about the site.
In elgg 1.8 support for 'front' externalpage was removed and I don't know what is the reason of this change. I think that is really useful.
Hola muchas gracias por publicar la traducción.
Como sugerencia, para que sea mucho más sencillo de instalar todos los archivos de lenguaje, te propondría que organizaras el fichero comprimido de otra forma.
Para mi el...
I noticed a similar "fail" about the always present sidebar RSS feed button. For example, if I link the RSS feed to blog posts of foo user and these posts doesn't have public access level, elgg shows an access error when triying to use this link in...
Thank you for your responses, but this doesn't work, so I will explain my problem more.
I'm using elgg 1.8.0.1 and I'm extending sidebar view with:
elgg_extend_view('page/elements/sidebar', 'myplugin/extend', 500);
And I call in my...
I'm developing a plugin that shows a facebook share button in content pages.
I just need to show the share button only when the current content has public access level. I think that isn't useful to share content that hasn't public access...