Initial (and probably the only) release.. I do not expect that much bug fixes :)
View 13net'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.
scroll-to-bottom also ? ;-)
here you are: http://community.elgg.org/pg/plugins/project/815880/developer/_13net/phloor-scroll-to-bottom
Scroll To Top/Bottom worked, but later not anymore. The most installed (17 at this moment) and nice addons are yours. It seems that the problems I receive are graphics issues.
Could it be that one of an addon (must not be one yours) change the core in a specific way and deactivation of that addon does not reset ellg to original?
I will find the cause...
hey nudeler. this plugin is really tiny. just a few lines of javascript. ( that does not mean it has no bugs.. )
of course the problem could be produced by another plugin. a plugin can change _anything_ and does not need to restore the settings when it is deactivated.
read your pm!
Is i can deactivate this only in Admin Secton/Plugin List Becz There is some problem with this...
on 1.8.8, Plesk, Chrome...it works on the live site, but the issue lies in the admin/plugin settings section. Is there a way to turn it off here? a solid white text box blocks out much of the bottom half of screen. You cannot deactivate it, as any button you press takes you to the top, lol. I had to delete from the server (deleted in ftp) to get rid of it....
i'm also seeing that admin issue with 1.8.8, the scroll to top box does not appear on the main website at all.
The display was a bit disturbing on the admin panel. As a workaround I have added a check for the context in the file /views/default/phloor_scroll_to_top(js/foot_extend.php:
if (!elgg_in_context('admin') {
?>
<script ... >
<?php
}
?>
Now it doesn't appear any more on the admin panel view. I thought somebody would need this too.