A plugin for Elgg that adds more widget 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
- Twitter widget (paste your widget code)
- Content (blog, file, pages, bookmarks) by tag
- rss
- tagcloud
- free html
- messages
- login box
- members
- online members
- bookmarks
- activity
- image slider
- community stats
- favorites (favorite community pages)
- user search (also searches disabled/blocked/unvalidated users and by email)
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.
- check available widget and saving of widget manage page on a clean install
- split css site/admin
- tabbed widgets layout (widgets are shown full width) below profile
- fluid layout
- borderless columns
- colored tabs
- dashboard background
- fix the js issues when embedding internal community pages (see github issue #10)
- slider widget could auto resize / scale images
- 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.