Jump to content

zoeck

Members
  • Posts

    419
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zoeck

  1. I hope no beer from Kulmbach ? Greetings from Bamberg ?
  2. Looks to me like $parentdate is never set? (before $parentdateminusstart)
  3. Theres also the "Combo ProField": https://processwire.com/store/pro-fields/combo/ But the ProFields are not free of charge ?
  4. Just have a Look in the Core modules and install the Clone Core Module… This should solve your problems ?
  5. This looks strange, because ProcessPageClone should be an "Core Module" inside of the wire folder, not site folder: "\wire\modules\Process\ProcessPageClone.module"
  6. CMS is the wrong word for it - you mean "WYSIWYG Editor" or "Pagebuilder" (CMS = Content MANAGEMENT System) I think if you don't want to write HTML (or PHP), then Processwire is not the best choice for you.
  7. Eventually it's a bug in PW 3.0.200 - have a look at this thread:
  8. Im not sure, but you can activate the pagination inside of the „admin“ (System) Template.
  9. You can also create a form in the frontend, but then you have to "build" it yourself. Or you can use the paid module "FormBuilder", with which you can "build" your own forms in the admin and also create new pages via these forms (in the frontend). There isn't just one way of doing it ?
  10. @Pete the pagination is not working example: click ok a Tag (Germany ? ) and click on next… and view more articles on the Front Pages gives a 404
  11. It’s Just a Spam Post… the Site is using Wordpress…
  12. I'm not sure, but i think you can set a variable and output it with latte (untested) ( {do} -> Executes the code and does not print anything ) {do $content = 20+10 } {$content}
  13. Unfortunately, without more information we can not help. Maybe you have included a php file that outputs this? Processwire does not automatically generate such information But there's a configuration if you want to append or prepend a file: config.php: $config->prependTemplateFile = '_init.php'; $config->appendTemplateFile = '_main.php'; There's also a config inside of each template ("files" tab ?)
  14. The individual user first needs the rights to edit, you can solve this via the Admin Restrict Branch module. Then FEEL should also work correctly
  15. Just have a look at this Module ? https://processwire.com/modules/admin-restrict-branch/ I think this is the right approach for it ?
  16. What exactly are you planning to do with it? I have only assigned a role (with edit right) to the appropriate users. I do not understand the question about guests
  17. If a user has the permission to edit the page, the edit link is also displayed. You should check the permissions first ? I use the module myself with users who do not have superuser rights.
  18. i think you can use $files->find() "Find all files in the given $path recursively, and return a flat array of all found filenames"
  19. Check if there is a "header" or "main" file in the site/templates directory. Normally there is normal HTML code inside, where the Google Fonts are included. But it also always depends on how the developer has programmed the page ? (by the way, you can edit posts in the forum, you don't always have to reply to them).
  20. Then just have a look inside of the file "functions/f_orders.php" I Think there's the "WireDataDB" Part ?
  21. this is because require_once "loads" the content from the file and displays it ? Of course, if you delete the part, it will no longer be displayed. But it can have negative effects, since you don't seem to know what the included file does.
  22. Looks more like the problem is in the "functions/f_orders.php" file The code you posted does not look wrong
  23. Thanks @bernhard ? then I would prefer to use a modal ?
  24. Hello, I have written a small admin module that displays a "tabulator" table. Within this table there are edit links for the listed pages. If you click on this edit link, a pw-panel opens and you can edit everything. But after saving the page, the pw-panel remains open. Is there a way to close the panel when the page has been successfully saved? Is there any way to react to the closing on the admin page? (for example: reload the tabulator table ?). Or does it make more sense to use a modal? This is my first own admin module, I would be very happy if someone could help me with it ?
  25. Just use this selector ? parent=/departments/department-name/
×
×
  • Create New...