Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#889 2011-08-04 13:38:09
- peterj
- Member
- From: Melbourne, Australia
- Registered: 2005-06-02
- Posts: 107
Re: glz_custom_fields
Your plugin is much appreciated Gerhard. I love it to pieces. Thank you for continuing with it even if you aren’t using it yourself these days. End of gush.
Offline
#890 2011-08-04 13:51:43
Offline
#891 2011-08-04 14:11:01
- frickinmuck
- Member
- Registered: 2008-05-01
- Posts: 118
Re: glz_custom_fields
I understand that we live in paranoid times, and respect people’s desire to make their own decisions about this, but I am disappointed that the tracking won’t be as useful to you as it was before the opt-in, because I feel your needs should be supported in any way possible. You’ve done so much for us, for no other reason than to help out, and your plugin is pretty much essential, as far as I’m concerned, and I use it on everything. It blows me away that you are working on expanding on this, even though you say you haven’t used TXP in years. That just shows how awesome you are, and I appreciate it! I will be opting in as a means of showing you that I care about this awesome plugin. How often do we get a chance to do that?
The AI does not hate you, nor does it love you, but you are made out of atoms which it can use for something else.
Offline
#892 2011-08-04 14:14:57
Re: glz_custom_fields
Bravo Frickinmuck, well said indeed.
Offline
#893 2011-08-04 15:18:35
Re: glz_custom_fields
+1 FrickinMuck
Offline
#894 2011-08-05 18:18:06
Re: glz_custom_fields
I wanted to report this here in addition to the bug tracker because I need to figure out a workaround.
After upgrading a site that uses MLP to the latest version of glz_custom_fields, the duplicate Excerpt field issue was indeed solved. But now I’m having the same issue with the Body field: a duplicate Body field appears below all my glz Textarea custom fields and above the Excerpt field.
Here’s how it looks in the source order:
p.body <!-- This field includes a hak_tinymce editor -->
<!-- Textarea-type custom fields -->
p.body[dir=ltr] <!-- This duplicate Body field includes a dir attribute, but no tinymce editor -->
p.excerpt[dir=ltr]
I can’t use the same CSS hack I used before because hiding the first Body field also hides the tinymce Editor that my clients use to markup the content. If I hide the second Body field instead, that field is submitted regardless of edits to the visible field. This is a big problem when updating an article.
Help!
[Ahem, thank you.]
Offline
#895 2011-08-05 18:24:13
Re: glz_custom_fields
I posted this issue on Github here.
Offline
#896 2011-08-05 18:44:38
Re: glz_custom_fields
I found a temporary workaround: I reverted my scripts directory and reinstalled version glz_custom_fields v1.2.4.
Offline
#897 2011-08-05 19:49:20
Offline
#898 2011-08-12 09:04:51
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
Hi,
Has anybody succeeded in adding tinymce’s to custom field text areas?
Thanks,
Mike
Offline
#899 2011-08-12 09:16:06
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: glz_custom_fields
mmelon wrote:
Hi,
Has anybody succeeded in adding tinymce’s to custom field text areas?
Hi,
See this post and following
Offline
#900 2011-08-12 09:21:35
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
Thanks redbot
Offline