Jump to content

Gideon So

Members
  • Posts

    485
  • Joined

  • Last visited

  • Days Won

    1

Gideon So last won the day on June 29 2022

Gideon So had the most liked content!

Profile Information

  • Gender
    Male

Recent Profile Visitors

5,781 profile views

Gideon So's Achievements

Sr. Member

Sr. Member (5/6)

296

Reputation

  1. Hi @kuenprax Seems that the server is down. Maybe you should contact your hosting company to check. Gideon
  2. Hi @Edward Ver Welcome to the forum and the world of ProcessWire. Please try the following code. Please note the comments to see if you get the idea. <?php $showcase = $pages->find("template=work_details") ?> <?php foreach($showcase as $showcases): ?> <div> <?php foreach($showcases->work_hero_repeater as $whr): ?> // You need to loop therough the repeater because repeater is an arrray. <p class="pb-2 text-left"><?= $whr->work_hero_subheading ?></p> // Then call the field in the repeater item as you need" <?php endforeach; ?> </div> <?php endforeach; ?> Gideon
  3. Hi @MarcC A very wild guess with only not much info from you. Do you check the html syntax? Gideon
  4. Hi @DrewPH There is no such Widget API. Gideon
  5. Hi @Rob(AU) Maybe you can take a look at the api doc about $database https://processwire.com/api/ref/wire-database-p-d-o/ Gideon
  6. Hi @kuba2 I am running a lot of processwire sites with PHP 8.3 and have no problem at all. Do you see any error message? It helps if you provide us the error message if any. Gideon
  7. @bernhard You are the best. ? Gideon
  8. Hi @jeremie Then try this: <?php $items = $pages->find("template=artist")->reverse(); https://processwire.com/api/ref/wire-array/reverse/ Gideon
  9. Hi @jeremie May be <?php $items = $pages->find("template=artist", "sort=-sort"); Gideon
  10. Hi @floko What option do you have toninstall a module? Gideon
  11. @floko May be you can try this module https://processwire.com/modules/process-file-manager/ https://processwire.com/modules/process-file-manager/ Gideon
  12. Hi @Ade Welcome to the Processwire world. I started with the following tutorial. It help me a lot and I was no PHP developer at all at that time Gideon
  13. Long time Linux user here. Over 20 years since Fedora Core 1. I am using fedora 40 now. Very happy.
  14. Hi @Michael Lenaghan There is no "Mark as solution" button here as far as I know. You have to edit the post title and add "Solved" or whatever you think appropriate. Gideon
×
×
  • Create New...