Bug fixes in 1.9
View Fx Nion's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Whenever I enable this, my login box does not appear...
Nick, have you set the login box setting in the Tools menu? I found this did not work with the theme I was running.... so you could have a theme inconpatability. If this is your problem, it is possible to fiddle with the page views etc, but I would get another theme until you are comfortable with that kind of fiddling.
Just wanted to let everyone know of this bug I found.
</a> is missing from.
$form_body .= "<a href=\"{$vars['url']}account/forgotten_password.php\">" . elgg_echo('user:password:lost');
in mod\custom_index_widgets\views\default\page_elements\elgg_topbar.php
This was messing up the layout in IE
here is the corrected line.
$form_body .= "<a href=\"{$vars['url']}account/forgotten_password.php\">" . elgg_echo('user:password:lost') . "</a>";
Hope that helps someone else who may be having that problem.
Hi There,
could someone help me please. I still have the Prob, that this plugin and Siteaccess plugin are not working together... Could anybody please try it out to tell me, if I'm right or if there is another problem, maybe with server variables or so...
Thank you!
Best, Gunther
@GizDrak Thank Your for the bug fix!
@Gunther Bigl - I'm running this plugin with siteaccess no problems.
customindex widgets
Siteaccess
Hello all,
I made some tests with the future 1.7 version, and i just had to make one correction in order to be compliant. A good news. I integrated by the way the correction for the german translation, a spanish translation, the topbar end href tag problem. I noticed also thai didn't see the free htlm (damn) bug appear ... I am no more sure at all concerning this bug.
If some of you notice issues on this plugin with the 1.7, let me know.
AnyWay, i gonna post this 1.9.1 release, see you in an other page ;)
Hiya, great mod, love it and using the heck out of it, one thing, is it possible to have random members and random Photos instead of latest?
-J