Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#913 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
#914 2011-08-12 09:21:35
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
Thanks redbot
Offline
#915 2011-08-16 08:08:57
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: glz_custom_fields
I was wondering the same as mmelon. So I followed the post that redbot pointed out and got hak_tinymce to work with glz_custom_fields textareas. However, contents of the textareas are saved as text, so when the data is fetched, all html created by tinymce is visible. Anyone here using this combo or would know a solution?
Offline
#916 2011-08-16 09:45:52
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: glz_custom_fields
…I was a bit too impatient. Stumbled to <txp:custom_field/> tag settings and turns out there’s HTML escape attribute.
Last edited by Teemu (2011-08-16 09:46:15)
Offline
#917 2011-08-16 09:55:44
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
thanks for the update Teemu
Offline
#918 2011-08-16 10:03:36
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
Is anyone using glz custom fields as an article selector?
Supposing I wanted to manage a banner by selecting x articles to rotate over. I imagine I could use a custom field to launch a javascript article browser. The article browser is a glorified multiselect (possibly with a base section e.g ‘banners’) and all it serves to do is drop the ID’s of the articles selected into the custom field.
I just wanted to check this hadn’t been solved and posted earlier before I attempt it myself.
Mike
Offline
#919 2011-08-16 18:24:37
Re: glz_custom_fields
mmelon wrote:
The article browser is a glorified multiselect (possibly with a base section e.g ‘banners’) and all it serves to do is drop the ID’s of the articles selected into the custom field.
I personally don’t know of a plugin for this, but:
You can use the code from bot_image_upload or bot_file_upload plugin and modify it to be for articles,
it will create a lightbox feature and not a select-box.
If you want to bring content into the Write tab (or any other) and then to be able to do with it what ever you want,
then take a look at a txp-tip of mine that just been published last night.
Offline
#920 2011-08-17 10:22:56
- mmelon
- Member
- Registered: 2006-03-02
- Posts: 95
Re: glz_custom_fields
hi,
I have been looking through the thread for some instructions to reinitialise the plugin and associated db tables. I was messing and have somehow managed to duplicate position 3. It’s broken the layout of extensions > custom fields.
I hoped deleting the plugin and reinstalling would recreate the default tables but it has persisted with the duplicate position 3.
Any one have any ideas?
Mike
Last edited by mmelon (2011-08-17 10:23:26)
Offline
#921 2011-08-22 17:14:36
Re: glz_custom_fields
I ran into a similar problem with sort order in txp:article_custom…as it turns out the problem was the custom field #, I incorrectly assumed that the position # of the custom filed in the Custom Fields Tab was the custom_#, it isn’t…if you click edit on the field you will see “Edit custom_#_set” where # is the actual number of the custom field. I am assuming that this is due to moving and editing fields…
http://forum.textpattern.com/viewtopic.php?pid=242306#p242306
Offline
#922 2011-08-24 09:14:23
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: glz_custom_fields
Any solutions to the dublicated body field issue with TXP 4.41 + MLP + glz_custom_fields 1.3.0? Reverting back to v1.2.4 is the only way?
Offline
#923 2011-08-24 11:02:35
Re: glz_custom_fields
@Teemu: Reverting to 1.2.4 worked for me. Gerhard posted this:
Just sent you an e-mail John, looking forward to squashing this bug once and for all!
But I didn’t have a chance to send him the information he requested until last Wednesday, and I think he’s been busy since then.
Offline
#924 2011-08-24 12:59:46
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: glz_custom_fields
Okay, thanks for the info John. I hope Gerhard will have time at least to accept me to the google group, that I can get my hands on v 1.2.4
Offline