- Fixed: Default settings value, neworder
- Improved: Options panel
View Per Jensen'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.
Don't know why but the owner menu does not show on Chromium..
Don't know about chromium. River Addon is tested in Google Chrome latest, and the menu is displayed.
Sorry, I just know there are different between Chromium and Google Chrome.. =.="
I test it on Google Chrome but the owner menu does not show. I will test to upgrade it..
Hi, I just upgraded my Google Chrome to V24.0.1312.52 m
But the owner menu still does not show. Any idea?
That's the version of Chrome I tested, with river addon 2013.01.08 and Elgg 1.8.12.
i like the announcement feature and the comments module :)
thanks.
one thought for an enhancement is to make the announcement box have close options, like 'don't remind me again' and 'remind me next visit'..
i also like the options to add modules to various pages, i'll play with that.
cyber high 5 to you!
Me too..
I'm using the latest version of plugins and also Elgg 1.8.12
@DRAFHA Community Weird, are you testing with no other plugins/themes activated?
Yes, I use default theme..
Another plugin.. o.O
I just disable a 3 coloumn river..
If I have a time I will create a test site and will report it soon :)
the link for the plugin settings page is appearing twice in the admin area on my site with this latest version.
hello @gillie i have the same problem with chrome and the owner menu... would appriciate your help.
@ura soul
Probably because an old file is still there. Check for,
views/default/plugins/river_addon/settings.php.
Delete it.
@Cyril Sabbagh, as mentioned above it's working here, and therefore hard to fix. Try to work with the css .elgg-menu-owner-block or .elgg-sidebar .elgg-module.
@gillie thank you i will try that but for info i tried it on safari and i have the same issue... it appears that only firefox can display the owner menu.
is there a way to reverse the sidebar and not the items IN the sidebars? i'm asking this because my problem ONLY happens when i put the owner menu and the profile picture in the left sidebar (which is smaller that the right one)... i would appreciate if you can give a hint on how to do that
thanks!
* by reversing the sidebar i mean put the right one on the left and the left one on the right
@Cyril Sabbagh sorry, I see the bug now. Open river_addon/css.php and add this,
.elgg-sidebar-alt .elgg-module {
display: inline-block;
}
@gillie Thank you very much it worked !!
i just deleted an item from the river and the deletion was not ajaxed, the page re-loaded. is deletion ajaxed by this plugin? thanks
No.
ok thanks
@gillie i am still wondering if you know how to change the width of the 2 sidebars (i want to switch them)
i want the left to be 210px and the right 160px
i tried :
.elgg-sidebar-alt { width:210px;}
.elgg-sidebar {width:160px;}
but it doesn't change the sidebars it just change the width of the modules (they continue outside the sidebar )
thanks again
Look in elgg css/elements/layout.php
You should switch the floats and edit the background which is in folder graphics - sidebar_background.gif, two_sidebar_background.gif
gillie, I get an error message "start php file not found." Am using Elgg version 1.8.13 and have Riverdashboard activated. Can you help??
@Lark2 Upload the right folder = river_addon
Guess you can tell I'm new at this. Thank you, that did it!