Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2017-02-08 11:01:24

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,912
Website

Could we feasibly see unlimited CFs in 2017? :)

It’s the single biggest development in the history of Txp. I can hardly wait for it. It basically makes Txp a fully componentized system.

Are there any secret drawings on papyrus available that depict new Write panel design/layout concepts in relation? Because I would expect some reimagining there. / Phil’s eyes roll /

I came across this discussion for a new <h> tag, and was looking at some of the benefits and challenges that may entail. But what struck me is how unlimited CFs will make dealing with things like this so much easier. No longer struggling with the ‘body blob’, as they call it in content strategy circles.

In a new site I’m working on for myself, I’ve begun using more section regions to break up longform content, and it will be nice to treat those regions as their own CF textareas and piece them together. That will mimic how I draft them in iA Writer and Ulysses too, different page for each section/chapter.

But that just scratches the surface from what I can see.

Offline

#2 2017-02-08 14:56:57

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,397
Website GitHub Mastodon Twitter

Re: Could we feasibly see unlimited CFs in 2017? :)

Destry wrote #303889:

It’s the single biggest development in the history of Txp. I can hardly wait for it. It basically makes Txp a fully componentized system.

+1


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2017-02-09 01:21:23

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,282
Website Mastodon

Re: Could we feasibly see unlimited CFs in 2017? :)

does CF = Custom Fields?

if so i’m on board.


…. texted postive

Offline

#4 2017-02-09 11:08:54

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

Re: Could we feasibly see unlimited CFs in 2017? :)

Without meaning to add any stress to the good work of the devs, I just wanted to echo my interest in this. glz_custom_fields is a standard installation in all but the simplest of my sites.


TXP Builders – finely-crafted code, design and txp

Offline

#5 2017-02-09 13:17:22

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: Could we feasibly see unlimited CFs in 2017? :)

jakob wrote #303912:

Without meaning to add any stress to the good work of the devs, I just wanted to echo my interest in this. It’s a standard installation of all but the simplest of sites.

Luckily glz_custom_fields still works. I use it on all my sites. But I agree, a complete integration in the core would be better.

Offline

#6 2017-02-09 17:50:05

milosevic
Member
From: Madrid, Spain
Registered: 2005-09-19
Posts: 390

Re: Could we feasibly see unlimited CFs in 2017? :)

+1


<txp:rocks/>

Offline

#7 2017-02-09 20:07:48

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: Could we feasibly see unlimited CFs in 2017? :)

+1

Related ? : a mck_snippets like in the core :-)

Offline

#8 2017-02-10 02:59:37

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,670
Website

Re: Could we feasibly see unlimited CFs in 2017? :)

GugUser wrote #303914:

Luckily glz_custom_fields still works.

Does it? Well sort of, depending on what type of custom fields you create. I get quite a few problems.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#9 2017-02-10 04:22:15

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: Could we feasibly see unlimited CFs in 2017? :)

phiw13 wrote #303931:

Does it?

So far I haven’t had such experiences, but now I’m startled…

Offline

#10 2017-02-10 04:40:32

hidalgo
Member
From: Australia
Registered: 2008-02-05
Posts: 86

Re: Could we feasibly see unlimited CFs in 2017? :)

GugUser wrote #303932:

So far I haven’t had such experiences, but now I’m startled…

I think some of these problems appear on newer versions of PHP, I tried moving a site onto PHP 7 with glz_custom_fields and it was a no go.

So yes, core unlimited custom files would be amazing.

Offline

#11 2017-02-10 05:01:09

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: Could we feasibly see unlimited CFs in 2017? :)

Strange, I’m on PHP 7.0.2 without any glz_custom_fields problems. Oh, fright, I thought everything was fine.

Offline

#12 2017-02-10 05:05:23

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,670
Website

Re: Could we feasibly see unlimited CFs in 2017? :)

GugUser wrote #303932:

So far I haven’t had such experiences, but now I’m startled…

To be fair, the big issue is with textarea, other type of fields (text field, radio, checkbox) seem to work OK, albeit with a bit of noise in testing / debugging mode. I did not test the calendar widgets. And the plugin would need some styling love… And I am not sure how well this all works with the more recent versions of PHP / MySQL.

But yes, Custom fields is something that needs some serious attention. There is a custom fields branch on Github, where Stef had parked some (preliminary) work.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#13 2017-02-10 05:18:26

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: Could we feasibly see unlimited CFs in 2017? :)

phiw13 wrote #303937:

To be fair, the big issue is with textarea

No problems with textarea, but “to be fair”, is on upgraded installations. Maybe in new installations it’s different.

Offline

#14 2017-02-10 09:31:00

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,502
Website GitHub

Re: Could we feasibly see unlimited CFs in 2017? :)

It’s not planned for this release. The work I put into the branch to which phiw13 linked needs the latest dev branch merging into it and that’s probably going to be hard work to merge all the conflicts. I’ve just gotta bite the bullet and spend a few hours doing it. But I’m delaying it until after we merge makss’ incredible work on core prefs improvements because that adds some significant improvements that makes defining/updating tables easier.

The work I did in the CF branch solves one aspect of custom fields: how to define and store them efficiently. For articles only. The other parts to solve are:

  • Rendering the component widgets on the admin side.
  • Drag n’ drop to reorder panel components.
  • Tag improvements to grab the new custom field data.
  • Roll out to other content types (file, image, link, section, category, user, comment, …)
  • Test callbacks for plugin hooks to extend them (mostly done).
  • Test it all works.

It’s a lot of work, but anyone willing to lend a hand — either at the conceptual level with UI mockup ideas or code — then please get stuck in. The sooner we get more people working on it, the sooner we can get it in core.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Offline

#15 2017-02-12 10:26:33

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,912
Website

Re: Could we feasibly see unlimited CFs in 2017? :)

I can appreciate it’s a lot of work. In your list of objectives, Bloke, I would move the fourth item to last. I think 90% of the value of CFs is with articles.

So maybe it’s an iterative development; first the clan gets articles done to win the award, then repeat the process for the other content panels one at a time.

I’m happy to test anything, but that’s about all that’s in my ability based on your list.

Offline

Board footer

Powered by FluxBB