Jump to content

markus_blue_tomato

Members
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by markus_blue_tomato

  1. Hm, that sounds like a bug. I would appreciate an PR or Issue Report in Github since I'm very busy the next weeks.
  2. Nice! @ryan does the Snapshot also contain the $page->meta() data?
  3. If anyone needs this field in ProcessGraphQL, I built a support module for it: https://github.com/blue-tomato/GraphQLFieldtypeSelectExtOption
  4. 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
  5. Oh, good to know. Currently I have one Read/Write Node (for the Admin) and one Read-Only Node for the Frontend.
  6. 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
  7. Just tried activated it for https://corporate.blue-tomato.com/ which runs on Digital Ocean. Seems it works well.
  8. 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 ?
  9. 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
  10. 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
  11. FYI: If you activate Autojoin for a SeoMaestro Field, saving Seo data does not work for this field... ?
  12. Ah.... I have mistaken this with the "Unique" Page Name Status.
  13. I saw some issues with InnoDB (which I use) - maybe I will give it a try
  14. 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....
  15. @SwimToWin I've build something for that: https://github.com/blue-tomato/PageUseIdAsName
  16. @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...
  17. 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/
  18. 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"
  19. Aaah, I added to the page the correct Process Module. Now I see the fields here but still not in Insomnia Client...
  20. Thanks for your help! No I get an "This page has no process asigned" Page in the Result
  21. 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
×
×
  • Create New...