Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tested your latest version in 2.1 elgg and pagesetup event is gone #13

Open
propertunist opened this issue Jun 10, 2016 · 3 comments
Open

Comments

@propertunist
Copy link

the sidebar modules do not load in the version for 2.0 that you have on your website - when testing in elgg 2.1. the pagesetup event has been removed from core, so the handler for that event needs to move to another event.

@propertunist
Copy link
Author

i resolved this by replacing the call to the event in the init function with:

    if (elgg_in_context('activity'))
        river_addon_pagesetup();

@propertunist
Copy link
Author

oh, though that may be an issue for the group activity page.. hm

@propertunist
Copy link
Author

the elgg community informs me that the pagesetup event is not gone from 2.1, however, river_addon (like the plugin login_as and some others) does not play nicely with the pagesetup event for some reason for me in 2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant