Jump to content

Gideon So

Members
  • Posts

    516
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Yes. You can try it out yourself. Gideon
  2. Hi, The alternate user template approach @adrian mentioned is the way to go. Actually, it really depends on what you want to do. For me, I added fields to the user template and it is good enough for me. I put a page reference field in the user template and another field in some other template that need to store user id. Then connect the two page reference fields with the connect page fields module. It works great for me. Gideon
  3. Hi @joer80, 1. Go the Setup --> Templates, click Filters. Then set "show system templates" to Yes. 2. Click "user" template 3. click Family tab 4. set "May this template has childern" to Yes. 5. set templates allowed for this template if necessary. But please think twice before you do this. It is not encouraged to add children to user page. It is better to create a separate page with page reference field that set to choose from user pages. Gideon
  4. Hi, Try clear your browser cache. Gideon
  5. Hi @louisstephens, <link rel="icon" type="image/png" href="<?php echo $config->urls->templates?>favicon.png" /> There is no need to add a splash before favicon.png. Gideon
  6. You can go to the support forum to ask for help. Gideon
  7. I suggest you to upgrade to 3.0 if no other reason prevent you from doing it. All the fixes was pushed to the 3.0 branch and as far as I know 2.8 branch is no longer updated. Gideon
  8. Hi @oflcad, Welcome to the forum and the world of Processwire. Do you mean that you need to move the development site to a production server?? If so, there are several ways to do it. 1. Export the datebase and import it to the production server then upload the whole site to the production server. Please amend the site/config.php file as needed if database name, database username and password are different from your development server. You also need to amend the $config->httpHost in the config.php file to the production domain. 2. Use the miration module. and there is a blog post about it. Hope this helps. Gideon
  9. A quick thought: make a subdirectory within the old site and develop the new site there. Delete all the old stuff (remember to leave the new site directory). Then move everything in the new site directory to the main directory. Done. Gideon
  10. Hi, 1. PHP notice is not error. Your code still valid. 2. Try change the line if displaying image to the following: <?php echo $member->images->first()->url; ?> Gideon
  11. It is very hard to tell because I don't know your template settings and page structure. Gideon
  12. Hi @mattcohen, I see. But I think the title=$item_title selector may just return 1 page. This is the reason the found page is not sorted. Please provide more info, for exampe , your template settings, page structure and what you want to achieve. Gideon
  13. Hi @Matt Cohen Deleted Gideon
  14. Hi @benbyf, Put setlocale(LC_ALL, "fr_FR.UTF-8"); into ready.php. Gideon
  15. Have to tried to read the source code of the page to see if the field values are properly propagated? Gideon
  16. Hi @adamspruijt @Torsten BaldesBaldes, Please add comment here https://github.com/processwire/processwire-issues/issues/724 And let see if we can raise some attention from @ryan Gideon
  17. Hi @ryan, Can you look into this issue again: https://github.com/processwire/processwire-issues/issues/724 The fix is good for single language environment but there is error show in the backend under multi-language settings: https://github.com/processwire/processwire-issues/issues/724#issuecomment-443126270 Gideon
  18. Hi @MateThemes, Welcome to the forum. There is no build-in function as far as I know. But I think it is feasible with some custom code in the template. Gideon
  19. Give page table a look. I made a single page site with it. Gideon
  20. After upgrade to 3.0.118. The AdminUiKit become a mess. It losses all the CSS styles. Chrome gives me this error: By the way, this happens with botm Chrome and Firefox. Gideon edit: upgrade to 3.0.119 solved this problem.
      • 1
      • Like
  21. Hi, Welcome to the forum. The graphql module doesn't support repeater or repeater matrix as far as I know but Processwire is definitely able to be a headless CMS. Gideon
  22. I am not very familiar with url segment. Any hints??
  23. Hi, i have two branches in the page tree as the following: home -branch 1 --page 1 --page 2 -branch 2 --page 3 --page 4 I have two languages enabled in the home page "lang1 and lang2" The url generated is http://mysite.com/lang1/branch1/page1/ I want to have the url generated as http://mysite.com/branch1/lang1/page1/ Any hints are welcome. Gideon
  24. @szabesz I tested @BitPoet solution and it works well. Thanks BitPoet for the work around but hope that @ryan will make this change to the core. Gideon
×
×
  • Create New...