Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: jmd_dashboard: Customizable dashboard
Uli wrote:
As I have 49 plugins installed for testing purposes, turning them all off and later on switching the correct ones back on again would become a real PITA! (Though I’d do in order to give back to you.)
You could disable all plugins through the admin > prefs > advanced. But if you wanted a quick way to turn off all but a few, you could run an SQL query:
UPDATE txp_plugin SET status=0 WHERE name not in('jmd_dashboard', 'glz_custom_fields');
In a form or page template:
<txp:php>
safe_query("UPDATE txp_plugin SET status=0 WHERE name not in('jmd_dashboard', 'glz_custom_fields');");
</txp:php>
Offline
Re: jmd_dashboard: Customizable dashboard
kevinpotts wrote:
JM — that was with 0.1.3. I just upgraded to 0.1.4 and it seems to have fixed the issue with glz_custom_fields. If you still want me to send you the HTML I will happily do so, but as of now it looks to be working fine. I will report back if I see other errors.
Great! No need to send the HTML then :).
Offline
#27 2008-05-29 15:00:29
- kevinpotts
- Member
- From: Ghost Coast
- Registered: 2004-12-07
- Posts: 370
Re: jmd_dashboard: Customizable dashboard
Thanks for your hard work on this. It will be a great addition to my clients’ sites.
Kevin
(graphicpush)
Offline
Re: jmd_dashboard: Customizable dashboard
jm
I am using the plugin on svn 2899. Everything works great, including the 4.0.7 tags, except for a minor item – the Dashboard tab disappears when I save a form.
Clicking on any other form or tab restores the Dashboard tab.
fwiw
Mike
Offline
#29 2008-05-29 23:40:04
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: jmd_dashboard: Customizable dashboard
jm wrote:
But if you wanted a quick way to turn off all but a few, you could run an SQL query:
UPDATE txp_plugin SET status=0 WHERE name not in('jmd_dashboard', 'glz_custom_fields');
Yeah, that’s what I wanted. Thanks, JM! ;)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: jmd_dashboard: Customizable dashboard
maverick wrote:
I am using the plugin on svn 2899. Everything works great, including the 4.0.7 tags, except for a minor item – the Dashboard tab disappears when I save a form.
Did somebody order a persistent tab? One less known issue :). Try 0.1.5.
uli wrote:
Yeah, that’s what I wanted. Thanks, JM! ;)
No problem :).
Offline
Re: jmd_dashboard: Customizable dashboard
0.2 is up – you can now edit the tab name (link in help file).
Offline
Re: jmd_dashboard: Customizable dashboard
Thanks jm. That did the trick.
Mike
Offline
Re: jmd_dashboard: Customizable dashboard
jm
Sorry to be a pain. Another bug maybe? When clicking on the Dashboard tab both the dashboard and extension tabs are highlighted, and all the extension subtabs are present. I assume that’s not the intended behavior?
I have this on two installs. One is a fresh install with only has jmd_dasboard and jmd_count, so I don’t think its other plugins.
Mike
Offline
Re: jmd_dashboard: Customizable dashboard
No, that’s how it’s setup. The top-row dashboard tab is a link to the jmd_dashboard extensions tab. What do you all think-
- Get rid of the jmd_dashboard subtab (won’t be in dropdown nav)
- Don’t highlight the top-row dashboard tab
- All of the above
Offline
#35 2008-05-30 16:44:44
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: jmd_dashboard: Customizable dashboard
4. Mention in the documentation. ;)
After deactivating one line in the code and an update, where the deactivation got overwritten, I’ve got used to it.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#36 2008-08-11 20:33:20
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: jmd_dashboard: Customizable dashboard
i was just in the middle of customizing my dashboard whilst a dashboard shown in another browser tab. So out of nowhere, when I refreshed the tab… won’t load anymore! >.< is there something wrong?
<txp:Ruhh />
Offline