Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#505 2009-09-29 18:52:00

masa
Member
From: North Wales, UK
Registered: 2005-11-25
Posts: 1,095

Re: glz_custom_fields

mlarino wrote:

What do you mean with trigger words?

Scroll down in this post to Features for v1.3.

Trigger Words will allow for e.g. automatically generated drop-down selects of all your categories to choose from.

Offline

#506 2009-09-29 18:59:04

PascalL
Member
From: Switzerland
Registered: 2009-03-09
Posts: 132
Website

Re: glz_custom_fields

I have a new toy!
Can’t stop having fun with it!
Thanks Gerhard, a lot!!!

Yay, love textarea custom fields!

Pascal

Offline

#507 2009-09-29 19:43:00

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 1,000
Website

Re: glz_custom_fields

Thanks, Gerhard! This is every bit as awesome as everyone else has said, if not more.

Is there currently any way to set the datepicker’s date format? My data uses isodate format with hyphens. The hyphens aren’t as important as the yyyy mm dd order. Any ideas?

Thank you again!

Offline

#508 2009-09-29 19:52:40

jstubbs
Member
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: glz_custom_fields

Seeing an error as noted here. Seems the culprit is this line in mem_moderation_article which refers to glz_custom_fields:

// allow glz to replace the custom fields
	if ($mem_glz_custom_fields_plugin)
	{
		mem_glz_custom_fields_replace($data);
	}

Offline

#509 2009-09-29 19:54:59

jstubbs
Member
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: glz_custom_fields

Also see an error in the sidebar under “Advanced options” in the Write tab:

Notice: Undefined variable: custom_11_set in /users/home/me/domains/domain.com/web/public/v2/textpattern/include/txp_article.php on line 478

I had a custom_11 set defined but deleted it before installing the latest version of glz_.

Offline

#510 2009-09-30 02:20:47

radneck
Plugin Author
Registered: 2005-07-03
Posts: 109

Re: glz_custom_fields

johnstephens wrote:

maniqui wrote:
bq. Wouldn’t like to ruin your dreams, mlarino, but what makes you assume that Gerhard is going to work on sed_s_f integration? It’s not his plugin… Well, I may be missing something, and anyway, it’s not of my business either.

We got an eMail from Gerhard this morning:

THE NEXT VERSION
First thing that I’m planning for the plugin is integration of sed_section_fields. It’s a no brainer really, glz_custom_fields doesn’t feel complete without this awesome plugin.


Until then, see here

Offline

#511 2009-09-30 08:26:25

gerhard
Plugin Author
From: London, UK
Registered: 2005-06-29
Posts: 409
Website

Re: glz_custom_fields

jstubbs wrote:

I had a custom_11 set defined but deleted it before installing the latest version of glz_.

That might be related to max_custom_fields preference. If you have only 10 custom sets, make sure this variable value is also 10.

This might also help explain what’s going on

Offline

#512 2009-09-30 08:31:21

gerhard
Plugin Author
From: London, UK
Registered: 2005-06-29
Posts: 409
Website

Re: glz_custom_fields

masa wrote:

the plugin allows the use of any characters, spaces in cf names. Are those now safe to use?

This is a bug, it will be fixed in the next version. Thanks for spotting it!

I will try to get the next version out sometimes next week, this will include bug fixes and small tweaks, it won’t however include sed_section_fields functionality.

Offline

#513 2009-09-30 14:36:53

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 1,000
Website

Re: glz_custom_fields

johnstephens wrote:

Is there currently any way to set the datepicker’s date format? My data uses isodate format with hyphens. The hyphens aren’t as important as the yyyy mm dd order. Any ideas?

Patient, heal thyself. The solution was to edit glz preferences under Admin > Preferences > Basic > glz_custom_f.

Now my problem is enabling the datepicker to select past dates. Any ideas?

Thanks again for making such an awesome plugin!

Offline

#514 2009-09-30 15:39:00

masa
Member
From: North Wales, UK
Registered: 2005-11-25
Posts: 1,095

Re: glz_custom_fields

gerhard wrote:

masa wrote: the plugin allows the use of any characters, spaces in cf names. Are those now safe to use?

This is a bug, it will be fixed in the next version. Thanks for spotting it!

OK, no problem.
What about the other two issues ?

Offline

#515 2009-09-30 16:07:52

thermofunk
New Member
From: Argentina
Registered: 2009-03-12
Posts: 9
Website

Re: glz_custom_fields

Hi Gerhard, I bought this plugin specially for the glz_custom_fields_search_form, now is not working and wet_haystack plugin is not solving my problem, it doesn’t work ok with Multi-Lingual Publishing Package. I need the dropdowns and checkboxes in the search form as I use to have, any suggestions about how to fix it? Many thanks, Martín.

Offline

#516 2009-09-30 16:41:40

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

Re: glz_custom_fields

John,

in the plugin code, line 1260, put this code {startDate:‘01/01/1996’} from your example :

$(".date-picker").datePicker({startDate:'01/01/1996'});

To put in the prefs, Gerhard ? With other settings like choice of language, if possible ???

Offline

Board footer

Powered by FluxBB