Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2006-08-03 22:46:12

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Hey all,
We are up to $90.00 now,
only $10 to go.

Well done on contributing.
Almost there :)

Destry, the phone thing is no problem at all. I’m not worried :)


Offline

#17 2006-08-04 16:45:42

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

ta-daa! The plugin is available.


Plugin Composer — admin plugin to write your own plugins

Offline

#18 2006-08-04 18:07:13

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Looks great! 2 questions:

1. Is there a way to exclude the toggled item (i.e., to exclude textile help)?
2. Based on the same principle, would it be possible to think of a plugin that can change the LABEL of the objects? i.e., instead of “category”, put “arguments”; etc.

Just to know. Anyway, thanks to you for this great work and thanks to the ransomer!… :)

Z

Offline

#19 2006-08-04 20:53:42

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Hey, this is fantastic, did some lite testing and everything is working fine.

One side-note for toggle categorize option.

What would be a very useful added bonus option, would be to toggle on off the categorize option for both categories separately.

That could prove useful when one category is solely used for some Information architecture trickery, but
does not require any User Input from content providers ( Who will then use the other categorize option and also
be protected from mistakenly assigning a category in the wrong drop down list, while the former is only used by Designers or Developers. )

Else then that, I feel super excited about the most useful plugin of the year.
We should have a nomination for plugin awards to honor these innovations.

regards, marios

Last edited by marios (2006-08-04 20:55:56)


⌃ ⇧ < ⌃ ⇧ >

Offline

#20 2006-08-04 21:48:47

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Zanza,

1 – Yes, download the new version, it includes this feature. But note that it may become broken if you use other plugins that add new toggled items, or interact with DOM of this area in a way.
2 – Yes, you can think of such plugin.. or hack this one to achieve that.

:)

Marios, I will look into the option you are asking; thanks for the feedback ! : )


Plugin Composer — admin plugin to write your own plugins

Offline

#21 2006-08-04 22:09:09

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Wow! You’re magic! That’s working like a charm! :)

I’ll go further in the second option by looking into your code, but I don’t feel too confident I will understand!… :)

Thanks a lot!

Z

Offline

#22 2006-08-04 22:17:04

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

marios, 0.1.2 is for you, enjoy : )


and 0.1.3 is for Matthew (+ Excerpt)

:)

Last edited by Inspired (2006-08-04 23:20:46)


Plugin Composer — admin plugin to write your own plugins

Offline

#23 2006-08-04 23:51:01

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

work like a charm,

regards, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#24 2006-08-05 07:38:50

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 5,218
Website GitHub

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

excellent – just what I had asked about earlier and it looks wonderful and intuitive. However I am inexplicably having no luck in getting it to actually work :/

EDIT: sorry, my fault: I just read it won’t work the recent svn builds and I’m using one of them. Can you give me any pointers as to where I would need to modify it?

Last edited by jakob (2006-08-05 07:40:12)


TXP Builders – finely-crafted code, design and txp

Offline

#25 2006-08-05 11:00:54

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Jakob, there’s a list of JavaScript strings each of which point to a DOM element to be hidden.


Plugin Composer — admin plugin to write your own plugins

Offline

#26 2006-08-05 13:19:03

warmbeat
Member
Registered: 2005-11-03
Posts: 33
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Hi Inspired,

I get some errors upon installation of the plugin:

<pre>Notice: Undefined variable: out_customs in /home/virtual/site267/fst/var/www/html/textpattern/lib/txplib_misc.php(455) : eval()’d code on line 187

Warning: implode(): Bad arguments. in /home/virtual/site267/fst/var/www/html/textpattern/lib/txplib_misc.php(455) : eval()’d code on line 187</pre>

I can see all the plugin options but it doesn’t seem to save my selection.

I’m running the latest version of TXP – the plugin worked on one installation but not on another.

Any ideas?

Offline

#27 2006-08-05 13:33:48

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

ah, yeah, that happened when you had no custom fields – resolved.

0.1.4 – fixes the issue


Plugin Composer — admin plugin to write your own plugins

Offline

#28 2006-08-05 13:48:51

warmbeat
Member
Registered: 2005-11-03
Posts: 33
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

Hi Inspired,

thanks for your quick response!

Error messages have gone however:

  • When I click to hide something nothing happens when i refresh (like hiding the expert etc)
  • Seems like some things that I’ve switched off wont come back on again – even though the checkbox is ticked.

Last edited by warmbeat (2006-08-05 13:49:48)

Offline

#29 2006-08-05 14:06:30

Inspired
Plugin Author
From: Kiev, Ukraine
Registered: 2005-01-28
Posts: 87
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

warmbeat, please get the 0.1.5 and tell me if there are still any issues – it just needed a little more fixing.
Thanks.


Plugin Composer — admin plugin to write your own plugins

Offline

#30 2006-08-05 14:12:33

warmbeat
Member
Registered: 2005-11-03
Posts: 33
Website

Re: [plugin] [ORPHAN] ied_hide_in_admin version 0.1.: Hide Fields in Admin

works a treat! thanks for your help.

Offline

Board footer

Powered by FluxBB