Jump to content

kcnpxcp

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by kcnpxcp

  1. Hi there, Ive got a problem on adding a new language to processwire. I created as usual a new language named "en" and then I got an SQL Error. At the moment I have no idea how to fix it. I dont want to loose my data from SQL-Tables. Access to Backend isnt possible anymore. Frontend works. Error: Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pages.name1082' in 'where clause' (in /mnt/webc/e0/72/53933972/htdocs/static/fortis/wire/core/PageFinder.php line 292) Any ideas?? EDIT: I found this topic: https://processwire.com/talk/topic/5286-switching-fields-to-language-fields-produces-fatal-errors/ same problem, but no solution. can I do something without loosing my data? Thanks for help.
  2. Hi there, I’ve built a form containing a list of products and their price. Some of these products got no exact price, mean it is individual. Ive read the API from InputSelect.module, but I don’t really understand how to add attributes to my options from the selectbox. I am adding products like this: $field->addOption($prod->product_title); Now I want to add also an attribute „disabled“ if there is no value for price. Like: if(!$prod->product_price) { // Code needed } Can somebody help me to solve this? Greetings from Nuremberg.
  3. Hi, I have the Form Builder Plugin installed. For simple Forms its pretty easy and comfortable, for complex Types I dont know how to handle dynamic Inputs. Ive made a Webpage with a lot of Subsites for example Services. These Services I want to List as Select Inputs in Form Builder. Is this possible? I can build a solution on my own. But i purchased this Plugin to save a lot of time and I hope anybody knows how to configure, without changing the code base of FB. Greetings from Nuremberg, Germany.
  4. Hi, thank you for your help. This straight answer saves a lot of "Frickelarbeit". In this way I will use the option creating Tags manually. This keeps also a better overview of which tags are actually created.
  5. Hi there, I am new on using PW. So this is my first Post. In order of that, i want to say Hello to everybody. I used PW, to create a Blog with Tagging Function. I used the Page Field Type to create a new Page from a new Tag, defined in a Blog Article. My Problem is, when I create a New Tag for example "Title A" the Tag and a Page is correctly been created. But the URL of the new Tag Page is a fallback solution like 2014-12-16.... How it is possible to define a custom URL from the Title, as PW does, when I "manually" create a new Page. The easiest Way is the Favorite. I thought I can hook up the Page-Save-Event to Auto-Create a URL, but that would be not that easy. Also I have to fill 2 Fields because its a multilanguage Site. Can anybody help? Greetings from Germany
×
×
  • Create New...