Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-11-26 01:38:21
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
[Solved] Plugins options showing in "basic preferences" tab
Hi,
as noted here plugins options are showing in the “basic preferences” tab when (I think) they shouldn’t.
This seems to happen only if a plugin sets any value for column “html” in the “txp_prefs” table.
Or I’m overlooking something obvious?
Last edited by redbot (2009-11-26 09:34:50)
Offline
Re: [Solved] Plugins options showing in "basic preferences" tab
It’s the type
column that controls whether or not a pref appears in any of the preferences tabs. 0
means show in basic, 1
means show in advanced, 2
means hidden.
Code is topiary
Offline
#3 2009-11-26 02:02:54
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [Solved] Plugins options showing in "basic preferences" tab
Thanks Jeff you are perfectly right!
I was misleaden by some odd coincidences and the late hour , thank you again!
Offline