Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#757 2011-01-13 10:56:18
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: glz_custom_fields
Is it possible to store pure html tags in a textarea custom field ??? How ? I want to paste a flash video script code in a textarea custom field…
Offline
#758 2011-01-13 10:59:45
Re: glz_custom_fields
Hi jpdupont,
I’ve not tried it, I think it would be possible, you may need to use the escape
attribute.
Luck, cheers, -Alan
At LAST I’ve cheerfully donated to the core devs at #TXP. I only wish I were able to give more. Thanks to the devs and ALL fellow TXPers. -A
Offline
#759 2011-01-13 11:54:22
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: glz_custom_fields
Thanks Allan, but don’t work …
The last part of these article come from a textarea custom field where I paste the code you see…
Last edited by jpdupont (2011-01-13 11:55:16)
Offline
#760 2011-01-13 12:01:27
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Offline
#761 2011-01-13 12:15:53
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: glz_custom_fields
ok ok ! escape =""
do the job … I forgot to read (again) the doc … !
Thanks redbot and alan !
Jean-Pol
Offline
#762 2011-01-25 17:00:02
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: glz_custom_fields
On 2 similar sites, with similar admin interface, with 2 identical glz_custom_fields, I have this display problem :
- On first (old) site : after the label before the input field I have a
<br/>
- On second (just created) site : no
<br/>
Where is the problem ?
I use the same last glz_custom_fields release v1.2.4, on the 2 sites.
The 2 custom fields are on the 2 sites 2 text input fields.
Last edited by jpdupont (2011-01-25 17:07:27)
Offline
#763 2011-01-25 22:29:34
Re: glz_custom_fields
Wow, I couldn’t believe how many messages have been posted since I last visited! I’m very glad that you are helping one another, TXP’s great community stands up to its reputation – yet again!
@jpdupont the official v1.2.4 does have <br /> tags after labels
Everyone else, I am getting close to taking glz_custom_fields for one serious ride. Following all your replies to my survey from a few months back, I’ve come to a decision regarding the plugin’s future:
- Will rely on JS mostly, it’s the only way to build something this complex in an elegant manner. Without real objects, a proper MVC framework and a much improved db structure, the next version of this plugin would not be possible. Thick client, slim back-end, exactly like the big boys do it ; ).
- Will continue to be donation only, there will be a separate web application to track your various installs, will also inform you when there’s a new update right in TXP. Everyone that has donated so far will have access to the new version for free.
- No more delimiter business or overloading of the textpattern table, each custom field will store its values in a separate table.
A few more shortcomings will be addressed, but the above are the main points.
I will also send an e-mail to all glz_custom_fields patrons. Lengthier replies should be done by e-mail please, it’s difficult to keep track of things on this thread.
Looking forward to the best year for TXP yet!
Last edited by gerhard (2011-01-25 22:29:52)
Offline
#764 2011-01-25 22:34:51
Re: glz_custom_fields
gerhard wrote:
Without real objects, a proper MVC framework and a much improved db structure, the next version of this plugin would not be possible.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
#765 2011-01-25 22:47:14
Offline
#766 2011-01-25 22:55:31
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: glz_custom_fields
gerhard,
Thanks, I found the problem ….
- With firebug, I don’t see the
<br/>
- but … the show the source code option give me the solution :
A plugin put a javascript at the bottom of the page who detete all the br
on the page…
It’s rss_unlimited_categories, when I check Hide `category1` and `category2`:
in the plugin prefs.
Last edited by jpdupont (2011-01-26 06:00:27)
Offline
#767 2011-01-26 16:03:45
Re: glz_custom_fields
gerhard wrote:
Everyone else, I am getting close to taking glz_custom_fields for one serious ride.
Great news!
Are you taking feature requests? From the stuff in your email, I wonder if this may be possible?
:-)
Offline
#768 2011-01-27 15:48:03
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: glz_custom_fields
I am on my knees
Please please, we need that request from the post above.
Here an example from Expressionengine pieman was trying to explain. (@pieman, is that what you talking about?, just look at the picture)
Link
My post
Link
Last edited by Dimitri (2011-01-27 15:50:23)
<txp:way_too_cool />
Offline