-
Posts
192 -
Joined
-
Last visited
-
Days Won
3
Everything posted by markus_blue_tomato
-
Hm, that sounds like a bug. I would appreciate an PR or Issue Report in Github since I'm very busy the next weeks.
- 37 replies
-
- 1
-
- image
- lazy loading
-
(and 2 more)
Tagged with:
-
Nice! @ryan does the Snapshot also contain the $page->meta() data?
-
Module Fieldtype Select External Option
markus_blue_tomato replied to kixe's topic in Modules/Plugins
If anyone needs this field in ProcessGraphQL, I built a support module for it: https://github.com/blue-tomato/GraphQLFieldtypeSelectExtOption -
I have a page with multilanguage support. Processwire always redirects to the default language if no language is in the URL-path. E.g. /my-page/ --> /en/my-page/ But when I have a querystring in the URL, the whole querystring is lost: /my-page/?search=xyz --> /en/my-page/ How can I solve this? I didn't find anything regarding language URL redirects in the .htaccess
-
PW 3.0.175 – Core updates: new DB scalability feature
markus_blue_tomato replied to ryan's topic in News & Announcements
Oh, good to know. Currently I have one Read/Write Node (for the Admin) and one Read-Only Node for the Frontend. -
Lucky you! In slow vaccinating Austria we have a word for my little feeling called "Impfneid" which means some kind of "vaccination envy/jealousy" ;-D
-
PW 3.0.175 – Core updates: new DB scalability feature
markus_blue_tomato replied to ryan's topic in News & Announcements
Just tried activated it for https://corporate.blue-tomato.com/ which runs on Digital Ocean. Seems it works well. -
GraphQLFieldtypeSelectExtOption adds support of @kixe's FieldtypeSelectExtOption to @dadish's ProcessGraphQL. https://github.com/blue-tomato/GraphQLFieldtypeSelectExtOption Currently the module is experimental since I don't know how FieldtypeSelectExtOption is used in the wild ?
-
corporate.blue-tomato.com is a new Website about the Corporate behind Blue Tomato. You can find informations about the history and values of Blue Tomato and also all open job positions. Used Modules ProCache ProcessGraphQL (used with React on the job overview page for searching/filtering the jobs) ProFields: Combo ProFields: RepeaterMatrix (Used for some kind of a "PageBuilder") SeoMaestro TemplateEngineSmarty / TemplateEngineFactory
-
Hi @Wanze, I've created a PR to remove the autojoin option in the field settings since this breaks things: https://github.com/wanze/SeoMaestro/pull/31
-
FYI: If you activate Autojoin for a SeoMaestro Field, saving Seo data does not work for this field... ?
-
-
I saw some issues with InnoDB (which I use) - maybe I will give it a try
-
Thanks!
-
Is there a way to have a unique Textfield? A Textfield which value is unique to all other pages with the same template? I found https://processwire.com/modules/fieldtype-text-unique/ but saw that it is not maintained for a long time. I had in my mind, that some others here had this issue already but my search did not result in anything....
-
PW 3.0.173 – Core updates, new hook type
markus_blue_tomato replied to ryan's topic in News & Announcements
This is great! -
@dadish I've created a PR to support $page->references: https://github.com/dadish/ProcessGraphQL/pull/33 It works in my side and was very quick to implement. Kudos for such good structured module ? EDIT: Just saw there is an other PR with implementation of this. Maybe you can check both...
-
Thanks works!
-
Hi @dadish, I am struggling now with Page Reference Fields. I don't get my custom Text Fields and also not title. Both of them are in legalFields and having the correct access rights. Any ideas? If I get this running I will try to make support for $page->references support via PR ? https://processwire.com/api/ref/page/references/
-
Yes this was the problem. I had this option on "No". I changed it to "yes" and gave the role "guest" view-access. Thank you! I thought the fields are vissible also to guests if this option is on "No"
-
Aaah, I added to the page the correct Process Module. Now I see the fields here but still not in Insomnia Client...
-
-
Hi @dadish, I played a little bit with the module but can't get my fields into GraphQL. I only use some FieldtypeText and FieldtypeTextLanguage fields but the don't appear in the schema. Any ideas why? I use the Insomnia client here because on the default GraphiQl I get this "Syntax Error: Unexpected <EOF>" error. Any i
-