Jump to content

Juergen

Members
  • Posts

    1,306
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Juergen

  1. I dont know! If I click the link directly I can open the validator page. Could there be a maximum of queries responsible for this behaviour. It also shows me the Tracy toolbar divs as error if I click the link manually.
  2. Hello adrian, I have discovered a problem with the HTML-validator: I always get this message if I try to validate a page. I use the latest PW(3.0.33) and the latest TracyDebugger. I have added this panel permantently and my pages are always reachable. Can you confirm this behaviour? Best regards
  3. Yes, of course. I always like it if there is a clean directory structure. So I have a folder for CSS, JS, widgets, inc and so on. It makes life easier too.
  4. One thing to mention. I would add an inputfield for the cke.js and cke.css path, so everyone can write the path to those files in a custom way. In this case you are able to put the css and js files in a subfolder of your choice instead of directly in the templates folder where all the template files are located.
  5. I really enjoy the CKEaddons. Till now I have always installed the addons manually but AOS makes my life much easier from now on. Thanks!!
  6. These are all required fields. I know that yellow is not the best color. I have only tested it to make required fields more visible for the author. Non required fields are with no colored background.
  7. Another usage example: I use it for an event calendar. On the left side is all information about the event as text. In the right column are all settings for the event (single or recurring event, start, end, price,...)
  8. Great work @tpr One thing to mention: It is possible to add 1 column break field to a template. But it is not possible to add it fe to tab1 and tab 2 if they are present, because only one field will be created, right? Best regards
  9. Hello Adrian, I have got the following error message after trying to add a child page. Can you check this please. PW 3.0.33, latest PageRename Module version, the child page is excluded in this case. Thanks
  10. Maybe the reason was that I have put the search fields into a string. $downloadfields = "downloadrepeater.downloadfiledesc|downloadrepeater.downloadfieldtitle"; After that I have added this variable to the search tag and then I got the errors. "$downloadfields~=$q" Now I have added it manually to the search string and now everything works fine. "downloadrepeater.downloadfiledesc|downloadrepeater.downloadfieldtitle~=$q"
  11. I have tried to include a repeater field called "downloadrepeater" with the included fields "downloadtitle" and "downloaddesc", but including these fields leads to an error: Exception: Unknown Selector operator: '' -- was your selector value properly escaped? (in /home/.sites/24/site1275/web/wire/core/Selectors.php line 307) I have included these fields like that: "downloadrepeater.downloadfieldtitle|downloadrepeater.downloadfiledesc~=$q" After removing these fields from the search query everthing works fine again.
  12. Oh I understand the functionality behind the scenes ! Thanks for the explanation.
  13. How can I disable some templates from the search? Is this the right way to exclude the template "profile" from the search results? $result = $paginator(array("template!='profile'", "headline~=$q", "introtext~=$q", "body|whatever~=$q" ), $input->pageNum, 25);
  14. It would be great if this kind of search would be possible (like in Joomla Search engines). Fe check first in headlines, second in introtext, third in body. Result order depending on the matches found in the fields. Matches in headlines are higher ranked than in introtext than in body field. Unfortunately I have also no idea how to realize such a search ranking. Maybe someone has found a working solution and will post it here.
  15. Yes!!! Problem is solved! Thank you so much.
  16. Message from Dumps Recorder: Doesnt return anything.
  17. Nothing is returned. Fatal error: Cannot use object of type ProcessWire\LanguagesPageFieldValue as array in /home/.sites/24/site1275/web/site/assets/cache/FileCompiler/site/modules/TracyDebugger/ProcesswireInfoPanel.inc on line 316 Only the line number has changed from 315 to 316.
  18. Hello Adrian, I use Tracy Debugger 3.0.0. Unfortunately there is nothing specific on that pages (the first is the homepage with a slider, and the second ist a page with a pricelist). They have nothing in common.
  19. Hello Adrian, on some of my pages I get the following error message on the frontend: Fatal error: Cannot use object of type ProcessWire\LanguagesPageFieldValue as array in /home/.sites/24/site1275/web/site/assets/cache/FileCompiler/site/modules/TracyDebugger/ProcesswireInfoPanel.inc on line 315 The Tracy bar will not displayed on that pages. Best regards
  20. Yes I have reported it on Github: https://github.com/ryancramerdesign/ProcessWire/issues/2031 Best regards
  21. Hello tpr, I use the latest version of AOS and today I have discovered the same problem with long titles by templates (static header at the top, Reno Theme) As you can see the long headline of the template edit screen floats below the save button. It is the same problem as we have with headlines by articles in the past. You have solved this by limiting the characters of the headline. Best regards Jürgen
  22. Hello Adrian, Tracy makes problems during updates of modules if it is in strict mode (show warnings as errors), because there are several warnings of the PW core files. I use it in strict mode and I always have to disable Tracy Debugger if I want to update a module. Otherwise the module will not be updated if I skip the warning. So it would be a nice addition if you add an enable/disable link for Tracy Debugger at the bottom like AdminOnSteroids module (see image below). This makes the workflow much easier. Best regards
  23. Roland this looks really great!!!
  24. Here is another issue if the headline is very long. As you can see the distance between the save button and the headline is very small. If you add following CSS snippet you can increase the distance a little bit more. #head_button { margin-bottom: 0 !important; } Here is what i looks like after inserting the changes: Its not a big problem but it looks like much better. Best regards
×
×
  • Create New...