Jump to content

zoeck

Members
  • Posts

    382
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zoeck

  1. Processwire Sort using PHP "SORT_REGULAR", not "SORT_NATURAL" If you have a string with a upper-case first character, and another one with lowercase first char, then theres a sorting Problem... ? Are your Items all upper-case or mixed? Example: - aSDF - bSDF - Bsdf is sorted like this: - Bsdf - aSDF - bSDF
  2. Wildcard certificates are only for one "complete" domainname like "*.domainname.ext" You need a certificate for every domainname - including subdomains (or you have a wildcard certificate... )
  3. Just add it to your template file... it's only html with javascript code (site/templates/yourtemplatefile.php)
  4. Already logged out and logged in again? I think it's translated after login
  5. Untested $doctors = $pages->find("template=staff-page,parent=1018,locations={$page->id}");
  6. I think it shouldnt be a big Problem to change the Module
  7. Can you tell us the error ? Without the error message, it's quite hard
  8. Look at this module I think that's what you're looking for
  9. Or use the customized Google Search for Processwire https://cse.google.com/cse/publicurl?cx=014789015761400632609:fxrf0rj4wr4
  10. Is mysql(i) working with other PHP Scripts? You can check it with this snippet: <?php // just edit the parameters $con = mysqli_connect("localhost","my_user","my_password","my_db"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?>
  11. Theres a Tutorial for that https://processwire.com/docs/tutorials/installation-moving-and-troubleshooting/page5
  12. The Field longtext is in my dev installation its just a fieldname created by me but you can test it with the current dev Version (the dev Version will be the the Master Version in „some“ Weeks (?))
  13. theres a installation manual with this informations https://processwire.com/docs/install/ And the troubleshooting https://processwire.com/docs/install/troubleshooting/
  14. It depends on your webserver and its configuration... With my old hoster, there was no problem with the standard htaccess file, but with my new - i have to uncomment the lines # 1. Don't show directory indexes, but do follow symbolic links # 500 NOTE: Some cloud hosting companies don't allow +FollowSymLinks. # Uncomment +SymLinksifOwnerMatch and comment +FollowSymLinks if you have 500 errors. # If that doesn't resolve the error, then set it back to +FollowSymLinks.
  15. I checked the behavior, and i cannot reproduce it with the following code: $pages->find('template=project, title*="two, maybe three words"|unknown, longtext!=blubb'); and it works like a charm... (using Dev Version: 3.0.92)
  16. I think i have similar problem... Theres a standard list with items: User1 / Description1 User2 / Descriptopn2 ... Looks like a nice application for a repeater but normally, i have ~18 Users and i just want to add a new description on a new page: - Create a new page with the "userplan" template - Repeater ("employeerepeater") with fields "username", "description" - automatically create 5 repeater items with pre filled "username" fields, description fields are empty Is it possible with repeaters?
  17. Processwire isn't a "one click ready cms"... and i think when somebody understands the template system etc. - then it shouldnt be a problem to add a locale to a php file (or the config file - when it's not a multi language system) i think the first part for you, is to learn the php basics - if you know them, its easier to work with processwire... and after 1-2 tutorials (in english ) - you know how to use processwire (okay, the basics ) There are some very important pages: http://processwire.com/api/ref/ http://cheatsheet.processwire.com/ http://processwire.com/api/
  18. You can have a look at this tutorial (in german), it shows the pw basics: https://code.tutsplus.com/de/articles/4-reasons-to-choose-processwire-as-your-next-cms--cms-25062 ( Grüße aus Oberfranken )
  19. Okay thats really nice thanks greetings from Bamberg
  20. At this Time, im creating our new Intranet Site ans im Looking for a LDAP/AD Integration... is there‘s a Module for that or is it a „internal Module“ just for your Intranet ? (oh, this thread is from 2015 )
×
×
  • Create New...