DashOff
Dashboard widget with links to get you where you want quickly.
DashOff provides a dashboard widget with links to the most common pages in the app for every blog you have access to.
Dashboard widget with links to get you where you want quickly.
DashOff provides a dashboard widget with links to the most common pages in the app for every blog you have access to.
Works with 4.0, however the mini icons were committed if using 4.0.x you'll need to add the icons which can be found on the download page.
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Copyright 2007-2009 Six Apart Ltd. Some Rights Reserved
Gautam Patel
August 19, 2008 10:08 PM | Reply
There's an apparent conflict between two excellent dashboard widget plugins for MT: DashOff and MyBlogs. They don't play well together--if you use one, the other won't show up.
The conflict is in their respective perl files, MyBlogs.pl and DashOff.pl, which are bundled with the plugins.
Both of them use variable with the same name: my @blogs / $blogs, and my $perms / $perms
Assuming that you want to use both of them at once (who wouldn't?), you need to change the names of these two parameters (perhaps only the first, but I haven't bothered to test that) in one of the two files.
Therefore, in DashOff.pl for instance, you should change every occurrence of $blogs to something else, like $blogset, change my @blogs to my @blogset; and similarly change my $perms / $perms to my $perms2 / $perms2
Once you've done that, both work together.
Arvind Satyanarayan
August 19, 2008 11:47 PM | Reply
Actually, this is not the reason for the conflict. The conflict occurs because DashOff has a bug whereby it specifies the same unique identifying key for the widget it provides as MyBlogs. To resolve:
my_blogs => {about line 37 on DashOff.pldashoff => {Beau Smith
August 20, 2008 9:08 AM | Reply
DashOff v1.1 released