- Fixed: Pagination issues
- Removed: Friends online autorefresh
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.
Still we can not post an comment in the other user wire post :(
@Roy You have mentioned this earlier. The functionality will not be included in river addon, sorry.
Gillie,
I see you say that Pagination is fixed now.
I tested it on Elgg 1.8.8 with watch_my_pages 0.1 and problem still exist.
What ajax pagination plugin have you tested it?
Thanks.
Pagination is fixed but that does not mean that is works with watch my pages, which replace the pagination.
It means that the modules doesn't loose content when paginating and that the river ajax does not load previous posts.
oh I see, I misuderstood the Release notes description, I thought you were talking about ajax pagination :)
Sorry about that.
I know it would be nice with the load more button as an option but I haven't looked into that yet. And I think I saw a post some time ago about implimenting the feature in 1.9 core.
I guess than we shall wait for 1.9 to roll out to have that feature :)
Anyway thanks for responses and this great plugin.
Great, Recommended.
Do you know anyway of getting the user's groups activity in one river activity tab?
@nacho : same as page/element/blog exept subtype='groupforumtopic' as in:
$latest_discuss = elgg_get_entities_from_metadata(array(
"type" => "object",
"subtype" => "groupforumtopic",
"limit" => $numn,
"full_view" => false,
"pagination" => false,
"view_type_toggle" => false
));
Thanks for this plugin!
I opened two browser windows and put a comment on the wire.
The river is automatically updated in the second browser window (on my localhost server) but when I make the same test on my hosted server, the second browser window just displayed a blank block where normally I should see the updated content. Do you have an idea to resolve this problem?
Hmm, I have no idea why, does it happen with all content, is it related to a specific browsers?
it happened with all content and i made the same test with IE and Firefox. The thing is it's working perfectly on my local server.
@Dave Open views/default/js/river.php and change line 7 to,
var riverList = $('.elgg-sync.elgg-list-river');
Please let me know how it works out.
very very fine! it's working right now ... many thanks :-)
When I activate the plugin in 1 hour more or less all my page is gone I check the logs and server said that I use all my memory in the server how can I fix this? thanks in advance
My pages does not disappear, either online or on localhost.
Do you have other scripts running?
You can change the frequency of river refresh in js/river.php. It refreshes every 20 sec, you could increase that. Although it would be better to find the real cause of your problem.
i just realised that some key widgets are missing from elgg.. i haven't looked at the code, so i'm not sure if river_addon has its own widgets or not... but a 'latest discussions' widget or 'subscribed threads' widget (in conjunction with matt's comment tracker plugin: http://community.elgg.org/plugins/872640/1.1/comment-tracker-18x) would be a great improvement to elgg and the river page. a thought for you, if you're looking for ideas.
Even though I enable the 3 Colomn content for all pages i.e. The Wire, Activity etc. and it appears ok on the ACTIVITY page, the "modules" do not appear on any other page. Any ideas ?
Yes, that's how it's intended to work - extend activity page.
But you can open start.php and edit in which context the modules are shown,
if( .... elgg_get_context() == 'activity'
Where do I change the links under the profile avatar to:- for example From:-
Group Blog > Inbox
Group Bookmarks > Edit Profile
etc. ?
Haven't really looked into that but the links you refer to is the owner_block_menu.
This plugin only display the menu items that's generated elsewhere. The menu is also on profile page. In blog/start.php you can see how Blogs menu item is created,
elgg_register_plugin_hook_handler('register', 'menu:owner_block', 'blog_owner_block_menu');
None of those sidebar settings appear in my configuration page (second image, under "sidebar"). Are they external modules?
@jeremiahBR The bug / fix is mentioned in the comments to latest version. I will upload a new version later today.