pleio / widget_manager
This plugin allows to manage widgets in seperate pages and groups.
Installs: 4 041
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 19
Open Issues: 0
Type:elgg-plugin
Requires
- composer/installers: ^1.0.8
This package is not auto-updated.
Last update: 2024-11-14 09:11:14 UTC
README
A plugin for Elgg that adds more widget features.
Features
- Adding widgets from a lightbox
- Index widgets (with a few different layouts)
- Group widgets (instead of group profile modules)
- Provides a few new widgets (see below for the widget list)
- Forcing of widget (incl positioning) on profile/dashboard (also later!)
- Option to globally hide a specific widgettype (will even hide widget already placed on profile/dashboard)
- Create group default widgets
- Create extra pages with a widget layout
Widgets
General widgets
- Twitter widget (paste your widget code)
- Content (blog, file, pages, bookmarks) by tag
- rss
- tagcloud
- free html
- messages
Index widgets
- login box
- members
- online members
- bookmarks
- activity
- image slider
- community stats
Dashboard widgets
- favorites (favorite community pages)
Admin widgets
- user search (also searches disabled/blocked/unvalidated users and by email)
Info about the fix mechanisme for Default Widgets
Fixed widgets always
- Appear on top of other widgets
- Can not be removed or edited or dragged by a user
- Maintain a relation to their default widget, so if the default widgets changes, all user widgets also change!
- New fixed widgets will also be added to existing users
You can fix widgets on a dashboard or profile page. Fixing widgets can be done by clicking on the pin in the widget header. Only default widgets added when widget manager is enabled will have the option to fix. This is because a special attribute will be set on the default widget to keep a relation to the widget when cloning it to the user profile or dashboard. If you do not see the pin, remove the widget and add it again.
A user can always add his or hers own widgets. They will always be added below the last fixed widget in the destination column.
TODO
General
- check available widget and saving of widget manage page on a clean install
- tabbed widgets layout (widgets are shown full width) below profile
Multi Dashboard
- fluid layout
- borderless columns
- colored tabs
- dashboard background
- fix the js issues when embedding internal community pages (see github issue #10)
Widgets
- slider widget could auto resize / scale images
Known Issues
- Adding group widget with a default access level not the group or higher could cause issues. Widgets could dissapear or only show for the person who added it. Keep default access on logged in or higher to prevent this issues. Will provide a fix once default access hook in elgg core is implemented.