Hello guys,
I'm new to elgg and looking at the "Tool Administration".
There are top, up, down, bottom button to reorder the plugins.
So where does elgg keep the settings of plugin order?
Thanks in advance.
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.
- verkraftet@verkraftet
verkraftet - 0 likes
- Chetan Sharma@openminds
Chetan Sharma - 0 likes
- wetwetwafu@wetwetwafu
wetwetwafu - 0 likes
- iionly@iionly
iionly - 0 likes
- Cash@costelloc
Cash - 0 likes
- wetwetwafu@wetwetwafu
wetwetwafu - 0 likes
- wetwetwafu@wetwetwafu
wetwetwafu - 0 likes
You must log in to post replies.Do you want to change the order?
Then this might help:
http://community.elgg.org/mod/groups/topicposts.php?topic=360763&group_guid=15815
It is stored with metadata for "site". i.e
i want to add a drag and drop function so you're not going to keep clicking to the up or down button.
i hope it's just like making a simple drag and drop with jquery and saves the position/order in database using ajax.
so i'm looking for their orderId? or something that was used as their position number and saved in the database.
Thanks for the reply guys.
There's already the plugin manager plugin that might be do what you want to implement, i.e. drag and drop of plugins in the list. Even if you still want to code your own plugin you might be able to find out how it works by looking at the code.
As iionly said, check the plugin written by Evan Winslow.
I'm not sure if I installed the plugin correctly or downloaded the right plugin but the Plugin Manager is not working. It disables all link upon enabling the Plugin Manager. The elgg site is a fresh install.
@Invisible, i saw it's stored in metadata, and the code is in plugins.php
But how do i read this string value stored in metadata?
correction, it is saved in "metasstrings"