Jump to content

tires

Members
  • Posts

    225
  • Joined

  • Last visited

Everything posted by tires

  1. Hi Folks! After a few years went by, i still ask myself if there is an easy way to set a default text/values for text/textarea fields? What do you think? Or am i the only one who needs something like that?
  2. Is there a way not to show the last level (last child page) in the navigation? In this case the parent of this last child page should have the "current_class" ... Thanks!
  3. Hi! Great module! But is it GDPR compliant? Is the module uses any js or cookies? Or is it just based on php? It is possible to xxx the last part of the ip adress (after checking the location)?
  4. Great Website!!! It needs to be listed in the processwire-showcase https://processwire.com/sites/
  5. Ok. So it is not intended to do this in the template settings?
  6. Hi! Is there a way to give a user the permission to move pages (in the page tree) only for one template? I just find a way to give the permissions to all templates. Thanks!
  7. Hi! I inserted {name} {modified} in the field "List of fields that is displayed in the page list at backend" (in german "Liste der Felder, die in der Seitenliste im Admin-Bereich angezeigt werden") at advanced tab in the template settings. The page are now displayed as: mypage 123 1598443140 What do i have to insert to get a formatted date like 9.2.2021? Thanks!
  8. Isn't it the proper way to use the repeater in this way? Is there a better way or module to create subpages from there parent (without leaving the parent page)?
  9. Thanks! This seems to work pretty well. But its a big module for such a little problem ...
  10. Hello! I got a bunch of repeater items on a page and want to offer a pagination so you may click through them (10 items per "page"). Is this possible? Or is there a better way to handle this? Thanks & greets!
  11. Do i have to throw the autosize.min.js manually into the "site" folder? Or into the sites/templates? Or the root of the site?
  12. Thanks! But it works with neither with the dot . nor with the arrow -> $file->download() The download of the first file start immediately ...
  13. Hey! What is the easiest way to use this module? I output my file field like this: foreach($page->myfilefield as $file) { echo '<a href='.$file.download().'>download file</a>'; } This doesn't work very well ... So what is the right way to use it? Thanks!
  14. Damn it! It was just a problem with the email account! I only got access to the mail account with a webmailer and the mail was just flagged as "deleted" but really removed from the server. Now roundcube deleted it ... and everything is working!
  15. What can i do? The website isn't working for days now ...
  16. I got the error Fehler: Exception: Can’t save page 0: /artikel/: It has an empty 'name' field (in /xyz/wire/core/PagesEditor.php line 424) #0 /xyz/wire/core/Pages.php(417): ProcessWire\PagesEditor->save(Object(ProcessWire\Page), Array) #1 /xyz/wire/core/Wire.php(386): ProcessWire\Pages->___save(Object(ProcessWire\Page), Array) #2 /xyz/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___save', Array) #3 /xyz/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Pages), 'save', Array) #4 /xyz/wire/core/Page.php(2584): ProcessWire\Wire->__call('save', Array) #5 /xyz/site/modules/ProcessEmailToPage/ProcessEmailToPage.module(619): ProcessWire\Page->save(NULL) #6 /xyz/wire/ I think it is because i tried to load an email with arabic characters in the subject. But even after i deleted this mail the error ist displayed ... Any ideas? Thanks!
  17. Ok, i figured it out! It was an issue with the server this website is running on and the image magic extension. I now added a php.ini in the root of the processwire installation with the following line: extension="imagick.so" Thanks for your help!
  18. Now i find the time to do a few further tests. When i put a html file containing this code on the same server, it works: <!DOCTYPE html> <html> <head> <title></title> </head> <body> <img src="http://img.youtube.com/vi/aqz-KE-bpKQ/hqdefault.jpg"> </body> </html> as well as this code: <!DOCTYPE html> <html> <head> <title></title> </head> <body> <?php $id = $_GET['id']; ?> <img src="http://img.youtube.com/vi/<?php echo $id;?>/hqdefault.jpg"> </body> </html> With this call: imgtest.php?id=aqz-KE-bpKQ But the module don't work for me? Any ideas?
  19. I didn't change anything ... I am using a textarea with a textformatter "Make HTML Links" and "External Link Redirect". Is that a problem?
  20. Hey! The module is not grabbing any youtube images since a few days/weeks (?). Is that only on my website? Example-Link, where the image grabbing doesn't work: https://www.youtube.com/watch?v=Uc5mfudMTKE
  21. Thanks a lot! Processwire is really great!
  22. Hi! I am searching for a method to show a field only if another field (here a checkbox) is filled (i.e. checked). So in my case: if i activate the checkbox "person" the fields "name" and "forename" should be displayed. Greets!
  23. Great! Thank you! I will give it a try!
×
×
  • Create New...